#A2217F

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

Shades of Dark Purple #A2217F

Tints of Dark Purple #A2217F

Color information

#A2217F (or 0xA2217F) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 7F. RGB value is (162,33,127). Sum of RGB (Red+Green+Blue) = 162+33+127=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2217F is #5DDE80. Grayscale: #525252. Windows color (decimal): -6151809 or 8331682. OLE color: 8331682.

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

Color convert

RGB16233127-
CMYK00.800.220.36
HSL316.28º66.15%38.24%-
HSV(B)316.28º79.63%63.53%-
XYZ19.2710.321.05-
YUV82.29153.24184.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 33 (13.28% from 255) = 10.25%
BLUE value IS 127 (50% from 255) = 39.44%
R=50.31%
G=10.25%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623312700.800.220.36316.2866.1538.24
HexA2217F050162413c4226
Octal242411770120264447410246
Binary10100010100001111111101010000101101001001001111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2217F; }

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

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

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

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

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

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

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

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