Shades of Dark Violet #AE02D4
Tints of Dark Violet #AE02D4
RGB
CMYK
RGB Variations
Color information
#AE02D4 (or 0xAE02D4) is known color: Dark Violet. HEX triplet: AE, 02 and D4. RGB value is (174,2,212). Sum of RGB (Red+Green+Blue) = 174+2+212=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE02D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE02D4 is #51FD2B. Grayscale: #4C4C4C. Windows color (decimal): -5373228 or 13894318. OLE color: 13894318.
HSL color Cylindrical-coordinate representation of color #AE02D4: hue angle of 289.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02D4 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 2 | 212 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.17 |
| HSL | 289.14º | 0.98% | 0.42% | - |
| HSV(B) | 289.14º | 0.99% | 0.83% | - |
| XYZ | 29.36 | 13.8 | 63.4 | - |
| YUV | 77.37 | 203.98 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 212 | 0.18 | 0.99 | 0 | 0.17 | 289.14 | 0.98 | 0.42 |
| Hex | AE | 2 | D4 | 12 | 63 | 0 | 11 | 121 | 62 | 2A |
| Octal | 256 | 2 | 324 | 22 | 143 | 0 | 21 | 441 | 142 | 52 |
| Binary | 10101110 | 10 | 11010100 | 10010 | 1100011 | 0 | 10001 | 100100001 | 1100010 | 101010 |
Color Harmonies of #AE02D4
Complementary color
Monochromatic Colors of #AE02D4
Black with #AE02D4
Text Example
Text Example
White with #AE02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE02D4; }
p { color: rgb(174,2,212); }
H1.HeaderClassName
{
color: #AE02D4;
}
.AnyTagClassName
{
color: #AE02D4;
}
</style>
background-color css
<style>
a { background-color: #AE02D4; }
a { background-color: rgb(174,2,212); }
div.DivClassName
{
background-color: #AE02D4;
}
.BgClassName
{
background-color: #AE02D4;
}
</style>
border-color css
<style>
span { border-color: #AE02D4; }
span { border-color: rgb(174,2,212); }
td.TdClassName
{
border-color: #AE02D4;
}
.TagClassName
{
border-color: #AE02D4;
}
</style>