#A0217E

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

Shades of Dark Purple #A0217E

Tints of Dark Purple #A0217E

Color information

#A0217E (or 0xA0217E) is unknown color: approx Dark Purple. HEX triplet: A0, 21 and 7E. RGB value is (160,33,126). Sum of RGB (Red+Green+Blue) = 160+33+126=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0217E is #5FDE81. Grayscale: #515151. Windows color (decimal): -6282882 or 8266144. OLE color: 8266144.

HSL color Cylindrical-coordinate representation of color #A0217E: hue angle of 316.06º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0217E is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16033126-
CMYK00.790.210.37
HSL316.06º65.8%37.84%-
HSV(B)316.06º79.37%62.75%-
XYZ18.8110.0720.69-
YUV81.58153.08183.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=50.16%
G=10.34%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603312600.790.210.37316.0665.837.84
HexA0217E04F152513c4226
Octal240411760117254547410246
Binary10100000100001111111001001111101011001011001111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0217E; }

 p { color: rgb(160,33,126); }

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

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

 a { background-color: rgb(160,33,126); }

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

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

 span { border-color: rgb(160,33,126); }

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