Shades of Dark Violet #AE02D1
Tints of Dark Violet #AE02D1
RGB
CMYK
RGB Variations
Color information
#AE02D1 (or 0xAE02D1) is known color: Dark Violet. HEX triplet: AE, 02 and D1. RGB value is (174,2,209). Sum of RGB (Red+Green+Blue) = 174+2+209=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE02D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE02D1 is #51FD2E. Grayscale: #4C4C4C. Windows color (decimal): -5373231 or 13697710. OLE color: 13697710.
HSL color Cylindrical-coordinate representation of color #AE02D1: hue angle of 289.86º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02D1 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 2 | 209 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.18 |
| HSL | 289.86º | 0.98% | 0.41% | - |
| HSV(B) | 289.86º | 0.99% | 0.82% | - |
| XYZ | 28.99 | 13.65 | 61.43 | - |
| YUV | 77.03 | 202.48 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 209 | 0.17 | 0.99 | 0 | 0.18 | 289.86 | 0.98 | 0.41 |
| Hex | AE | 2 | D1 | 11 | 63 | 0 | 12 | 122 | 62 | 29 |
| Octal | 256 | 2 | 321 | 21 | 143 | 0 | 22 | 442 | 142 | 51 |
| Binary | 10101110 | 10 | 11010001 | 10001 | 1100011 | 0 | 10010 | 100100010 | 1100010 | 101001 |
Color Harmonies of #AE02D1
Complementary color
Monochromatic Colors of #AE02D1
Black with #AE02D1
Text Example
Text Example
White with #AE02D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE02D1; }
p { color: rgb(174,2,209); }
H1.HeaderClassName
{
color: #AE02D1;
}
.AnyTagClassName
{
color: #AE02D1;
}
</style>
background-color css
<style>
a { background-color: #AE02D1; }
a { background-color: rgb(174,2,209); }
div.DivClassName
{
background-color: #AE02D1;
}
.BgClassName
{
background-color: #AE02D1;
}
</style>
border-color css
<style>
span { border-color: #AE02D1; }
span { border-color: rgb(174,2,209); }
td.TdClassName
{
border-color: #AE02D1;
}
.TagClassName
{
border-color: #AE02D1;
}
</style>