#A02A94

Color #A02A94 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A02A94

Tints of Dark Purple #A02A94

Color information

#A02A94 (or 0xA02A94) is unknown color: approx Dark Purple. HEX triplet: A0, 2A and 94. RGB value is (160,42,148). Sum of RGB (Red+Green+Blue) = 160+42+148=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A94 is #5FD56B. Grayscale: #595959. Windows color (decimal): -6280556 or 9710240. OLE color: 9710240.

HSL color Cylindrical-coordinate representation of color #A02A94: hue angle of 306.1º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A94 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16042148-
CMYK00.740.070.37
HSL306.1º58.42%39.61%-
HSV(B)306.1º73.75%62.75%-
XYZ20.6711.2729.1-
YUV89.37161.09178.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 42 (16.80% from 255) = 12%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=45.71%
G=12%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604214800.740.070.37306.158.4239.61
HexA02A9404A7251323a28
Octal2405222401127454627250
Binary101000001010101001010001001010111100101100110010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A94; }

 p { color: rgb(160,42,148); }

 H1.HeaderClassName
 {
   color: #A02A94;
 }
 .AnyTagClassName
 {
   color: #A02A94;
 }
</style>
background-color css

<style>
 a { background-color: #A02A94; }

 a { background-color: rgb(160,42,148); }

 div.DivClassName
 {
   background-color: #A02A94;
 }
 .BgClassName
 {
   background-color: #A02A94;
 }
</style>
border-color css

<style>
 span { border-color: #A02A94; }

 span { border-color: rgb(160,42,148); }

 td.TdClassName
 {
   border-color: #A02A94;
 }
 .TagClassName
 {
   border-color: #A02A94;
 }
</style>