Shades of Dark Violet #AE0EDC
Tints of Dark Violet #AE0EDC
RGB
CMYK
RGB Variations
Color information
#AE0EDC (or 0xAE0EDC) is known color: Dark Violet. HEX triplet: AE, 0E and DC. RGB value is (174,14,220). Sum of RGB (Red+Green+Blue) = 174+14+220=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EDC is #51F123. Grayscale: #545454. Windows color (decimal): -5370148 or 14421678. OLE color: 14421678.
HSL color Cylindrical-coordinate representation of color #AE0EDC: hue angle of 286.6º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EDC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 14 | 220 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.14 |
| HSL | 286.6º | 0.88% | 0.46% | - |
| HSV(B) | 286.6º | 0.94% | 0.86% | - |
| XYZ | 30.53 | 14.48 | 68.9 | - |
| YUV | 85.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 220 | 0.21 | 0.94 | 0 | 0.14 | 286.6 | 0.88 | 0.46 |
| Hex | AE | E | DC | 15 | 5E | 0 | E | 11F | 58 | 2E |
| Octal | 256 | 16 | 334 | 25 | 136 | 0 | 16 | 437 | 130 | 56 |
| Binary | 10101110 | 1110 | 11011100 | 10101 | 1011110 | 0 | 1110 | 100011111 | 1011000 | 101110 |
Color Harmonies of #AE0EDC
Complementary color
Monochromatic Colors of #AE0EDC
Black with #AE0EDC
Text Example
Text Example
White with #AE0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EDC; }
p { color: rgb(174,14,220); }
H1.HeaderClassName
{
color: #AE0EDC;
}
.AnyTagClassName
{
color: #AE0EDC;
}
</style>
background-color css
<style>
a { background-color: #AE0EDC; }
a { background-color: rgb(174,14,220); }
div.DivClassName
{
background-color: #AE0EDC;
}
.BgClassName
{
background-color: #AE0EDC;
}
</style>
border-color css
<style>
span { border-color: #AE0EDC; }
span { border-color: rgb(174,14,220); }
td.TdClassName
{
border-color: #AE0EDC;
}
.TagClassName
{
border-color: #AE0EDC;
}
</style>