Html Css Color HEX #A22192 Dark Purple

📋 copy color: '#A22192'

red 162 ◦ green 33 ◦ blue 146

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

Shades of Dark Purple #A22192

Tints of Dark Purple #A22192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.68%

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

R = 47.51%
G = 9.68%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A22192 (or 0xA22192) is known color: Dark Purple. HEX triplet: A2, 21 and 92. RGB value is (162,33,146). Sum of RGB (Red+Green+Blue) = 162+33+146=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A22192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22192 is #5DDE6D. Grayscale: #545454. Windows color (decimal): -6151790 or 9576866. OLE color: 9576866.

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

Color convert

RGB 162 33 146 -
CMYK 0 0.80 0.10 0.36
HSL 307.44º 0.66% 0.38% -
HSV(B) 307.44º 0.8% 0.64% -
XYZ 20.63 10.84 28.2 -
YUV 84.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 162 33 146 0 0.80 0.10 0.36 307.44 0.66 0.38
Hex A2 21 92 0 50 A 24 133 42 26
Octal 242 41 222 0 120 12 44 463 102 46
Binary 10100010 100001 10010010 0 1010000 1010 100100 100110011 1000010 100110

Color Harmonies of #A22192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22192

Black with #A22192

Text Example


Text Example

White with #A22192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22192; }

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

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

background-color css

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

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

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

border-color css

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

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

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