Html Css Color HEX #A22488 Dark Purple

📋 copy color: '#A22488'

red 162 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #A22488

Tints of Dark Purple #A22488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

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

R = 48.5%
G = 10.78%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A22488 (or 0xA22488) is known color: Dark Purple. HEX triplet: A2, 24 and 88. RGB value is (162,36,136). Sum of RGB (Red+Green+Blue) = 162+36+136=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A22488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22488 is #5DDB77. Grayscale: #545454. Windows color (decimal): -6151032 or 8922274. OLE color: 8922274.

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

Color convert

RGB 162 36 136 -
CMYK 0 0.78 0.16 0.36
HSL 312.38º 0.64% 0.39% -
HSV(B) 312.38º 0.78% 0.64% -
XYZ 19.98 10.72 24.31 -
YUV 85.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 162 36 136 0 0.78 0.16 0.36 312.38 0.64 0.39
Hex A2 24 88 0 4E 10 24 138 40 27
Octal 242 44 210 0 116 20 44 470 100 47
Binary 10100010 100100 10001000 0 1001110 10000 100100 100111000 1000000 100111

Color Harmonies of #A22488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22488

Black with #A22488

Text Example


Text Example

White with #A22488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22488; }

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

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

background-color css

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

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

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

border-color css

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

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

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