Shades of Dark Violet #AE0ADB
Tints of Dark Violet #AE0ADB
RGB
CMYK
RGB Variations
Color information
#AE0ADB (or 0xAE0ADB) is known color: Dark Violet. HEX triplet: AE, 0A and DB. RGB value is (174,10,219). Sum of RGB (Red+Green+Blue) = 174+10+219=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE0ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ADB is #51F524. Grayscale: #525252. Windows color (decimal): -5371173 or 14355118. OLE color: 14355118.
HSL color Cylindrical-coordinate representation of color #AE0ADB: hue angle of 287.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0ADB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 10 | 219 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.14 |
| HSL | 287.08º | 0.91% | 0.45% | - |
| HSV(B) | 287.08º | 0.95% | 0.86% | - |
| XYZ | 30.35 | 14.33 | 68.18 | - |
| YUV | 82.86 | 204.83 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 219 | 0.21 | 0.95 | 0 | 0.14 | 287.08 | 0.91 | 0.45 |
| Hex | AE | A | DB | 15 | 5F | 0 | E | 11F | 5B | 2D |
| Octal | 256 | 12 | 333 | 25 | 137 | 0 | 16 | 437 | 133 | 55 |
| Binary | 10101110 | 1010 | 11011011 | 10101 | 1011111 | 0 | 1110 | 100011111 | 1011011 | 101101 |
Color Harmonies of #AE0ADB
Complementary color
Monochromatic Colors of #AE0ADB
Black with #AE0ADB
Text Example
Text Example
White with #AE0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0ADB; }
p { color: rgb(174,10,219); }
H1.HeaderClassName
{
color: #AE0ADB;
}
.AnyTagClassName
{
color: #AE0ADB;
}
</style>
background-color css
<style>
a { background-color: #AE0ADB; }
a { background-color: rgb(174,10,219); }
div.DivClassName
{
background-color: #AE0ADB;
}
.BgClassName
{
background-color: #AE0ADB;
}
</style>
border-color css
<style>
span { border-color: #AE0ADB; }
span { border-color: rgb(174,10,219); }
td.TdClassName
{
border-color: #AE0ADB;
}
.TagClassName
{
border-color: #AE0ADB;
}
</style>