Shades of Dark Violet #AE04CE
Tints of Dark Violet #AE04CE
RGB
CMYK
RGB Variations
Color information
#AE04CE (or 0xAE04CE) is known color: Dark Violet. HEX triplet: AE, 04 and CE. RGB value is (174,4,206). Sum of RGB (Red+Green+Blue) = 174+4+206=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04CE is #51FB31. Grayscale: #4D4D4D. Windows color (decimal): -5372722 or 13501614. OLE color: 13501614.
HSL color Cylindrical-coordinate representation of color #AE04CE: hue angle of 290.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04CE is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 4 | 206 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.19 |
| HSL | 290.5º | 0.96% | 0.41% | - |
| HSV(B) | 290.5º | 0.98% | 0.81% | - |
| XYZ | 28.64 | 13.54 | 59.5 | - |
| YUV | 77.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 206 | 0.16 | 0.98 | 0 | 0.19 | 290.5 | 0.96 | 0.41 |
| Hex | AE | 4 | CE | 10 | 62 | 0 | 13 | 122 | 60 | 29 |
| Octal | 256 | 4 | 316 | 20 | 142 | 0 | 23 | 442 | 140 | 51 |
| Binary | 10101110 | 100 | 11001110 | 10000 | 1100010 | 0 | 10011 | 100100010 | 1100000 | 101001 |
Color Harmonies of #AE04CE
Complementary color
Monochromatic Colors of #AE04CE
Black with #AE04CE
Text Example
Text Example
White with #AE04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE04CE; }
p { color: rgb(174,4,206); }
H1.HeaderClassName
{
color: #AE04CE;
}
.AnyTagClassName
{
color: #AE04CE;
}
</style>
background-color css
<style>
a { background-color: #AE04CE; }
a { background-color: rgb(174,4,206); }
div.DivClassName
{
background-color: #AE04CE;
}
.BgClassName
{
background-color: #AE04CE;
}
</style>
border-color css
<style>
span { border-color: #AE04CE; }
span { border-color: rgb(174,4,206); }
td.TdClassName
{
border-color: #AE04CE;
}
.TagClassName
{
border-color: #AE04CE;
}
</style>