Shades of Dark Violet #AE0FCC
Tints of Dark Violet #AE0FCC
RGB
CMYK
RGB Variations
Color information
#AE0FCC (or 0xAE0FCC) is known color: Dark Violet. HEX triplet: AE, 0F and CC. RGB value is (174,15,204). Sum of RGB (Red+Green+Blue) = 174+15+204=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE0FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FCC is #51F033. Grayscale: #535353. Windows color (decimal): -5369908 or 13373358. OLE color: 13373358.
HSL color Cylindrical-coordinate representation of color #AE0FCC: hue angle of 290.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0FCC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 15 | 204 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.2 |
| HSL | 290.48º | 0.86% | 0.43% | - |
| HSV(B) | 290.48º | 0.93% | 0.8% | - |
| XYZ | 28.53 | 13.7 | 58.27 | - |
| YUV | 84.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 204 | 0.15 | 0.93 | 0 | 0.2 | 290.48 | 0.86 | 0.43 |
| Hex | AE | F | CC | F | 5D | 0 | 14 | 122 | 56 | 2B |
| Octal | 256 | 17 | 314 | 17 | 135 | 0 | 24 | 442 | 126 | 53 |
| Binary | 10101110 | 1111 | 11001100 | 1111 | 1011101 | 0 | 10100 | 100100010 | 1010110 | 101011 |
Color Harmonies of #AE0FCC
Complementary color
Monochromatic Colors of #AE0FCC
Black with #AE0FCC
Text Example
Text Example
White with #AE0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FCC; }
p { color: rgb(174,15,204); }
H1.HeaderClassName
{
color: #AE0FCC;
}
.AnyTagClassName
{
color: #AE0FCC;
}
</style>
background-color css
<style>
a { background-color: #AE0FCC; }
a { background-color: rgb(174,15,204); }
div.DivClassName
{
background-color: #AE0FCC;
}
.BgClassName
{
background-color: #AE0FCC;
}
</style>
border-color css
<style>
span { border-color: #AE0FCC; }
span { border-color: rgb(174,15,204); }
td.TdClassName
{
border-color: #AE0FCC;
}
.TagClassName
{
border-color: #AE0FCC;
}
</style>