Shades of Dark Violet #AE04D1
Tints of Dark Violet #AE04D1
RGB
CMYK
RGB Variations
Color information
#AE04D1 (or 0xAE04D1) is known color: Dark Violet. HEX triplet: AE, 04 and D1. RGB value is (174,4,209). Sum of RGB (Red+Green+Blue) = 174+4+209=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE04D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04D1 is #51FB2E. Grayscale: #4D4D4D. Windows color (decimal): -5372719 or 13698222. OLE color: 13698222.
HSL color Cylindrical-coordinate representation of color #AE04D1: hue angle of 289.76º 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 #AE04D1 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 4 | 209 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.18 |
| HSL | 289.76º | 0.96% | 0.42% | - |
| HSV(B) | 289.76º | 0.98% | 0.82% | - |
| XYZ | 29.01 | 13.69 | 61.43 | - |
| YUV | 78.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 209 | 0.17 | 0.98 | 0 | 0.18 | 289.76 | 0.96 | 0.42 |
| Hex | AE | 4 | D1 | 11 | 62 | 0 | 12 | 122 | 60 | 2A |
| Octal | 256 | 4 | 321 | 21 | 142 | 0 | 22 | 442 | 140 | 52 |
| Binary | 10101110 | 100 | 11010001 | 10001 | 1100010 | 0 | 10010 | 100100010 | 1100000 | 101010 |
Color Harmonies of #AE04D1
Complementary color
Monochromatic Colors of #AE04D1
Black with #AE04D1
Text Example
Text Example
White with #AE04D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE04D1; }
p { color: rgb(174,4,209); }
H1.HeaderClassName
{
color: #AE04D1;
}
.AnyTagClassName
{
color: #AE04D1;
}
</style>
background-color css
<style>
a { background-color: #AE04D1; }
a { background-color: rgb(174,4,209); }
div.DivClassName
{
background-color: #AE04D1;
}
.BgClassName
{
background-color: #AE04D1;
}
</style>
border-color css
<style>
span { border-color: #AE04D1; }
span { border-color: rgb(174,4,209); }
td.TdClassName
{
border-color: #AE04D1;
}
.TagClassName
{
border-color: #AE04D1;
}
</style>