Html Css Color HEX #A22087 Dark Purple

📋 copy color: '#A22087'

red 162 ◦ green 32 ◦ blue 135

#A22087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A22087

Tints of Dark Purple #A22087

RGB

 RED value IS 162 (63.67% from 255) = 49.24%

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 49.24%
G = 9.73%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A22087 (or 0xA22087) is known color: Dark Purple. HEX triplet: A2, 20 and 87. RGB value is (162,32,135). Sum of RGB (Red+Green+Blue) = 162+32+135=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A22087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22087 is #5DDF78. Grayscale: #525252. Windows color (decimal): -6152057 or 8855714. OLE color: 8855714.

HSL color Cylindrical-coordinate representation of color #A22087: hue angle of 312.46º degrees, saturation: 0.67, 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 #A22087 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 32 135 -
CMYK 0 0.80 0.17 0.36
HSL 312.46º 0.67% 0.38% -
HSV(B) 312.46º 0.8% 0.64% -
XYZ 19.79 10.46 23.9 -
YUV 82.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 162 32 135 0 0.80 0.17 0.36 312.46 0.67 0.38
Hex A2 20 87 0 50 11 24 138 43 26
Octal 242 40 207 0 120 21 44 470 103 46
Binary 10100010 100000 10000111 0 1010000 10001 100100 100111000 1000011 100110

Color Harmonies of #A22087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22087

Black with #A22087

Text Example


Text Example

White with #A22087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22087; }

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

 H1.HeaderClassName
 {
   color: #A22087;
 }
 .AnyTagClassName
 {
   color: #A22087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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