Shades of Dark Violet #AE00DC
Tints of Dark Violet #AE00DC
RGB
CMYK
RGB Variations
Color information
#AE00DC (or 0xAE00DC) is known color: Dark Violet. HEX triplet: AE, 00 and DC. RGB value is (174,0,220). Sum of RGB (Red+Green+Blue) = 174+0+220=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00DC is #51FF23. Grayscale: #4C4C4C. Windows color (decimal): -5373732 or 14418094. OLE color: 14418094.
HSL color Cylindrical-coordinate representation of color #AE00DC: hue angle of 287.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00DC is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 0 | 220 | - |
| CMYK | 0.21 | 1 | 0 | 0.14 |
| HSL | 287.45º | 1% | 0.43% | - |
| HSV(B) | 287.45º | 1% | 0.86% | - |
| XYZ | 30.37 | 14.17 | 68.84 | - |
| YUV | 77.11 | 208.65 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 220 | 0.21 | 1 | 0 | 0.14 | 287.45 | 1 | 0.43 |
| Hex | AE | 0 | DC | 15 | 64 | 0 | E | 11F | 64 | 2B |
| Octal | 256 | 0 | 334 | 25 | 144 | 0 | 16 | 437 | 144 | 53 |
| Binary | 10101110 | 0 | 11011100 | 10101 | 1100100 | 0 | 1110 | 100011111 | 1100100 | 101011 |
Color Harmonies of #AE00DC
Complementary color
Monochromatic Colors of #AE00DC
Black with #AE00DC
Text Example
Text Example
White with #AE00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00DC; }
p { color: rgb(174,0,220); }
H1.HeaderClassName
{
color: #AE00DC;
}
.AnyTagClassName
{
color: #AE00DC;
}
</style>
background-color css
<style>
a { background-color: #AE00DC; }
a { background-color: rgb(174,0,220); }
div.DivClassName
{
background-color: #AE00DC;
}
.BgClassName
{
background-color: #AE00DC;
}
</style>
border-color css
<style>
span { border-color: #AE00DC; }
span { border-color: rgb(174,0,220); }
td.TdClassName
{
border-color: #AE00DC;
}
.TagClassName
{
border-color: #AE00DC;
}
</style>