Html Css Color HEX #A22088 Dark Purple

📋 copy color: '#A22088'

red 162 ◦ green 32 ◦ blue 136

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

Shades of Dark Purple #A22088

Tints of Dark Purple #A22088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 49.09%
G = 9.7%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A22088 (or 0xA22088) is known color: Dark Purple. HEX triplet: A2, 20 and 88. RGB value is (162,32,136). Sum of RGB (Red+Green+Blue) = 162+32+136=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A22088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22088 is #5DDF77. Grayscale: #525252. Windows color (decimal): -6152056 or 8921250. OLE color: 8921250.

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

Color convert

RGB 162 32 136 -
CMYK 0 0.80 0.16 0.36
HSL 312º 0.67% 0.38% -
HSV(B) 312º 0.8% 0.64% -
XYZ 19.86 10.49 24.27 -
YUV 82.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 162 32 136 0 0.80 0.16 0.36 312 0.67 0.38
Hex A2 20 88 0 50 10 24 138 43 26
Octal 242 40 210 0 120 20 44 470 103 46
Binary 10100010 100000 10001000 0 1010000 10000 100100 100111000 1000011 100110

Color Harmonies of #A22088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22088

Black with #A22088

Text Example


Text Example

White with #A22088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22088; }

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

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

background-color css

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

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

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

border-color css

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

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

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