#A22187

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

Shades of Dark Purple #A22187

Tints of Dark Purple #A22187

Color information

#A22187 (or 0xA22187) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 87. RGB value is (162,33,135). Sum of RGB (Red+Green+Blue) = 162+33+135=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A22187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22187 is #5DDE78. Grayscale: #525252. Windows color (decimal): -6151801 or 8855970. OLE color: 8855970.

HSL color Cylindrical-coordinate representation of color #A22187: hue angle of 312.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22187 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16233135-
CMYK00.800.170.36
HSL312.56º66.15%38.24%-
HSV(B)312.56º79.63%63.53%-
XYZ19.8210.5223.91-
YUV83.2157.24184.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 33 (13.28% from 255) = 10%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=49.09%
G=10%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623313500.800.170.36312.5666.1538.24
HexA2218705011241394226
Octal242412070120214447110246
Binary101000101000011000011101010000100011001001001110011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22187; }

 p { color: rgb(162,33,135); }

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

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

 a { background-color: rgb(162,33,135); }

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

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

 span { border-color: rgb(162,33,135); }

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