Shades of Dark Violet #AE0BDB
Tints of Dark Violet #AE0BDB
RGB
CMYK
RGB Variations
Color information
#AE0BDB (or 0xAE0BDB) is known color: Dark Violet. HEX triplet: AE, 0B and DB. RGB value is (174,11,219). Sum of RGB (Red+Green+Blue) = 174+11+219=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BDB is #51F424. Grayscale: #525252. Windows color (decimal): -5370917 or 14355374. OLE color: 14355374.
HSL color Cylindrical-coordinate representation of color #AE0BDB: hue angle of 287.02º degrees, saturation: 0.9, 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 #AE0BDB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 11 | 219 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.14 |
| HSL | 287.02º | 0.9% | 0.45% | - |
| HSV(B) | 287.02º | 0.95% | 0.86% | - |
| XYZ | 30.36 | 14.35 | 68.19 | - |
| YUV | 83.45 | 204.5 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 219 | 0.21 | 0.95 | 0 | 0.14 | 287.02 | 0.9 | 0.45 |
| Hex | AE | B | DB | 15 | 5F | 0 | E | 11F | 5A | 2D |
| Octal | 256 | 13 | 333 | 25 | 137 | 0 | 16 | 437 | 132 | 55 |
| Binary | 10101110 | 1011 | 11011011 | 10101 | 1011111 | 0 | 1110 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AE0BDB
Complementary color
Monochromatic Colors of #AE0BDB
Black with #AE0BDB
Text Example
Text Example
White with #AE0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0BDB; }
p { color: rgb(174,11,219); }
H1.HeaderClassName
{
color: #AE0BDB;
}
.AnyTagClassName
{
color: #AE0BDB;
}
</style>
background-color css
<style>
a { background-color: #AE0BDB; }
a { background-color: rgb(174,11,219); }
div.DivClassName
{
background-color: #AE0BDB;
}
.BgClassName
{
background-color: #AE0BDB;
}
</style>
border-color css
<style>
span { border-color: #AE0BDB; }
span { border-color: rgb(174,11,219); }
td.TdClassName
{
border-color: #AE0BDB;
}
.TagClassName
{
border-color: #AE0BDB;
}
</style>