Shades of Dark Violet #AE0ACF
Tints of Dark Violet #AE0ACF
RGB
CMYK
RGB Variations
Color information
#AE0ACF (or 0xAE0ACF) is known color: Dark Violet. HEX triplet: AE, 0A and CF. RGB value is (174,10,207). Sum of RGB (Red+Green+Blue) = 174+10+207=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE0ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ACF is #51F530. Grayscale: #505050. Windows color (decimal): -5371185 or 13568686. OLE color: 13568686.
HSL color Cylindrical-coordinate representation of color #AE0ACF: hue angle of 289.95º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0ACF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 10 | 207 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.19 |
| HSL | 289.95º | 0.91% | 0.43% | - |
| HSV(B) | 289.95º | 0.95% | 0.81% | - |
| XYZ | 28.83 | 13.72 | 60.16 | - |
| YUV | 81.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 207 | 0.16 | 0.95 | 0 | 0.19 | 289.95 | 0.91 | 0.43 |
| Hex | AE | A | CF | 10 | 5F | 0 | 13 | 122 | 5B | 2B |
| Octal | 256 | 12 | 317 | 20 | 137 | 0 | 23 | 442 | 133 | 53 |
| Binary | 10101110 | 1010 | 11001111 | 10000 | 1011111 | 0 | 10011 | 100100010 | 1011011 | 101011 |
Color Harmonies of #AE0ACF
Complementary color
Monochromatic Colors of #AE0ACF
Black with #AE0ACF
Text Example
Text Example
White with #AE0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0ACF; }
p { color: rgb(174,10,207); }
H1.HeaderClassName
{
color: #AE0ACF;
}
.AnyTagClassName
{
color: #AE0ACF;
}
</style>
background-color css
<style>
a { background-color: #AE0ACF; }
a { background-color: rgb(174,10,207); }
div.DivClassName
{
background-color: #AE0ACF;
}
.BgClassName
{
background-color: #AE0ACF;
}
</style>
border-color css
<style>
span { border-color: #AE0ACF; }
span { border-color: rgb(174,10,207); }
td.TdClassName
{
border-color: #AE0ACF;
}
.TagClassName
{
border-color: #AE0ACF;
}
</style>