Shades of Dark Violet #AE10D1
Tints of Dark Violet #AE10D1
RGB
CMYK
RGB Variations
Color information
#AE10D1 (or 0xAE10D1) is known color: Dark Violet. HEX triplet: AE, 10 and D1. RGB value is (174,16,209). Sum of RGB (Red+Green+Blue) = 174+16+209=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE10D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10D1 is #51EF2E. Grayscale: #545454. Windows color (decimal): -5369647 or 13701294. OLE color: 13701294.
HSL color Cylindrical-coordinate representation of color #AE10D1: hue angle of 289.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE10D1 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 16 | 209 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.18 |
| HSL | 289.12º | 0.86% | 0.44% | - |
| HSV(B) | 289.12º | 0.92% | 0.82% | - |
| XYZ | 29.15 | 13.97 | 61.48 | - |
| YUV | 85.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 209 | 0.17 | 0.92 | 0 | 0.18 | 289.12 | 0.86 | 0.44 |
| Hex | AE | 10 | D1 | 11 | 5C | 0 | 12 | 121 | 56 | 2C |
| Octal | 256 | 20 | 321 | 21 | 134 | 0 | 22 | 441 | 126 | 54 |
| Binary | 10101110 | 10000 | 11010001 | 10001 | 1011100 | 0 | 10010 | 100100001 | 1010110 | 101100 |
Color Harmonies of #AE10D1
Complementary color
Monochromatic Colors of #AE10D1
Black with #AE10D1
Text Example
Text Example
White with #AE10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE10D1; }
p { color: rgb(174,16,209); }
H1.HeaderClassName
{
color: #AE10D1;
}
.AnyTagClassName
{
color: #AE10D1;
}
</style>
background-color css
<style>
a { background-color: #AE10D1; }
a { background-color: rgb(174,16,209); }
div.DivClassName
{
background-color: #AE10D1;
}
.BgClassName
{
background-color: #AE10D1;
}
</style>
border-color css
<style>
span { border-color: #AE10D1; }
span { border-color: rgb(174,16,209); }
td.TdClassName
{
border-color: #AE10D1;
}
.TagClassName
{
border-color: #AE10D1;
}
</style>