Shades of Dark Violet #AE05DB
Tints of Dark Violet #AE05DB
RGB
CMYK
RGB Variations
Color information
#AE05DB (or 0xAE05DB) is known color: Dark Violet. HEX triplet: AE, 05 and DB. RGB value is (174,5,219). Sum of RGB (Red+Green+Blue) = 174+5+219=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05DB is #51FA24. Grayscale: #4F4F4F. Windows color (decimal): -5372453 or 14353838. OLE color: 14353838.
HSL color Cylindrical-coordinate representation of color #AE05DB: hue angle of 287.38º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE05DB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 5 | 219 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.14 |
| HSL | 287.38º | 0.96% | 0.44% | - |
| HSV(B) | 287.38º | 0.98% | 0.86% | - |
| XYZ | 30.3 | 14.22 | 68.17 | - |
| YUV | 79.93 | 206.49 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 5 | 219 | 0.21 | 0.98 | 0 | 0.14 | 287.38 | 0.96 | 0.44 |
| Hex | AE | 5 | DB | 15 | 62 | 0 | E | 11F | 60 | 2C |
| Octal | 256 | 5 | 333 | 25 | 142 | 0 | 16 | 437 | 140 | 54 |
| Binary | 10101110 | 101 | 11011011 | 10101 | 1100010 | 0 | 1110 | 100011111 | 1100000 | 101100 |
Color Harmonies of #AE05DB
Complementary color
Monochromatic Colors of #AE05DB
Black with #AE05DB
Text Example
Text Example
White with #AE05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE05DB; }
p { color: rgb(174,5,219); }
H1.HeaderClassName
{
color: #AE05DB;
}
.AnyTagClassName
{
color: #AE05DB;
}
</style>
background-color css
<style>
a { background-color: #AE05DB; }
a { background-color: rgb(174,5,219); }
div.DivClassName
{
background-color: #AE05DB;
}
.BgClassName
{
background-color: #AE05DB;
}
</style>
border-color css
<style>
span { border-color: #AE05DB; }
span { border-color: rgb(174,5,219); }
td.TdClassName
{
border-color: #AE05DB;
}
.TagClassName
{
border-color: #AE05DB;
}
</style>