Shades of Dark Violet #AC00E3
Tints of Dark Violet #AC00E3
RGB
CMYK
RGB Variations
Color information
#AC00E3 (or 0xAC00E3) is known color: Dark Violet. HEX triplet: AC, 00 and E3. RGB value is (172,0,227). Sum of RGB (Red+Green+Blue) = 172+0+227=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC00E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00E3 is #53FF1C. Grayscale: #4C4C4C. Windows color (decimal): -5504797 or 14876844. OLE color: 14876844.
HSL color Cylindrical-coordinate representation of color #AC00E3: hue angle of 285.46º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00E3 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 0 | 227 | - |
| CMYK | 0.24 | 1 | 0 | 0.11 |
| HSL | 285.46º | 1% | 0.45% | - |
| HSV(B) | 285.46º | 1% | 0.89% | - |
| XYZ | 30.88 | 14.32 | 73.81 | - |
| YUV | 77.31 | 212.48 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 227 | 0.24 | 1 | 0 | 0.11 | 285.46 | 1 | 0.45 |
| Hex | AC | 0 | E3 | 18 | 64 | 0 | B | 11D | 64 | 2D |
| Octal | 254 | 0 | 343 | 30 | 144 | 0 | 13 | 435 | 144 | 55 |
| Binary | 10101100 | 0 | 11100011 | 11000 | 1100100 | 0 | 1011 | 100011101 | 1100100 | 101101 |
Color Harmonies of #AC00E3
Complementary color
Monochromatic Colors of #AC00E3
Black with #AC00E3
Text Example
Text Example
White with #AC00E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00E3; }
p { color: rgb(172,0,227); }
H1.HeaderClassName
{
color: #AC00E3;
}
.AnyTagClassName
{
color: #AC00E3;
}
</style>
background-color css
<style>
a { background-color: #AC00E3; }
a { background-color: rgb(172,0,227); }
div.DivClassName
{
background-color: #AC00E3;
}
.BgClassName
{
background-color: #AC00E3;
}
</style>
border-color css
<style>
span { border-color: #AC00E3; }
span { border-color: rgb(172,0,227); }
td.TdClassName
{
border-color: #AC00E3;
}
.TagClassName
{
border-color: #AC00E3;
}
</style>