Shades of Dark Violet #AE17DC
Tints of Dark Violet #AE17DC
RGB
CMYK
RGB Variations
Color information
#AE17DC (or 0xAE17DC) is known color: Dark Violet. HEX triplet: AE, 17 and DC. RGB value is (174,23,220). Sum of RGB (Red+Green+Blue) = 174+23+220=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE17DC is #51E823. Grayscale: #595959. Windows color (decimal): -5367844 or 14423982. OLE color: 14423982.
HSL color Cylindrical-coordinate representation of color #AE17DC: hue angle of 285.99º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE17DC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 23 | 220 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.14 |
| HSL | 285.99º | 0.81% | 0.48% | - |
| HSV(B) | 285.99º | 0.9% | 0.86% | - |
| XYZ | 30.68 | 14.78 | 68.95 | - |
| YUV | 90.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 23 | 220 | 0.21 | 0.90 | 0 | 0.14 | 285.99 | 0.81 | 0.48 |
| Hex | AE | 17 | DC | 15 | 5A | 0 | E | 11E | 51 | 30 |
| Octal | 256 | 27 | 334 | 25 | 132 | 0 | 16 | 436 | 121 | 60 |
| Binary | 10101110 | 10111 | 11011100 | 10101 | 1011010 | 0 | 1110 | 100011110 | 1010001 | 110000 |
Color Harmonies of #AE17DC
Complementary color
Monochromatic Colors of #AE17DC
Black with #AE17DC
Text Example
Text Example
White with #AE17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE17DC; }
p { color: rgb(174,23,220); }
H1.HeaderClassName
{
color: #AE17DC;
}
.AnyTagClassName
{
color: #AE17DC;
}
</style>
background-color css
<style>
a { background-color: #AE17DC; }
a { background-color: rgb(174,23,220); }
div.DivClassName
{
background-color: #AE17DC;
}
.BgClassName
{
background-color: #AE17DC;
}
</style>
border-color css
<style>
span { border-color: #AE17DC; }
span { border-color: rgb(174,23,220); }
td.TdClassName
{
border-color: #AE17DC;
}
.TagClassName
{
border-color: #AE17DC;
}
</style>