#A0217B

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

Shades of Dark Purple #A0217B

Tints of Dark Purple #A0217B

Color information

#A0217B (or 0xA0217B) is unknown color: approx Dark Purple. HEX triplet: A0, 21 and 7B. RGB value is (160,33,123). Sum of RGB (Red+Green+Blue) = 160+33+123=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0217B is #5FDE84. Grayscale: #515151. Windows color (decimal): -6282885 or 8069536. OLE color: 8069536.

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

Color convert

RGB16033123-
CMYK00.790.230.37
HSL317.48º65.8%37.84%-
HSV(B)317.48º79.37%62.75%-
XYZ18.629.9919.69-
YUV81.23151.58184.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=50.63%
G=10.44%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603312300.790.230.37317.4865.837.84
HexA0217B04F172513d4226
Octal240411730117274547510246
Binary10100000100001111101101001111101111001011001111011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0217B; }

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

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

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

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

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

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

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

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