Shades of Dark Violet #AE0DDB
Tints of Dark Violet #AE0DDB
RGB
CMYK
RGB Variations
Color information
#AE0DDB (or 0xAE0DDB) is known color: Dark Violet. HEX triplet: AE, 0D and DB. RGB value is (174,13,219). Sum of RGB (Red+Green+Blue) = 174+13+219=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DDB is #51F224. Grayscale: #535353. Windows color (decimal): -5370405 or 14355886. OLE color: 14355886.
HSL color Cylindrical-coordinate representation of color #AE0DDB: hue angle of 286.89º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0DDB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 13 | 219 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.14 |
| HSL | 286.89º | 0.89% | 0.45% | - |
| HSV(B) | 286.89º | 0.94% | 0.86% | - |
| XYZ | 30.39 | 14.4 | 68.2 | - |
| YUV | 84.62 | 203.84 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 219 | 0.21 | 0.94 | 0 | 0.14 | 286.89 | 0.89 | 0.45 |
| Hex | AE | D | DB | 15 | 5E | 0 | E | 11F | 59 | 2D |
| Octal | 256 | 15 | 333 | 25 | 136 | 0 | 16 | 437 | 131 | 55 |
| Binary | 10101110 | 1101 | 11011011 | 10101 | 1011110 | 0 | 1110 | 100011111 | 1011001 | 101101 |
Color Harmonies of #AE0DDB
Complementary color
Monochromatic Colors of #AE0DDB
Black with #AE0DDB
Text Example
Text Example
White with #AE0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0DDB; }
p { color: rgb(174,13,219); }
H1.HeaderClassName
{
color: #AE0DDB;
}
.AnyTagClassName
{
color: #AE0DDB;
}
</style>
background-color css
<style>
a { background-color: #AE0DDB; }
a { background-color: rgb(174,13,219); }
div.DivClassName
{
background-color: #AE0DDB;
}
.BgClassName
{
background-color: #AE0DDB;
}
</style>
border-color css
<style>
span { border-color: #AE0DDB; }
span { border-color: rgb(174,13,219); }
td.TdClassName
{
border-color: #AE0DDB;
}
.TagClassName
{
border-color: #AE0DDB;
}
</style>