Html Css Color HEX #A22391 Dark Purple

📋 copy color: '#A22391'

red 162 ◦ green 35 ◦ blue 145

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

Shades of Dark Purple #A22391

Tints of Dark Purple #A22391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

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

R = 47.37%
G = 10.23%
B = 42.4%

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

#A22391 (or 0xA22391) is known color: Dark Purple. HEX triplet: A2, 23 and 91. RGB value is (162,35,145). Sum of RGB (Red+Green+Blue) = 162+35+145=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A22391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22391 is #5DDC6E. Grayscale: #555555. Windows color (decimal): -6151279 or 9511842. OLE color: 9511842.

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

Color convert

RGB 162 35 145 -
CMYK 0 0.78 0.10 0.36
HSL 308.03º 0.64% 0.39% -
HSV(B) 308.03º 0.78% 0.64% -
XYZ 20.61 10.93 27.81 -
YUV 85.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 162 35 145 0 0.78 0.10 0.36 308.03 0.64 0.39
Hex A2 23 91 0 4E A 24 134 40 27
Octal 242 43 221 0 116 12 44 464 100 47
Binary 10100010 100011 10010001 0 1001110 1010 100100 100110100 1000000 100111

Color Harmonies of #A22391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22391

Black with #A22391

Text Example


Text Example

White with #A22391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22391; }

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

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

background-color css

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

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

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

border-color css

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

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

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