#A014DC

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

Shades of Dark Violet #A014DC

Tints of Dark Violet #A014DC

Color information

#A014DC (or 0xA014DC) is unknown color: approx Dark Violet. HEX triplet: A0, 14 and DC. RGB value is (160,20,220). Sum of RGB (Red+Green+Blue) = 160+20+220=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A014DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014DC is #5FEB23. Grayscale: #545454. Windows color (decimal): -6286116 or 14423200. OLE color: 14423200.

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

Color convert

RGB16020220-
CMYK0.270.9100.14
HSL282º83.33%47.06%-
HSV(B)282º90.91%86.27%-
XYZ27.6713.1468.79-
YUV84.66204.38181.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 5%
BLUE value IS 220 (86.33% from 255) = 55%
R=40%
G=5%
B=55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160202200.270.9100.1428283.3347.06
HexA014DC1B5B0E11a532f
Octal240243343313301643212357
Binary101000001010011011100110111011011011101000110101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A014DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A014DC; }

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

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

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

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

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

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

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

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