Shades of Dark Violet #AE10DB
Tints of Dark Violet #AE10DB
RGB
CMYK
RGB Variations
Color information
#AE10DB (or 0xAE10DB) is known color: Dark Violet. HEX triplet: AE, 10 and DB. RGB value is (174,16,219). Sum of RGB (Red+Green+Blue) = 174+16+219=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10DB is #51EF24. Grayscale: #555555. Windows color (decimal): -5369637 or 14356654. OLE color: 14356654.
HSL color Cylindrical-coordinate representation of color #AE10DB: hue angle of 286.7º degrees, saturation: 0.86, 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 #AE10DB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 16 | 219 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.14 |
| HSL | 286.7º | 0.86% | 0.46% | - |
| HSV(B) | 286.7º | 0.93% | 0.86% | - |
| XYZ | 30.43 | 14.48 | 68.21 | - |
| YUV | 86.38 | 202.85 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 219 | 0.21 | 0.93 | 0 | 0.14 | 286.7 | 0.86 | 0.46 |
| Hex | AE | 10 | DB | 15 | 5D | 0 | E | 11F | 56 | 2E |
| Octal | 256 | 20 | 333 | 25 | 135 | 0 | 16 | 437 | 126 | 56 |
| Binary | 10101110 | 10000 | 11011011 | 10101 | 1011101 | 0 | 1110 | 100011111 | 1010110 | 101110 |
Color Harmonies of #AE10DB
Complementary color
Monochromatic Colors of #AE10DB
Black with #AE10DB
Text Example
Text Example
White with #AE10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE10DB; }
p { color: rgb(174,16,219); }
H1.HeaderClassName
{
color: #AE10DB;
}
.AnyTagClassName
{
color: #AE10DB;
}
</style>
background-color css
<style>
a { background-color: #AE10DB; }
a { background-color: rgb(174,16,219); }
div.DivClassName
{
background-color: #AE10DB;
}
.BgClassName
{
background-color: #AE10DB;
}
</style>
border-color css
<style>
span { border-color: #AE10DB; }
span { border-color: rgb(174,16,219); }
td.TdClassName
{
border-color: #AE10DB;
}
.TagClassName
{
border-color: #AE10DB;
}
</style>