#A02197

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

Shades of Dark Purple #A02197

Tints of Dark Purple #A02197

Color information

#A02197 (or 0xA02197) is unknown color: approx Dark Purple. HEX triplet: A0, 21 and 97. RGB value is (160,33,151). Sum of RGB (Red+Green+Blue) = 160+33+151=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A02197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02197 is #5FDE68. Grayscale: #545454. Windows color (decimal): -6282857 or 9904544. OLE color: 9904544.

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

Color convert

RGB16033151-
CMYK00.790.060.37
HSL304.25º65.8%37.84%-
HSV(B)304.25º79.37%62.75%-
XYZ20.6310.830.27-
YUV84.42165.58181.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 33 (13.28% from 255) = 9.59%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=46.51%
G=9.59%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603315100.790.060.37304.2565.837.84
HexA0219704F6251304226
Octal24041227011764546010246
Binary1010000010000110010111010011111101001011001100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02197; }

 p { color: rgb(160,33,151); }

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

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

 a { background-color: rgb(160,33,151); }

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

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

 span { border-color: rgb(160,33,151); }

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