Html Css Color HEX #A22491 Dark Purple

📋 copy color: '#A22491'

red 162 ◦ green 36 ◦ blue 145

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

Shades of Dark Purple #A22491

Tints of Dark Purple #A22491

RGB

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

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

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

R = 47.23%
G = 10.5%
B = 42.27%

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

#A22491 (or 0xA22491) is known color: Dark Purple. HEX triplet: A2, 24 and 91. RGB value is (162,36,145). Sum of RGB (Red+Green+Blue) = 162+36+145=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A22491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22491 is #5DDB6E. Grayscale: #555555. Windows color (decimal): -6151023 or 9512098. OLE color: 9512098.

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

Color convert

RGB 162 36 145 -
CMYK 0 0.78 0.10 0.36
HSL 308.1º 0.64% 0.39% -
HSV(B) 308.1º 0.78% 0.64% -
XYZ 20.64 10.99 27.82 -
YUV 86.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 162 36 145 0 0.78 0.10 0.36 308.1 0.64 0.39
Hex A2 24 91 0 4E A 24 134 40 27
Octal 242 44 221 0 116 12 44 464 100 47
Binary 10100010 100100 10010001 0 1001110 1010 100100 100110100 1000000 100111

Color Harmonies of #A22491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22491

Black with #A22491

Text Example


Text Example

White with #A22491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22491; }

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

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

background-color css

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

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

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

border-color css

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

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

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