Shades of Dark Violet #AE10DF
Tints of Dark Violet #AE10DF
RGB
CMYK
RGB Variations
Color information
#AE10DF (or 0xAE10DF) is known color: Dark Violet. HEX triplet: AE, 10 and DF. RGB value is (174,16,223). Sum of RGB (Red+Green+Blue) = 174+16+223=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10DF is #51EF20. Grayscale: #565656. Windows color (decimal): -5369633 or 14618798. OLE color: 14618798.
HSL color Cylindrical-coordinate representation of color #AE10DF: hue angle of 285.8º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE10DF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 16 | 223 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.13 |
| HSL | 285.8º | 0.87% | 0.47% | - |
| HSV(B) | 285.8º | 0.93% | 0.87% | - |
| XYZ | 30.96 | 14.7 | 71.02 | - |
| YUV | 86.84 | 204.85 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 223 | 0.22 | 0.93 | 0 | 0.13 | 285.8 | 0.87 | 0.47 |
| Hex | AE | 10 | DF | 16 | 5D | 0 | D | 11E | 57 | 2F |
| Octal | 256 | 20 | 337 | 26 | 135 | 0 | 15 | 436 | 127 | 57 |
| Binary | 10101110 | 10000 | 11011111 | 10110 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101111 |
Color Harmonies of #AE10DF
Complementary color
Monochromatic Colors of #AE10DF
Black with #AE10DF
Text Example
Text Example
White with #AE10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE10DF; }
p { color: rgb(174,16,223); }
H1.HeaderClassName
{
color: #AE10DF;
}
.AnyTagClassName
{
color: #AE10DF;
}
</style>
background-color css
<style>
a { background-color: #AE10DF; }
a { background-color: rgb(174,16,223); }
div.DivClassName
{
background-color: #AE10DF;
}
.BgClassName
{
background-color: #AE10DF;
}
</style>
border-color css
<style>
span { border-color: #AE10DF; }
span { border-color: rgb(174,16,223); }
td.TdClassName
{
border-color: #AE10DF;
}
.TagClassName
{
border-color: #AE10DF;
}
</style>