Shades of Dark Violet #AE0BDE
Tints of Dark Violet #AE0BDE
RGB
CMYK
RGB Variations
Color information
#AE0BDE (or 0xAE0BDE) is known color: Dark Violet. HEX triplet: AE, 0B and DE. RGB value is (174,11,222). Sum of RGB (Red+Green+Blue) = 174+11+222=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BDE is #51F421. Grayscale: #535353. Windows color (decimal): -5370914 or 14551982. OLE color: 14551982.
HSL color Cylindrical-coordinate representation of color #AE0BDE: hue angle of 286.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0BDE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 11 | 222 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.13 |
| HSL | 286.35º | 0.91% | 0.46% | - |
| HSV(B) | 286.35º | 0.95% | 0.87% | - |
| XYZ | 30.76 | 14.51 | 70.29 | - |
| YUV | 83.79 | 206 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 222 | 0.22 | 0.95 | 0 | 0.13 | 286.35 | 0.91 | 0.46 |
| Hex | AE | B | DE | 16 | 5F | 0 | D | 11E | 5B | 2E |
| Octal | 256 | 13 | 336 | 26 | 137 | 0 | 15 | 436 | 133 | 56 |
| Binary | 10101110 | 1011 | 11011110 | 10110 | 1011111 | 0 | 1101 | 100011110 | 1011011 | 101110 |
Color Harmonies of #AE0BDE
Complementary color
Monochromatic Colors of #AE0BDE
Black with #AE0BDE
Text Example
Text Example
White with #AE0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0BDE; }
p { color: rgb(174,11,222); }
H1.HeaderClassName
{
color: #AE0BDE;
}
.AnyTagClassName
{
color: #AE0BDE;
}
</style>
background-color css
<style>
a { background-color: #AE0BDE; }
a { background-color: rgb(174,11,222); }
div.DivClassName
{
background-color: #AE0BDE;
}
.BgClassName
{
background-color: #AE0BDE;
}
</style>
border-color css
<style>
span { border-color: #AE0BDE; }
span { border-color: rgb(174,11,222); }
td.TdClassName
{
border-color: #AE0BDE;
}
.TagClassName
{
border-color: #AE0BDE;
}
</style>