Shades of Dark Violet #AC00E4
Tints of Dark Violet #AC00E4
RGB
CMYK
RGB Variations
Color information
#AC00E4 (or 0xAC00E4) is known color: Dark Violet. HEX triplet: AC, 00 and E4. RGB value is (172,0,228). Sum of RGB (Red+Green+Blue) = 172+0+228=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC00E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00E4 is #53FF1B. Grayscale: #4C4C4C. Windows color (decimal): -5504796 or 14942380. OLE color: 14942380.
HSL color Cylindrical-coordinate representation of color #AC00E4: hue angle of 285.26º 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 #AC00E4 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 0 | 228 | - |
| CMYK | 0.25 | 1 | 0 | 0.11 |
| HSL | 285.26º | 1% | 0.45% | - |
| HSV(B) | 285.26º | 1% | 0.89% | - |
| XYZ | 31.02 | 14.37 | 74.54 | - |
| YUV | 77.42 | 212.98 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 228 | 0.25 | 1 | 0 | 0.11 | 285.26 | 1 | 0.45 |
| Hex | AC | 0 | E4 | 19 | 64 | 0 | B | 11D | 64 | 2D |
| Octal | 254 | 0 | 344 | 31 | 144 | 0 | 13 | 435 | 144 | 55 |
| Binary | 10101100 | 0 | 11100100 | 11001 | 1100100 | 0 | 1011 | 100011101 | 1100100 | 101101 |
Color Harmonies of #AC00E4
Complementary color
Monochromatic Colors of #AC00E4
Black with #AC00E4
Text Example
Text Example
White with #AC00E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00E4; }
p { color: rgb(172,0,228); }
H1.HeaderClassName
{
color: #AC00E4;
}
.AnyTagClassName
{
color: #AC00E4;
}
</style>
background-color css
<style>
a { background-color: #AC00E4; }
a { background-color: rgb(172,0,228); }
div.DivClassName
{
background-color: #AC00E4;
}
.BgClassName
{
background-color: #AC00E4;
}
</style>
border-color css
<style>
span { border-color: #AC00E4; }
span { border-color: rgb(172,0,228); }
td.TdClassName
{
border-color: #AC00E4;
}
.TagClassName
{
border-color: #AC00E4;
}
</style>