Shades of Dark Violet #AE0FDB
Tints of Dark Violet #AE0FDB
RGB
CMYK
RGB Variations
Color information
#AE0FDB (or 0xAE0FDB) is known color: Dark Violet. HEX triplet: AE, 0F and DB. RGB value is (174,15,219). Sum of RGB (Red+Green+Blue) = 174+15+219=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FDB is #51F024. Grayscale: #555555. Windows color (decimal): -5369893 or 14356398. OLE color: 14356398.
HSL color Cylindrical-coordinate representation of color #AE0FDB: hue angle of 286.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0FDB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 15 | 219 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.14 |
| HSL | 286.76º | 0.87% | 0.46% | - |
| HSV(B) | 286.76º | 0.93% | 0.86% | - |
| XYZ | 30.41 | 14.45 | 68.2 | - |
| YUV | 85.8 | 203.18 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 219 | 0.21 | 0.93 | 0 | 0.14 | 286.76 | 0.87 | 0.46 |
| Hex | AE | F | DB | 15 | 5D | 0 | E | 11F | 57 | 2E |
| Octal | 256 | 17 | 333 | 25 | 135 | 0 | 16 | 437 | 127 | 56 |
| Binary | 10101110 | 1111 | 11011011 | 10101 | 1011101 | 0 | 1110 | 100011111 | 1010111 | 101110 |
Color Harmonies of #AE0FDB
Complementary color
Monochromatic Colors of #AE0FDB
Black with #AE0FDB
Text Example
Text Example
White with #AE0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FDB; }
p { color: rgb(174,15,219); }
H1.HeaderClassName
{
color: #AE0FDB;
}
.AnyTagClassName
{
color: #AE0FDB;
}
</style>
background-color css
<style>
a { background-color: #AE0FDB; }
a { background-color: rgb(174,15,219); }
div.DivClassName
{
background-color: #AE0FDB;
}
.BgClassName
{
background-color: #AE0FDB;
}
</style>
border-color css
<style>
span { border-color: #AE0FDB; }
span { border-color: rgb(174,15,219); }
td.TdClassName
{
border-color: #AE0FDB;
}
.TagClassName
{
border-color: #AE0FDB;
}
</style>