Shades of Dark Violet #AE0EDB
Tints of Dark Violet #AE0EDB
RGB
CMYK
RGB Variations
Color information
#AE0EDB (or 0xAE0EDB) is known color: Dark Violet. HEX triplet: AE, 0E and DB. RGB value is (174,14,219). Sum of RGB (Red+Green+Blue) = 174+14+219=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EDB is #51F124. Grayscale: #545454. Windows color (decimal): -5370149 or 14356142. OLE color: 14356142.
HSL color Cylindrical-coordinate representation of color #AE0EDB: hue angle of 286.83º 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 #AE0EDB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 14 | 219 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.14 |
| HSL | 286.83º | 0.88% | 0.46% | - |
| HSV(B) | 286.83º | 0.94% | 0.86% | - |
| XYZ | 30.4 | 14.43 | 68.2 | - |
| YUV | 85.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 219 | 0.21 | 0.94 | 0 | 0.14 | 286.83 | 0.88 | 0.46 |
| Hex | AE | E | DB | 15 | 5E | 0 | E | 11F | 58 | 2E |
| Octal | 256 | 16 | 333 | 25 | 136 | 0 | 16 | 437 | 130 | 56 |
| Binary | 10101110 | 1110 | 11011011 | 10101 | 1011110 | 0 | 1110 | 100011111 | 1011000 | 101110 |
Color Harmonies of #AE0EDB
Complementary color
Monochromatic Colors of #AE0EDB
Black with #AE0EDB
Text Example
Text Example
White with #AE0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EDB; }
p { color: rgb(174,14,219); }
H1.HeaderClassName
{
color: #AE0EDB;
}
.AnyTagClassName
{
color: #AE0EDB;
}
</style>
background-color css
<style>
a { background-color: #AE0EDB; }
a { background-color: rgb(174,14,219); }
div.DivClassName
{
background-color: #AE0EDB;
}
.BgClassName
{
background-color: #AE0EDB;
}
</style>
border-color css
<style>
span { border-color: #AE0EDB; }
span { border-color: rgb(174,14,219); }
td.TdClassName
{
border-color: #AE0EDB;
}
.TagClassName
{
border-color: #AE0EDB;
}
</style>