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