Shades of Dark Violet #AE16DD
Tints of Dark Violet #AE16DD
RGB
CMYK
RGB Variations
Color information
#AE16DD (or 0xAE16DD) is known color: Dark Violet. HEX triplet: AE, 16 and DD. RGB value is (174,22,221). Sum of RGB (Red+Green+Blue) = 174+22+221=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16DD is #51E922. Grayscale: #595959. Windows color (decimal): -5368099 or 14489262. OLE color: 14489262.
HSL color Cylindrical-coordinate representation of color #AE16DD: hue angle of 285.83º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE16DD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 22 | 221 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.13 |
| HSL | 285.83º | 0.82% | 0.48% | - |
| HSV(B) | 285.83º | 0.9% | 0.87% | - |
| XYZ | 30.79 | 14.79 | 69.64 | - |
| YUV | 90.13 | 201.86 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 221 | 0.21 | 0.90 | 0 | 0.13 | 285.83 | 0.82 | 0.48 |
| Hex | AE | 16 | DD | 15 | 5A | 0 | D | 11E | 52 | 30 |
| Octal | 256 | 26 | 335 | 25 | 132 | 0 | 15 | 436 | 122 | 60 |
| Binary | 10101110 | 10110 | 11011101 | 10101 | 1011010 | 0 | 1101 | 100011110 | 1010010 | 110000 |
Color Harmonies of #AE16DD
Complementary color
Monochromatic Colors of #AE16DD
Black with #AE16DD
Text Example
Text Example
White with #AE16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE16DD; }
p { color: rgb(174,22,221); }
H1.HeaderClassName
{
color: #AE16DD;
}
.AnyTagClassName
{
color: #AE16DD;
}
</style>
background-color css
<style>
a { background-color: #AE16DD; }
a { background-color: rgb(174,22,221); }
div.DivClassName
{
background-color: #AE16DD;
}
.BgClassName
{
background-color: #AE16DD;
}
</style>
border-color css
<style>
span { border-color: #AE16DD; }
span { border-color: rgb(174,22,221); }
td.TdClassName
{
border-color: #AE16DD;
}
.TagClassName
{
border-color: #AE16DD;
}
</style>