Shades of Dark Violet #AE0ACC
Tints of Dark Violet #AE0ACC
RGB
CMYK
RGB Variations
Color information
#AE0ACC (or 0xAE0ACC) is known color: Dark Violet. HEX triplet: AE, 0A and CC. RGB value is (174,10,204). Sum of RGB (Red+Green+Blue) = 174+10+204=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ACC is #51F533. Grayscale: #505050. Windows color (decimal): -5371188 or 13372078. OLE color: 13372078.
HSL color Cylindrical-coordinate representation of color #AE0ACC: hue angle of 290.72º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0ACC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 10 | 204 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.2 |
| HSL | 290.72º | 0.91% | 0.42% | - |
| HSV(B) | 290.72º | 0.95% | 0.8% | - |
| XYZ | 28.46 | 13.58 | 58.25 | - |
| YUV | 81.15 | 197.33 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 204 | 0.15 | 0.95 | 0 | 0.2 | 290.72 | 0.91 | 0.42 |
| Hex | AE | A | CC | F | 5F | 0 | 14 | 123 | 5B | 2A |
| Octal | 256 | 12 | 314 | 17 | 137 | 0 | 24 | 443 | 133 | 52 |
| Binary | 10101110 | 1010 | 11001100 | 1111 | 1011111 | 0 | 10100 | 100100011 | 1011011 | 101010 |
Color Harmonies of #AE0ACC
Complementary color
Monochromatic Colors of #AE0ACC
Black with #AE0ACC
Text Example
Text Example
White with #AE0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0ACC; }
p { color: rgb(174,10,204); }
H1.HeaderClassName
{
color: #AE0ACC;
}
.AnyTagClassName
{
color: #AE0ACC;
}
</style>
background-color css
<style>
a { background-color: #AE0ACC; }
a { background-color: rgb(174,10,204); }
div.DivClassName
{
background-color: #AE0ACC;
}
.BgClassName
{
background-color: #AE0ACC;
}
</style>
border-color css
<style>
span { border-color: #AE0ACC; }
span { border-color: rgb(174,10,204); }
td.TdClassName
{
border-color: #AE0ACC;
}
.TagClassName
{
border-color: #AE0ACC;
}
</style>