Html Css Color HEX #A22191 Dark Purple

📋 copy color: '#A22191'

red 162 ◦ green 33 ◦ blue 145

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

Shades of Dark Purple #A22191

Tints of Dark Purple #A22191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 47.65%
G = 9.71%
B = 42.65%

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

#A22191 (or 0xA22191) is known color: Dark Purple. HEX triplet: A2, 21 and 91. RGB value is (162,33,145). Sum of RGB (Red+Green+Blue) = 162+33+145=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A22191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22191 is #5DDE6E. Grayscale: #545454. Windows color (decimal): -6151791 or 9511330. OLE color: 9511330.

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

Color convert

RGB 162 33 145 -
CMYK 0 0.80 0.10 0.36
HSL 307.91º 0.66% 0.38% -
HSV(B) 307.91º 0.8% 0.64% -
XYZ 20.55 10.81 27.79 -
YUV 84.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 162 33 145 0 0.80 0.10 0.36 307.91 0.66 0.38
Hex A2 21 91 0 50 A 24 134 42 26
Octal 242 41 221 0 120 12 44 464 102 46
Binary 10100010 100001 10010001 0 1010000 1010 100100 100110100 1000010 100110

Color Harmonies of #A22191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22191

Black with #A22191

Text Example


Text Example

White with #A22191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22191; }

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

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

background-color css

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

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

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

border-color css

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

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

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