Shades of Dark Violet #AE0FDD
Tints of Dark Violet #AE0FDD
RGB
CMYK
RGB Variations
Color information
#AE0FDD (or 0xAE0FDD) is known color: Dark Violet. HEX triplet: AE, 0F and DD. RGB value is (174,15,221). Sum of RGB (Red+Green+Blue) = 174+15+221=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE0FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FDD is #51F022. Grayscale: #555555. Windows color (decimal): -5369891 or 14487470. OLE color: 14487470.
HSL color Cylindrical-coordinate representation of color #AE0FDD: hue angle of 286.31º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0FDD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 15 | 221 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.13 |
| HSL | 286.31º | 0.87% | 0.46% | - |
| HSV(B) | 286.31º | 0.93% | 0.87% | - |
| XYZ | 30.68 | 14.56 | 69.6 | - |
| YUV | 86.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 221 | 0.21 | 0.93 | 0 | 0.13 | 286.31 | 0.87 | 0.46 |
| Hex | AE | F | DD | 15 | 5D | 0 | D | 11E | 57 | 2E |
| Octal | 256 | 17 | 335 | 25 | 135 | 0 | 15 | 436 | 127 | 56 |
| Binary | 10101110 | 1111 | 11011101 | 10101 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AE0FDD
Complementary color
Monochromatic Colors of #AE0FDD
Black with #AE0FDD
Text Example
Text Example
White with #AE0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FDD; }
p { color: rgb(174,15,221); }
H1.HeaderClassName
{
color: #AE0FDD;
}
.AnyTagClassName
{
color: #AE0FDD;
}
</style>
background-color css
<style>
a { background-color: #AE0FDD; }
a { background-color: rgb(174,15,221); }
div.DivClassName
{
background-color: #AE0FDD;
}
.BgClassName
{
background-color: #AE0FDD;
}
</style>
border-color css
<style>
span { border-color: #AE0FDD; }
span { border-color: rgb(174,15,221); }
td.TdClassName
{
border-color: #AE0FDD;
}
.TagClassName
{
border-color: #AE0FDD;
}
</style>