Shades of Dark Violet #AE0EC6
Tints of Dark Violet #AE0EC6
RGB
CMYK
RGB Variations
Color information
#AE0EC6 (or 0xAE0EC6) is known color: Dark Violet. HEX triplet: AE, 0E and C6. RGB value is (174,14,198). Sum of RGB (Red+Green+Blue) = 174+14+198=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE0EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EC6 is #51F139. Grayscale: #525252. Windows color (decimal): -5370170 or 12979886. OLE color: 12979886.
HSL color Cylindrical-coordinate representation of color #AE0EC6: hue angle of 292.17º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0EC6 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 14 | 198 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.22 |
| HSL | 292.17º | 0.87% | 0.42% | - |
| HSV(B) | 292.17º | 0.93% | 0.78% | - |
| XYZ | 27.81 | 13.39 | 54.55 | - |
| YUV | 82.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 198 | 0.12 | 0.93 | 0 | 0.22 | 292.17 | 0.87 | 0.42 |
| Hex | AE | E | C6 | C | 5D | 0 | 16 | 124 | 57 | 2A |
| Octal | 256 | 16 | 306 | 14 | 135 | 0 | 26 | 444 | 127 | 52 |
| Binary | 10101110 | 1110 | 11000110 | 1100 | 1011101 | 0 | 10110 | 100100100 | 1010111 | 101010 |
Color Harmonies of #AE0EC6
Complementary color
Monochromatic Colors of #AE0EC6
Black with #AE0EC6
Text Example
Text Example
White with #AE0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EC6; }
p { color: rgb(174,14,198); }
H1.HeaderClassName
{
color: #AE0EC6;
}
.AnyTagClassName
{
color: #AE0EC6;
}
</style>
background-color css
<style>
a { background-color: #AE0EC6; }
a { background-color: rgb(174,14,198); }
div.DivClassName
{
background-color: #AE0EC6;
}
.BgClassName
{
background-color: #AE0EC6;
}
</style>
border-color css
<style>
span { border-color: #AE0EC6; }
span { border-color: rgb(174,14,198); }
td.TdClassName
{
border-color: #AE0EC6;
}
.TagClassName
{
border-color: #AE0EC6;
}
</style>