Html Css Color HEX #A22187 Dark Purple

📋 copy color: '#A22187'

red 162 ◦ green 33 ◦ blue 135

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

Shades of Dark Purple #A22187

Tints of Dark Purple #A22187

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.13% from 255) = 40.91%

R = 49.09%
G = 10%
B = 40.91%

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

#A22187 (or 0xA22187) is known color: 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

RGB 162 33 135 -
CMYK 0 0.80 0.17 0.36
HSL 312.56º 0.66% 0.38% -
HSV(B) 312.56º 0.8% 0.64% -
XYZ 19.82 10.52 23.91 -
YUV 83.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 162 33 135 0 0.80 0.17 0.36 312.56 0.66 0.38
Hex A2 21 87 0 50 11 24 139 42 26
Octal 242 41 207 0 120 21 44 471 102 46
Binary 10100010 100001 10000111 0 1010000 10001 100100 100111001 1000010 100110

Color Harmonies of #A22187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22187

Black with #A22187

Text Example


Text Example

White with #A22187

Text Example


Text Example

HTML Codes & Css Web 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>