Shades of Dark Violet #AE04D0
Tints of Dark Violet #AE04D0
RGB
CMYK
RGB Variations
Color information
#AE04D0 (or 0xAE04D0) is known color: Dark Violet. HEX triplet: AE, 04 and D0. RGB value is (174,4,208). Sum of RGB (Red+Green+Blue) = 174+4+208=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE04D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04D0 is #51FB2F. Grayscale: #4D4D4D. Windows color (decimal): -5372720 or 13632686. OLE color: 13632686.
HSL color Cylindrical-coordinate representation of color #AE04D0: hue angle of 290º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04D0 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 4 | 208 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.18 |
| HSL | 290º | 0.96% | 0.42% | - |
| HSV(B) | 290º | 0.98% | 0.82% | - |
| XYZ | 28.88 | 13.64 | 60.78 | - |
| YUV | 78.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 208 | 0.16 | 0.98 | 0 | 0.18 | 290 | 0.96 | 0.42 |
| Hex | AE | 4 | D0 | 10 | 62 | 0 | 12 | 122 | 60 | 2A |
| Octal | 256 | 4 | 320 | 20 | 142 | 0 | 22 | 442 | 140 | 52 |
| Binary | 10101110 | 100 | 11010000 | 10000 | 1100010 | 0 | 10010 | 100100010 | 1100000 | 101010 |
Color Harmonies of #AE04D0
Complementary color
Monochromatic Colors of #AE04D0
Black with #AE04D0
Text Example
Text Example
White with #AE04D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE04D0; }
p { color: rgb(174,4,208); }
H1.HeaderClassName
{
color: #AE04D0;
}
.AnyTagClassName
{
color: #AE04D0;
}
</style>
background-color css
<style>
a { background-color: #AE04D0; }
a { background-color: rgb(174,4,208); }
div.DivClassName
{
background-color: #AE04D0;
}
.BgClassName
{
background-color: #AE04D0;
}
</style>
border-color css
<style>
span { border-color: #AE04D0; }
span { border-color: rgb(174,4,208); }
td.TdClassName
{
border-color: #AE04D0;
}
.TagClassName
{
border-color: #AE04D0;
}
</style>