Shades of Dark Violet #AE0FDC
Tints of Dark Violet #AE0FDC
RGB
CMYK
RGB Variations
Color information
#AE0FDC (or 0xAE0FDC) is known color: Dark Violet. HEX triplet: AE, 0F and DC. RGB value is (174,15,220). Sum of RGB (Red+Green+Blue) = 174+15+220=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE0FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FDC is #51F023. Grayscale: #555555. Windows color (decimal): -5369892 or 14421934. OLE color: 14421934.
HSL color Cylindrical-coordinate representation of color #AE0FDC: hue angle of 286.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0FDC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 15 | 220 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.14 |
| HSL | 286.54º | 0.87% | 0.46% | - |
| HSV(B) | 286.54º | 0.93% | 0.86% | - |
| XYZ | 30.54 | 14.51 | 68.9 | - |
| YUV | 85.91 | 203.68 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 220 | 0.21 | 0.93 | 0 | 0.14 | 286.54 | 0.87 | 0.46 |
| Hex | AE | F | DC | 15 | 5D | 0 | E | 11F | 57 | 2E |
| Octal | 256 | 17 | 334 | 25 | 135 | 0 | 16 | 437 | 127 | 56 |
| Binary | 10101110 | 1111 | 11011100 | 10101 | 1011101 | 0 | 1110 | 100011111 | 1010111 | 101110 |
Color Harmonies of #AE0FDC
Complementary color
Monochromatic Colors of #AE0FDC
Black with #AE0FDC
Text Example
Text Example
White with #AE0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FDC; }
p { color: rgb(174,15,220); }
H1.HeaderClassName
{
color: #AE0FDC;
}
.AnyTagClassName
{
color: #AE0FDC;
}
</style>
background-color css
<style>
a { background-color: #AE0FDC; }
a { background-color: rgb(174,15,220); }
div.DivClassName
{
background-color: #AE0FDC;
}
.BgClassName
{
background-color: #AE0FDC;
}
</style>
border-color css
<style>
span { border-color: #AE0FDC; }
span { border-color: rgb(174,15,220); }
td.TdClassName
{
border-color: #AE0FDC;
}
.TagClassName
{
border-color: #AE0FDC;
}
</style>