Shades of Dark Violet #AE00DF
Tints of Dark Violet #AE00DF
RGB
CMYK
RGB Variations
Color information
#AE00DF (or 0xAE00DF) is known color: Dark Violet. HEX triplet: AE, 00 and DF. RGB value is (174,0,223). Sum of RGB (Red+Green+Blue) = 174+0+223=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00DF is #51FF20. Grayscale: #4C4C4C. Windows color (decimal): -5373729 or 14614702. OLE color: 14614702.
HSL color Cylindrical-coordinate representation of color #AE00DF: hue angle of 286.82º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00DF is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 0 | 223 | - |
| CMYK | 0.22 | 1 | 0 | 0.13 |
| HSL | 286.82º | 1% | 0.44% | - |
| HSV(B) | 286.82º | 1% | 0.87% | - |
| XYZ | 30.77 | 14.33 | 70.96 | - |
| YUV | 77.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 223 | 0.22 | 1 | 0 | 0.13 | 286.82 | 1 | 0.44 |
| Hex | AE | 0 | DF | 16 | 64 | 0 | D | 11F | 64 | 2C |
| Octal | 256 | 0 | 337 | 26 | 144 | 0 | 15 | 437 | 144 | 54 |
| Binary | 10101110 | 0 | 11011111 | 10110 | 1100100 | 0 | 1101 | 100011111 | 1100100 | 101100 |
Color Harmonies of #AE00DF
Complementary color
Monochromatic Colors of #AE00DF
Black with #AE00DF
Text Example
Text Example
White with #AE00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00DF; }
p { color: rgb(174,0,223); }
H1.HeaderClassName
{
color: #AE00DF;
}
.AnyTagClassName
{
color: #AE00DF;
}
</style>
background-color css
<style>
a { background-color: #AE00DF; }
a { background-color: rgb(174,0,223); }
div.DivClassName
{
background-color: #AE00DF;
}
.BgClassName
{
background-color: #AE00DF;
}
</style>
border-color css
<style>
span { border-color: #AE00DF; }
span { border-color: rgb(174,0,223); }
td.TdClassName
{
border-color: #AE00DF;
}
.TagClassName
{
border-color: #AE00DF;
}
</style>