Shades of Dark Violet #AE10E2
Tints of Dark Violet #AE10E2
RGB
CMYK
RGB Variations
Color information
#AE10E2 (or 0xAE10E2) is known color: Dark Violet. HEX triplet: AE, 10 and E2. RGB value is (174,16,226). Sum of RGB (Red+Green+Blue) = 174+16+226=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE10E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10E2 is #51EF1D. Grayscale: #565656. Windows color (decimal): -5369630 or 14815406. OLE color: 14815406.
HSL color Cylindrical-coordinate representation of color #AE10E2: hue angle of 285.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE10E2 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 16 | 226 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.11 |
| HSL | 285.14º | 0.87% | 0.47% | - |
| HSV(B) | 285.14º | 0.93% | 0.89% | - |
| XYZ | 31.37 | 14.86 | 73.17 | - |
| YUV | 87.18 | 206.35 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 226 | 0.23 | 0.93 | 0 | 0.11 | 285.14 | 0.87 | 0.47 |
| Hex | AE | 10 | E2 | 17 | 5D | 0 | B | 11D | 57 | 2F |
| Octal | 256 | 20 | 342 | 27 | 135 | 0 | 13 | 435 | 127 | 57 |
| Binary | 10101110 | 10000 | 11100010 | 10111 | 1011101 | 0 | 1011 | 100011101 | 1010111 | 101111 |
Color Harmonies of #AE10E2
Complementary color
Monochromatic Colors of #AE10E2
Black with #AE10E2
Text Example
Text Example
White with #AE10E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE10E2; }
p { color: rgb(174,16,226); }
H1.HeaderClassName
{
color: #AE10E2;
}
.AnyTagClassName
{
color: #AE10E2;
}
</style>
background-color css
<style>
a { background-color: #AE10E2; }
a { background-color: rgb(174,16,226); }
div.DivClassName
{
background-color: #AE10E2;
}
.BgClassName
{
background-color: #AE10E2;
}
</style>
border-color css
<style>
span { border-color: #AE10E2; }
span { border-color: rgb(174,16,226); }
td.TdClassName
{
border-color: #AE10E2;
}
.TagClassName
{
border-color: #AE10E2;
}
</style>