Shades of Dark Violet #AE0EDF
Tints of Dark Violet #AE0EDF
RGB
CMYK
RGB Variations
Color information
#AE0EDF (or 0xAE0EDF) is known color: Dark Violet. HEX triplet: AE, 0E and DF. RGB value is (174,14,223). Sum of RGB (Red+Green+Blue) = 174+14+223=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EDF is #51F120. Grayscale: #545454. Windows color (decimal): -5370145 or 14618286. OLE color: 14618286.
HSL color Cylindrical-coordinate representation of color #AE0EDF: hue angle of 285.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EDF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 14 | 223 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.13 |
| HSL | 285.93º | 0.88% | 0.46% | - |
| HSV(B) | 285.93º | 0.94% | 0.87% | - |
| XYZ | 30.93 | 14.64 | 71.01 | - |
| YUV | 85.67 | 205.51 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 223 | 0.22 | 0.94 | 0 | 0.13 | 285.93 | 0.88 | 0.46 |
| Hex | AE | E | DF | 16 | 5E | 0 | D | 11E | 58 | 2E |
| Octal | 256 | 16 | 337 | 26 | 136 | 0 | 15 | 436 | 130 | 56 |
| Binary | 10101110 | 1110 | 11011111 | 10110 | 1011110 | 0 | 1101 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AE0EDF
Complementary color
Monochromatic Colors of #AE0EDF
Black with #AE0EDF
Text Example
Text Example
White with #AE0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EDF; }
p { color: rgb(174,14,223); }
H1.HeaderClassName
{
color: #AE0EDF;
}
.AnyTagClassName
{
color: #AE0EDF;
}
</style>
background-color css
<style>
a { background-color: #AE0EDF; }
a { background-color: rgb(174,14,223); }
div.DivClassName
{
background-color: #AE0EDF;
}
.BgClassName
{
background-color: #AE0EDF;
}
</style>
border-color css
<style>
span { border-color: #AE0EDF; }
span { border-color: rgb(174,14,223); }
td.TdClassName
{
border-color: #AE0EDF;
}
.TagClassName
{
border-color: #AE0EDF;
}
</style>