#A02096

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

Shades of Dark Purple #A02096

Tints of Dark Purple #A02096

Color information

#A02096 (or 0xA02096) is unknown color: approx Dark Purple. HEX triplet: A0, 20 and 96. RGB value is (160,32,150). Sum of RGB (Red+Green+Blue) = 160+32+150=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A02096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02096 is #5FDF69. Grayscale: #535353. Windows color (decimal): -6283114 or 9838752. OLE color: 9838752.

HSL color Cylindrical-coordinate representation of color #A02096: hue angle of 304.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02096 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16032150-
CMYK00.800.060.37
HSL304.69º66.67%37.65%-
HSV(B)304.69º80%62.75%-
XYZ20.5210.7129.84-
YUV83.72165.41182.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 32 (12.89% from 255) = 9.36%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=46.78%
G=9.36%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603215000.800.060.37304.6966.6737.65
HexA020960506251314326
Octal24040226012064546110346
Binary1010000010000010010110010100001101001011001100011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02096; }

 p { color: rgb(160,32,150); }

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

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

 a { background-color: rgb(160,32,150); }

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

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

 span { border-color: rgb(160,32,150); }

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