#A22297

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

Shades of Dark Purple #A22297

Tints of Dark Purple #A22297

Color information

#A22297 (or 0xA22297) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 97. RGB value is (162,34,151). Sum of RGB (Red+Green+Blue) = 162+34+151=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A22297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22297 is #5DDD68. Grayscale: #555555. Windows color (decimal): -6151529 or 9904802. OLE color: 9904802.

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

Color convert

RGB16234151-
CMYK00.790.070.36
HSL305.16º65.31%38.43%-
HSV(B)305.16º79.01%63.53%-
XYZ21.0611.0630.3-
YUV85.61164.91182.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 34 (13.67% from 255) = 9.80%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=46.69%
G=9.80%
B=43.52%

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
Decimal1623415100.790.070.36305.1665.3138.43
HexA2229704F7241314126
Octal24242227011774446110146
Binary1010001010001010010111010011111111001001001100011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22297; }

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

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

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

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

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

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

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

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