#A22195

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

Shades of Dark Purple #A22195

Tints of Dark Purple #A22195

Color information

#A22195 (or 0xA22195) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 95. RGB value is (162,33,149). Sum of RGB (Red+Green+Blue) = 162+33+149=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22195 is #5DDE6A. Grayscale: #545454. Windows color (decimal): -6151787 or 9773474. OLE color: 9773474.

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

Color convert

RGB16233149-
CMYK00.800.080.36
HSL306.05º66.15%38.24%-
HSV(B)306.05º79.63%63.53%-
XYZ20.8710.9429.45-
YUV84.8164.24183.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 33 (13.28% from 255) = 9.59%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=47.09%
G=9.59%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623314900.800.080.36306.0566.1538.24
HexA221950508241324226
Octal242412250120104446210246
Binary10100010100001100101010101000010001001001001100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22195; }

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

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

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

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

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

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

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

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