#A22296

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

Shades of Dark Purple #A22296

Tints of Dark Purple #A22296

Color information

#A22296 (or 0xA22296) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 96. RGB value is (162,34,150). Sum of RGB (Red+Green+Blue) = 162+34+150=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A22296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22296 is #5DDD69. Grayscale: #555555. Windows color (decimal): -6151530 or 9839266. OLE color: 9839266.

HSL color Cylindrical-coordinate representation of color #A22296: hue angle of 305.62º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22296 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16234150-
CMYK00.790.070.36
HSL305.62º65.31%38.43%-
HSV(B)305.62º79.01%63.53%-
XYZ20.9811.0329.88-
YUV85.5164.41182.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 34 (13.67% from 255) = 9.83%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=46.82%
G=9.83%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623415000.790.070.36305.6265.3138.43
HexA2229604F7241324126
Octal24242226011774446210146
Binary1010001010001010010110010011111111001001001100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22296; }

 p { color: rgb(162,34,150); }

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

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

 a { background-color: rgb(162,34,150); }

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

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

 span { border-color: rgb(162,34,150); }

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