Shades of Dark Violet #AE07DB
Tints of Dark Violet #AE07DB
RGB
CMYK
RGB Variations
Color information
#AE07DB (or 0xAE07DB) is known color: Dark Violet. HEX triplet: AE, 07 and DB. RGB value is (174,7,219). Sum of RGB (Red+Green+Blue) = 174+7+219=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE07DB is #51F824. Grayscale: #505050. Windows color (decimal): -5371941 or 14354350. OLE color: 14354350.
HSL color Cylindrical-coordinate representation of color #AE07DB: hue angle of 287.26º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE07DB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 7 | 219 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.14 |
| HSL | 287.26º | 0.94% | 0.44% | - |
| HSV(B) | 287.26º | 0.97% | 0.86% | - |
| XYZ | 30.32 | 14.27 | 68.17 | - |
| YUV | 81.1 | 205.83 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 219 | 0.21 | 0.97 | 0 | 0.14 | 287.26 | 0.94 | 0.44 |
| Hex | AE | 7 | DB | 15 | 61 | 0 | E | 11F | 5E | 2C |
| Octal | 256 | 7 | 333 | 25 | 141 | 0 | 16 | 437 | 136 | 54 |
| Binary | 10101110 | 111 | 11011011 | 10101 | 1100001 | 0 | 1110 | 100011111 | 1011110 | 101100 |
Color Harmonies of #AE07DB
Complementary color
Monochromatic Colors of #AE07DB
Black with #AE07DB
Text Example
Text Example
White with #AE07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE07DB; }
p { color: rgb(174,7,219); }
H1.HeaderClassName
{
color: #AE07DB;
}
.AnyTagClassName
{
color: #AE07DB;
}
</style>
background-color css
<style>
a { background-color: #AE07DB; }
a { background-color: rgb(174,7,219); }
div.DivClassName
{
background-color: #AE07DB;
}
.BgClassName
{
background-color: #AE07DB;
}
</style>
border-color css
<style>
span { border-color: #AE07DB; }
span { border-color: rgb(174,7,219); }
td.TdClassName
{
border-color: #AE07DB;
}
.TagClassName
{
border-color: #AE07DB;
}
</style>