Shades of Dark Violet #AE09CE
Tints of Dark Violet #AE09CE
RGB
CMYK
RGB Variations
Color information
#AE09CE (or 0xAE09CE) is known color: Dark Violet. HEX triplet: AE, 09 and CE. RGB value is (174,9,206). Sum of RGB (Red+Green+Blue) = 174+9+206=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE09CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE09CE is #51F631. Grayscale: #505050. Windows color (decimal): -5371442 or 13502894. OLE color: 13502894.
HSL color Cylindrical-coordinate representation of color #AE09CE: hue angle of 290.25º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE09CE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 9 | 206 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.19 |
| HSL | 290.25º | 0.92% | 0.42% | - |
| HSV(B) | 290.25º | 0.96% | 0.81% | - |
| XYZ | 28.69 | 13.65 | 59.51 | - |
| YUV | 80.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 206 | 0.16 | 0.96 | 0 | 0.19 | 290.25 | 0.92 | 0.42 |
| Hex | AE | 9 | CE | 10 | 60 | 0 | 13 | 122 | 5C | 2A |
| Octal | 256 | 11 | 316 | 20 | 140 | 0 | 23 | 442 | 134 | 52 |
| Binary | 10101110 | 1001 | 11001110 | 10000 | 1100000 | 0 | 10011 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AE09CE
Complementary color
Monochromatic Colors of #AE09CE
Black with #AE09CE
Text Example
Text Example
White with #AE09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE09CE; }
p { color: rgb(174,9,206); }
H1.HeaderClassName
{
color: #AE09CE;
}
.AnyTagClassName
{
color: #AE09CE;
}
</style>
background-color css
<style>
a { background-color: #AE09CE; }
a { background-color: rgb(174,9,206); }
div.DivClassName
{
background-color: #AE09CE;
}
.BgClassName
{
background-color: #AE09CE;
}
</style>
border-color css
<style>
span { border-color: #AE09CE; }
span { border-color: rgb(174,9,206); }
td.TdClassName
{
border-color: #AE09CE;
}
.TagClassName
{
border-color: #AE09CE;
}
</style>