Html Css Color HEX #A22492 Dark Purple

📋 copy color: '#A22492'

red 162 ◦ green 36 ◦ blue 146

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

Shades of Dark Purple #A22492

Tints of Dark Purple #A22492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 47.09%
G = 10.47%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A22492 (or 0xA22492) is known color: Dark Purple. HEX triplet: A2, 24 and 92. RGB value is (162,36,146). Sum of RGB (Red+Green+Blue) = 162+36+146=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22492 is #5DDB6D. Grayscale: #555555. Windows color (decimal): -6151022 or 9577634. OLE color: 9577634.

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

Color convert

RGB 162 36 146 -
CMYK 0 0.78 0.10 0.36
HSL 307.62º 0.64% 0.39% -
HSV(B) 307.62º 0.78% 0.64% -
XYZ 20.72 11.02 28.23 -
YUV 86.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 162 36 146 0 0.78 0.10 0.36 307.62 0.64 0.39
Hex A2 24 92 0 4E A 24 134 40 27
Octal 242 44 222 0 116 12 44 464 100 47
Binary 10100010 100100 10010010 0 1001110 1010 100100 100110100 1000000 100111

Color Harmonies of #A22492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22492

Black with #A22492

Text Example


Text Example

White with #A22492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22492; }

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

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

background-color css

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

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

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

border-color css

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

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

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