Html Css Color HEX #A22291 Dark Purple

📋 copy color: '#A22291'

red 162 ◦ green 34 ◦ blue 145

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

Shades of Dark Purple #A22291

Tints of Dark Purple #A22291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

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

R = 47.51%
G = 9.97%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A22291 (or 0xA22291) is known color: Dark Purple. HEX triplet: A2, 22 and 91. RGB value is (162,34,145). Sum of RGB (Red+Green+Blue) = 162+34+145=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A22291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22291 is #5DDD6E. Grayscale: #545454. Windows color (decimal): -6151535 or 9511586. OLE color: 9511586.

HSL color Cylindrical-coordinate representation of color #A22291: hue angle of 307.97º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22291 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 34 145 -
CMYK 0 0.79 0.10 0.36
HSL 307.97º 0.65% 0.38% -
HSV(B) 307.97º 0.79% 0.64% -
XYZ 20.58 10.87 27.8 -
YUV 84.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 162 34 145 0 0.79 0.10 0.36 307.97 0.65 0.38
Hex A2 22 91 0 4F A 24 134 41 26
Octal 242 42 221 0 117 12 44 464 101 46
Binary 10100010 100010 10010001 0 1001111 1010 100100 100110100 1000001 100110

Color Harmonies of #A22291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22291

Black with #A22291

Text Example


Text Example

White with #A22291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22291; }

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

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

background-color css

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

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

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

border-color css

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

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

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