Shades of Dark Violet #AE0EDD
Tints of Dark Violet #AE0EDD
RGB
CMYK
RGB Variations
Color information
#AE0EDD (or 0xAE0EDD) is known color: Dark Violet. HEX triplet: AE, 0E and DD. RGB value is (174,14,221). Sum of RGB (Red+Green+Blue) = 174+14+221=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE0EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EDD is #51F122. Grayscale: #545454. Windows color (decimal): -5370147 or 14487214. OLE color: 14487214.
HSL color Cylindrical-coordinate representation of color #AE0EDD: hue angle of 286.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EDD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 14 | 221 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.13 |
| HSL | 286.38º | 0.88% | 0.46% | - |
| HSV(B) | 286.38º | 0.94% | 0.87% | - |
| XYZ | 30.66 | 14.53 | 69.6 | - |
| YUV | 85.44 | 204.51 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 221 | 0.21 | 0.94 | 0 | 0.13 | 286.38 | 0.88 | 0.46 |
| Hex | AE | E | DD | 15 | 5E | 0 | D | 11E | 58 | 2E |
| Octal | 256 | 16 | 335 | 25 | 136 | 0 | 15 | 436 | 130 | 56 |
| Binary | 10101110 | 1110 | 11011101 | 10101 | 1011110 | 0 | 1101 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AE0EDD
Complementary color
Monochromatic Colors of #AE0EDD
Black with #AE0EDD
Text Example
Text Example
White with #AE0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EDD; }
p { color: rgb(174,14,221); }
H1.HeaderClassName
{
color: #AE0EDD;
}
.AnyTagClassName
{
color: #AE0EDD;
}
</style>
background-color css
<style>
a { background-color: #AE0EDD; }
a { background-color: rgb(174,14,221); }
div.DivClassName
{
background-color: #AE0EDD;
}
.BgClassName
{
background-color: #AE0EDD;
}
</style>
border-color css
<style>
span { border-color: #AE0EDD; }
span { border-color: rgb(174,14,221); }
td.TdClassName
{
border-color: #AE0EDD;
}
.TagClassName
{
border-color: #AE0EDD;
}
</style>