Shades of Dark Violet #AE00DB
Tints of Dark Violet #AE00DB
RGB
CMYK
RGB Variations
Color information
#AE00DB (or 0xAE00DB) is known color: Dark Violet. HEX triplet: AE, 00 and DB. RGB value is (174,0,219). Sum of RGB (Red+Green+Blue) = 174+0+219=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE00DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00DB is #51FF24. Grayscale: #4C4C4C. Windows color (decimal): -5373733 or 14352558. OLE color: 14352558.
HSL color Cylindrical-coordinate representation of color #AE00DB: hue angle of 287.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00DB is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 0 | 219 | - |
| CMYK | 0.21 | 1 | 0 | 0.14 |
| HSL | 287.67º | 1% | 0.43% | - |
| HSV(B) | 287.67º | 1% | 0.86% | - |
| XYZ | 30.24 | 14.11 | 68.15 | - |
| YUV | 76.99 | 208.15 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 219 | 0.21 | 1 | 0 | 0.14 | 287.67 | 1 | 0.43 |
| Hex | AE | 0 | DB | 15 | 64 | 0 | E | 120 | 64 | 2B |
| Octal | 256 | 0 | 333 | 25 | 144 | 0 | 16 | 440 | 144 | 53 |
| Binary | 10101110 | 0 | 11011011 | 10101 | 1100100 | 0 | 1110 | 100100000 | 1100100 | 101011 |
Color Harmonies of #AE00DB
Complementary color
Monochromatic Colors of #AE00DB
Black with #AE00DB
Text Example
Text Example
White with #AE00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00DB; }
p { color: rgb(174,0,219); }
H1.HeaderClassName
{
color: #AE00DB;
}
.AnyTagClassName
{
color: #AE00DB;
}
</style>
background-color css
<style>
a { background-color: #AE00DB; }
a { background-color: rgb(174,0,219); }
div.DivClassName
{
background-color: #AE00DB;
}
.BgClassName
{
background-color: #AE00DB;
}
</style>
border-color css
<style>
span { border-color: #AE00DB; }
span { border-color: rgb(174,0,219); }
td.TdClassName
{
border-color: #AE00DB;
}
.TagClassName
{
border-color: #AE00DB;
}
</style>