#AC14DD

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

Shades of Dark Violet #AC14DD

Tints of Dark Violet #AC14DD

Color information

#AC14DD (or 0xAC14DD) is unknown color: approx Dark Violet. HEX triplet: AC, 14 and DD. RGB value is (172,20,221). Sum of RGB (Red+Green+Blue) = 172+20+221=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14DD is #53EB22. Grayscale: #575757. Windows color (decimal): -5499683 or 14488748. OLE color: 14488748.

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

Color convert

RGB17220221-
CMYK0.220.9100.13
HSL285.37º83.4%47.25%-
HSV(B)285.37º90.95%86.67%-
XYZ30.3114.4969.61-
YUV88.36202.86187.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 20 (8.20% from 255) = 4.84%
BLUE value IS 221 (86.72% from 255) = 53.51%
R=41.65%
G=4.84%
B=53.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172202210.220.9100.13285.3783.447.25
HexAC14DD165B0D11d532f
Octal254243352613301543512357
Binary101011001010011011101101101011011011011000111011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC14DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC14DD; }

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

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

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

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

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

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

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

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