#A2217C

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

Shades of Dark Purple #A2217C

Tints of Dark Purple #A2217C

Color information

#A2217C (or 0xA2217C) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 7C. RGB value is (162,33,124). Sum of RGB (Red+Green+Blue) = 162+33+124=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2217C is #5DDE83. Grayscale: #515151. Windows color (decimal): -6151812 or 8135074. OLE color: 8135074.

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

Color convert

RGB16233124-
CMYK00.800.230.36
HSL317.67º66.15%38.24%-
HSV(B)317.67º79.63%63.53%-
XYZ19.0810.2220.04-
YUV81.94151.74185.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=50.78%
G=10.34%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623312400.800.230.36317.6766.1538.24
HexA2217C050172413e4226
Octal242411740120274447610246
Binary10100010100001111110001010000101111001001001111101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2217C; }

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

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

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

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

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

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

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

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