Shades of Dark Violet #AE11CE
Tints of Dark Violet #AE11CE
RGB
CMYK
RGB Variations
Color information
#AE11CE (or 0xAE11CE) is known color: Dark Violet. HEX triplet: AE, 11 and CE. RGB value is (174,17,206). Sum of RGB (Red+Green+Blue) = 174+17+206=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11CE is #51EE31. Grayscale: #545454. Windows color (decimal): -5369394 or 13504942. OLE color: 13504942.
HSL color Cylindrical-coordinate representation of color #AE11CE: hue angle of 289.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE11CE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 17 | 206 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.19 |
| HSL | 289.84º | 0.85% | 0.44% | - |
| HSV(B) | 289.84º | 0.92% | 0.81% | - |
| XYZ | 28.8 | 13.86 | 59.55 | - |
| YUV | 85.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 206 | 0.16 | 0.92 | 0 | 0.19 | 289.84 | 0.85 | 0.44 |
| Hex | AE | 11 | CE | 10 | 5C | 0 | 13 | 122 | 55 | 2C |
| Octal | 256 | 21 | 316 | 20 | 134 | 0 | 23 | 442 | 125 | 54 |
| Binary | 10101110 | 10001 | 11001110 | 10000 | 1011100 | 0 | 10011 | 100100010 | 1010101 | 101100 |
Color Harmonies of #AE11CE
Complementary color
Monochromatic Colors of #AE11CE
Black with #AE11CE
Text Example
Text Example
White with #AE11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE11CE; }
p { color: rgb(174,17,206); }
H1.HeaderClassName
{
color: #AE11CE;
}
.AnyTagClassName
{
color: #AE11CE;
}
</style>
background-color css
<style>
a { background-color: #AE11CE; }
a { background-color: rgb(174,17,206); }
div.DivClassName
{
background-color: #AE11CE;
}
.BgClassName
{
background-color: #AE11CE;
}
</style>
border-color css
<style>
span { border-color: #AE11CE; }
span { border-color: rgb(174,17,206); }
td.TdClassName
{
border-color: #AE11CE;
}
.TagClassName
{
border-color: #AE11CE;
}
</style>