#A22191

Color #A22191 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A22191

Tints of Dark Purple #A22191

Color information

#A22191 (or 0xA22191) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 91. RGB value is (162,33,145). Sum of RGB (Red+Green+Blue) = 162+33+145=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A22191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22191 is #5DDE6E. Grayscale: #545454. Windows color (decimal): -6151791 or 9511330. OLE color: 9511330.

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

Color convert

RGB16233145-
CMYK00.800.100.36
HSL307.91º66.15%38.24%-
HSV(B)307.91º79.63%63.53%-
XYZ20.5510.8127.79-
YUV84.34162.24183.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=47.65%
G=9.71%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623314500.800.100.36307.9166.1538.24
HexA22191050A241344226
Octal242412210120124446410246
Binary10100010100001100100010101000010101001001001101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22191; }

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

 H1.HeaderClassName
 {
   color: #A22191;
 }
 .AnyTagClassName
 {
   color: #A22191;
 }
</style>
background-color css

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

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

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

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

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

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