Shades of Dark Violet #AE16D4
Tints of Dark Violet #AE16D4
RGB
CMYK
RGB Variations
Color information
#AE16D4 (or 0xAE16D4) is known color: Dark Violet. HEX triplet: AE, 16 and D4. RGB value is (174,22,212). Sum of RGB (Red+Green+Blue) = 174+22+212=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE16D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16D4 is #51E92B. Grayscale: #585858. Windows color (decimal): -5368108 or 13899438. OLE color: 13899438.
HSL color Cylindrical-coordinate representation of color #AE16D4: hue angle of 288º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE16D4 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 22 | 212 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.17 |
| HSL | 288º | 0.81% | 0.46% | - |
| HSV(B) | 288º | 0.9% | 0.83% | - |
| XYZ | 29.63 | 14.33 | 63.49 | - |
| YUV | 89.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 212 | 0.18 | 0.90 | 0 | 0.17 | 288 | 0.81 | 0.46 |
| Hex | AE | 16 | D4 | 12 | 5A | 0 | 11 | 120 | 51 | 2E |
| Octal | 256 | 26 | 324 | 22 | 132 | 0 | 21 | 440 | 121 | 56 |
| Binary | 10101110 | 10110 | 11010100 | 10010 | 1011010 | 0 | 10001 | 100100000 | 1010001 | 101110 |
Color Harmonies of #AE16D4
Complementary color
Monochromatic Colors of #AE16D4
Black with #AE16D4
Text Example
Text Example
White with #AE16D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE16D4; }
p { color: rgb(174,22,212); }
H1.HeaderClassName
{
color: #AE16D4;
}
.AnyTagClassName
{
color: #AE16D4;
}
</style>
background-color css
<style>
a { background-color: #AE16D4; }
a { background-color: rgb(174,22,212); }
div.DivClassName
{
background-color: #AE16D4;
}
.BgClassName
{
background-color: #AE16D4;
}
</style>
border-color css
<style>
span { border-color: #AE16D4; }
span { border-color: rgb(174,22,212); }
td.TdClassName
{
border-color: #AE16D4;
}
.TagClassName
{
border-color: #AE16D4;
}
</style>