Shades of Dark Violet #AE16D3
Tints of Dark Violet #AE16D3
RGB
CMYK
RGB Variations
Color information
#AE16D3 (or 0xAE16D3) is known color: Dark Violet. HEX triplet: AE, 16 and D3. RGB value is (174,22,211). Sum of RGB (Red+Green+Blue) = 174+22+211=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 211 (82.81% from 255 or 51.84% from 407); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE16D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16D3 is #51E92C. Grayscale: #585858. Windows color (decimal): -5368109 or 13833902. OLE color: 13833902.
HSL color Cylindrical-coordinate representation of color #AE16D3: hue angle of 288.25º 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 #AE16D3 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 22 | 211 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.17 |
| HSL | 288.25º | 0.81% | 0.46% | - |
| HSV(B) | 288.25º | 0.9% | 0.83% | - |
| XYZ | 29.5 | 14.28 | 62.83 | - |
| YUV | 88.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 211 | 0.18 | 0.90 | 0 | 0.17 | 288.25 | 0.81 | 0.46 |
| Hex | AE | 16 | D3 | 12 | 5A | 0 | 11 | 120 | 51 | 2E |
| Octal | 256 | 26 | 323 | 22 | 132 | 0 | 21 | 440 | 121 | 56 |
| Binary | 10101110 | 10110 | 11010011 | 10010 | 1011010 | 0 | 10001 | 100100000 | 1010001 | 101110 |
Color Harmonies of #AE16D3
Complementary color
Monochromatic Colors of #AE16D3
Black with #AE16D3
Text Example
Text Example
White with #AE16D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE16D3; }
p { color: rgb(174,22,211); }
H1.HeaderClassName
{
color: #AE16D3;
}
.AnyTagClassName
{
color: #AE16D3;
}
</style>
background-color css
<style>
a { background-color: #AE16D3; }
a { background-color: rgb(174,22,211); }
div.DivClassName
{
background-color: #AE16D3;
}
.BgClassName
{
background-color: #AE16D3;
}
</style>
border-color css
<style>
span { border-color: #AE16D3; }
span { border-color: rgb(174,22,211); }
td.TdClassName
{
border-color: #AE16D3;
}
.TagClassName
{
border-color: #AE16D3;
}
</style>