#A22587

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

Shades of Dark Purple #A22587

Tints of Dark Purple #A22587

Color information

#A22587 (or 0xA22587) is unknown color: approx Dark Purple. HEX triplet: A2, 25 and 87. RGB value is (162,37,135). Sum of RGB (Red+Green+Blue) = 162+37+135=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A22587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22587 is #5DDA78. Grayscale: #555555. Windows color (decimal): -6150777 or 8856994. OLE color: 8856994.

HSL color Cylindrical-coordinate representation of color #A22587: hue angle of 312.96º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22587 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16237135-
CMYK00.770.170.36
HSL312.96º62.81%39.02%-
HSV(B)312.96º77.16%63.53%-
XYZ19.9410.7523.95-
YUV85.55155.91182.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=48.50%
G=11.08%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623713500.770.170.36312.9662.8139.02
HexA2258704D11241393f27
Octal24245207011521444717747
Binary10100010100101100001110100110110001100100100111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22587; }

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

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

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

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

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

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

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

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