Shades of Dark Violet #AE11DF
Tints of Dark Violet #AE11DF
RGB
CMYK
RGB Variations
Color information
#AE11DF (or 0xAE11DF) is known color: Dark Violet. HEX triplet: AE, 11 and DF. RGB value is (174,17,223). Sum of RGB (Red+Green+Blue) = 174+17+223=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE11DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11DF is #51EE20. Grayscale: #565656. Windows color (decimal): -5369377 or 14619054. OLE color: 14619054.
HSL color Cylindrical-coordinate representation of color #AE11DF: hue angle of 285.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE11DF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 17 | 223 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.13 |
| HSL | 285.73º | 0.86% | 0.47% | - |
| HSV(B) | 285.73º | 0.92% | 0.87% | - |
| XYZ | 30.98 | 14.73 | 71.02 | - |
| YUV | 87.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 223 | 0.22 | 0.92 | 0 | 0.13 | 285.73 | 0.86 | 0.47 |
| Hex | AE | 11 | DF | 16 | 5C | 0 | D | 11E | 56 | 2F |
| Octal | 256 | 21 | 337 | 26 | 134 | 0 | 15 | 436 | 126 | 57 |
| Binary | 10101110 | 10001 | 11011111 | 10110 | 1011100 | 0 | 1101 | 100011110 | 1010110 | 101111 |
Color Harmonies of #AE11DF
Complementary color
Monochromatic Colors of #AE11DF
Black with #AE11DF
Text Example
Text Example
White with #AE11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE11DF; }
p { color: rgb(174,17,223); }
H1.HeaderClassName
{
color: #AE11DF;
}
.AnyTagClassName
{
color: #AE11DF;
}
</style>
background-color css
<style>
a { background-color: #AE11DF; }
a { background-color: rgb(174,17,223); }
div.DivClassName
{
background-color: #AE11DF;
}
.BgClassName
{
background-color: #AE11DF;
}
</style>
border-color css
<style>
span { border-color: #AE11DF; }
span { border-color: rgb(174,17,223); }
td.TdClassName
{
border-color: #AE11DF;
}
.TagClassName
{
border-color: #AE11DF;
}
</style>