Html Css Color HEX #A22390 Dark Purple

📋 copy color: '#A22390'

red 162 ◦ green 35 ◦ blue 144

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

Shades of Dark Purple #A22390

Tints of Dark Purple #A22390

RGB

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

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

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

R = 47.51%
G = 10.26%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A22390 (or 0xA22390) is known color: Dark Purple. HEX triplet: A2, 23 and 90. RGB value is (162,35,144). Sum of RGB (Red+Green+Blue) = 162+35+144=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A22390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22390 is #5DDC6F. Grayscale: #555555. Windows color (decimal): -6151280 or 9446306. OLE color: 9446306.

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

Color convert

RGB 162 35 144 -
CMYK 0 0.78 0.11 0.36
HSL 308.5º 0.64% 0.39% -
HSV(B) 308.5º 0.78% 0.64% -
XYZ 20.54 10.9 27.41 -
YUV 85.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 162 35 144 0 0.78 0.11 0.36 308.5 0.64 0.39
Hex A2 23 90 0 4E B 24 135 40 27
Octal 242 43 220 0 116 13 44 465 100 47
Binary 10100010 100011 10010000 0 1001110 1011 100100 100110101 1000000 100111

Color Harmonies of #A22390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22390

Black with #A22390

Text Example


Text Example

White with #A22390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22390; }

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

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

background-color css

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

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

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

border-color css

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

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

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