Html Css Color HEX #A22290 Dark Purple

📋 copy color: '#A22290'

red 162 ◦ green 34 ◦ blue 144

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

Shades of Dark Purple #A22290

Tints of Dark Purple #A22290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 47.65%
G = 10%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A22290 (or 0xA22290) is known color: Dark Purple. HEX triplet: A2, 22 and 90. RGB value is (162,34,144). Sum of RGB (Red+Green+Blue) = 162+34+144=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A22290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22290 is #5DDD6F. Grayscale: #545454. Windows color (decimal): -6151536 or 9446050. OLE color: 9446050.

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

Color convert

RGB 162 34 144 -
CMYK 0 0.79 0.11 0.36
HSL 308.44º 0.65% 0.38% -
HSV(B) 308.44º 0.79% 0.64% -
XYZ 20.51 10.84 27.4 -
YUV 84.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 162 34 144 0 0.79 0.11 0.36 308.44 0.65 0.38
Hex A2 22 90 0 4F B 24 134 41 26
Octal 242 42 220 0 117 13 44 464 101 46
Binary 10100010 100010 10010000 0 1001111 1011 100100 100110100 1000001 100110

Color Harmonies of #A22290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22290

Black with #A22290

Text Example


Text Example

White with #A22290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22290; }

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

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

background-color css

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

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

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

border-color css

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

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

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