Shades of Dark Violet #AE18DB
Tints of Dark Violet #AE18DB
RGB
CMYK
RGB Variations
Color information
#AE18DB (or 0xAE18DB) is known color: Dark Violet. HEX triplet: AE, 18 and DB. RGB value is (174,24,219). Sum of RGB (Red+Green+Blue) = 174+24+219=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE18DB is #51E724. Grayscale: #5A5A5A. Windows color (decimal): -5367589 or 14358702. OLE color: 14358702.
HSL color Cylindrical-coordinate representation of color #AE18DB: hue angle of 286.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE18DB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 24 | 219 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.14 |
| HSL | 286.15º | 0.8% | 0.48% | - |
| HSV(B) | 286.15º | 0.89% | 0.86% | - |
| XYZ | 30.57 | 14.77 | 68.26 | - |
| YUV | 91.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 219 | 0.21 | 0.89 | 0 | 0.14 | 286.15 | 0.8 | 0.48 |
| Hex | AE | 18 | DB | 15 | 59 | 0 | E | 11E | 50 | 30 |
| Octal | 256 | 30 | 333 | 25 | 131 | 0 | 16 | 436 | 120 | 60 |
| Binary | 10101110 | 11000 | 11011011 | 10101 | 1011001 | 0 | 1110 | 100011110 | 1010000 | 110000 |
Color Harmonies of #AE18DB
Complementary color
Monochromatic Colors of #AE18DB
Black with #AE18DB
Text Example
Text Example
White with #AE18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE18DB; }
p { color: rgb(174,24,219); }
H1.HeaderClassName
{
color: #AE18DB;
}
.AnyTagClassName
{
color: #AE18DB;
}
</style>
background-color css
<style>
a { background-color: #AE18DB; }
a { background-color: rgb(174,24,219); }
div.DivClassName
{
background-color: #AE18DB;
}
.BgClassName
{
background-color: #AE18DB;
}
</style>
border-color css
<style>
span { border-color: #AE18DB; }
span { border-color: rgb(174,24,219); }
td.TdClassName
{
border-color: #AE18DB;
}
.TagClassName
{
border-color: #AE18DB;
}
</style>