#A016DC

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

Shades of Dark Violet #A016DC

Tints of Dark Violet #A016DC

Color information

#A016DC (or 0xA016DC) is unknown color: approx Dark Violet. HEX triplet: A0, 16 and DC. RGB value is (160,22,220). Sum of RGB (Red+Green+Blue) = 160+22+220=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #A016DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016DC is #5FE923. Grayscale: #555555. Windows color (decimal): -6285604 or 14423712. OLE color: 14423712.

HSL color Cylindrical-coordinate representation of color #A016DC: hue angle of 281.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A016DC is Cyan = 0.27, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16022220-
CMYK0.270.900.14
HSL281.82º81.82%47.45%-
HSV(B)281.82º90%86.27%-
XYZ27.713.2168.8-
YUV85.83203.72180.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 22 (8.98% from 255) = 5.47%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=39.80%
G=5.47%
B=54.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160222200.270.900.14281.8281.8247.45
HexA016DC1B5A0E11a522f
Octal240263343313201643212257
Binary101000001011011011100110111011010011101000110101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A016DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A016DC; }

 p { color: rgb(160,22,220); }

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

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

 a { background-color: rgb(160,22,220); }

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

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

 span { border-color: rgb(160,22,220); }

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