#A22395

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

Shades of Dark Purple #A22395

Tints of Dark Purple #A22395

Color information

#A22395 (or 0xA22395) is unknown color: approx Dark Purple. HEX triplet: A2, 23 and 95. RGB value is (162,35,149). Sum of RGB (Red+Green+Blue) = 162+35+149=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A22395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22395 is #5DDC6A. Grayscale: #555555. Windows color (decimal): -6151275 or 9773986. OLE color: 9773986.

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

Color convert

RGB16235149-
CMYK00.780.080.36
HSL306.14º64.47%38.63%-
HSV(B)306.14º78.4%63.53%-
XYZ20.9311.0529.46-
YUV85.97163.58182.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 35 (14.06% from 255) = 10.12%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=46.82%
G=10.12%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623514900.780.080.36306.1464.4738.63
HexA2239504E8241324027
Octal242432250116104446210047
Binary10100010100011100101010100111010001001001001100101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22395; }

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

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

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

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

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

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

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

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