Shades of Dark Violet #AC00E0
Tints of Dark Violet #AC00E0
RGB
CMYK
RGB Variations
Color information
#AC00E0 (or 0xAC00E0) is known color: Dark Violet. HEX triplet: AC, 00 and E0. RGB value is (172,0,224). Sum of RGB (Red+Green+Blue) = 172+0+224=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC00E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00E0 is #53FF1F. Grayscale: #4C4C4C. Windows color (decimal): -5504800 or 14680236. OLE color: 14680236.
HSL color Cylindrical-coordinate representation of color #AC00E0: hue angle of 286.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00E0 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 0 | 224 | - |
| CMYK | 0.23 | 1 | 0 | 0.12 |
| HSL | 286.07º | 1% | 0.44% | - |
| HSV(B) | 286.07º | 1% | 0.88% | - |
| XYZ | 30.47 | 14.15 | 71.65 | - |
| YUV | 76.96 | 210.98 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 224 | 0.23 | 1 | 0 | 0.12 | 286.07 | 1 | 0.44 |
| Hex | AC | 0 | E0 | 17 | 64 | 0 | C | 11E | 64 | 2C |
| Octal | 254 | 0 | 340 | 27 | 144 | 0 | 14 | 436 | 144 | 54 |
| Binary | 10101100 | 0 | 11100000 | 10111 | 1100100 | 0 | 1100 | 100011110 | 1100100 | 101100 |
Color Harmonies of #AC00E0
Complementary color
Monochromatic Colors of #AC00E0
Black with #AC00E0
Text Example
Text Example
White with #AC00E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00E0; }
p { color: rgb(172,0,224); }
H1.HeaderClassName
{
color: #AC00E0;
}
.AnyTagClassName
{
color: #AC00E0;
}
</style>
background-color css
<style>
a { background-color: #AC00E0; }
a { background-color: rgb(172,0,224); }
div.DivClassName
{
background-color: #AC00E0;
}
.BgClassName
{
background-color: #AC00E0;
}
</style>
border-color css
<style>
span { border-color: #AC00E0; }
span { border-color: rgb(172,0,224); }
td.TdClassName
{
border-color: #AC00E0;
}
.TagClassName
{
border-color: #AC00E0;
}
</style>