#AC14DC

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

Shades of Dark Violet #AC14DC

Tints of Dark Violet #AC14DC

Color information

#AC14DC (or 0xAC14DC) is unknown color: approx Dark Violet. HEX triplet: AC, 14 and DC. RGB value is (172,20,220). Sum of RGB (Red+Green+Blue) = 172+20+220=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC14DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14DC is #53EB23. Grayscale: #575757. Windows color (decimal): -5499684 or 14423212. OLE color: 14423212.

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

Color convert

RGB17220220-
CMYK0.220.9100.14
HSL285.6º83.33%47.06%-
HSV(B)285.6º90.91%86.27%-
XYZ30.1814.4468.91-
YUV88.25202.36187.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 20 (8.20% from 255) = 4.85%
BLUE value IS 220 (86.33% from 255) = 53.40%
R=41.75%
G=4.85%
B=53.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172202200.220.9100.14285.683.3347.06
HexAC14DC165B0E11e532f
Octal254243342613301643612357
Binary101011001010011011100101101011011011101000111101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC14DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC14DC; }

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

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

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

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

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

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

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

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