#A2197C

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

Shades of Dark Purple #A2197C

Tints of Dark Purple #A2197C

Color information

#A2197C (or 0xA2197C) is unknown color: approx Dark Purple. HEX triplet: A2, 19 and 7C. RGB value is (162,25,124). Sum of RGB (Red+Green+Blue) = 162+25+124=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2197C is #5DE683. Grayscale: #4C4C4C. Windows color (decimal): -6153860 or 8133026. OLE color: 8133026.

HSL color Cylindrical-coordinate representation of color #A2197C: hue angle of 316.64º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2197C is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16225124-
CMYK00.850.230.36
HSL316.64º73.26%36.67%-
HSV(B)316.64º84.57%63.53%-
XYZ18.899.8319.97-
YUV77.25154.39188.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=52.09%
G=8.04%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622512400.850.230.36316.6473.2636.67
HexA2197C055172413d4925
Octal242311740125274447511145
Binary1010001011001111110001010101101111001001001111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2197C; }

 p { color: rgb(162,25,124); }

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

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

 a { background-color: rgb(162,25,124); }

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

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

 span { border-color: rgb(162,25,124); }

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