Shades of Dark Violet #AC00E5
Tints of Dark Violet #AC00E5
RGB
CMYK
RGB Variations
Color information
#AC00E5 (or 0xAC00E5) is known color: Dark Violet. HEX triplet: AC, 00 and E5. RGB value is (172,0,229). Sum of RGB (Red+Green+Blue) = 172+0+229=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC00E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00E5 is #53FF1A. Grayscale: #4C4C4C. Windows color (decimal): -5504795 or 15007916. OLE color: 15007916.
HSL color Cylindrical-coordinate representation of color #AC00E5: hue angle of 285.07º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00E5 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 0 | 229 | - |
| CMYK | 0.25 | 1 | 0 | 0.10 |
| HSL | 285.07º | 1% | 0.45% | - |
| HSV(B) | 285.07º | 1% | 0.9% | - |
| XYZ | 31.16 | 14.43 | 75.27 | - |
| YUV | 77.53 | 213.48 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 229 | 0.25 | 1 | 0 | 0.10 | 285.07 | 1 | 0.45 |
| Hex | AC | 0 | E5 | 19 | 64 | 0 | A | 11D | 64 | 2D |
| Octal | 254 | 0 | 345 | 31 | 144 | 0 | 12 | 435 | 144 | 55 |
| Binary | 10101100 | 0 | 11100101 | 11001 | 1100100 | 0 | 1010 | 100011101 | 1100100 | 101101 |
Color Harmonies of #AC00E5
Complementary color
Monochromatic Colors of #AC00E5
Black with #AC00E5
Text Example
Text Example
White with #AC00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00E5; }
p { color: rgb(172,0,229); }
H1.HeaderClassName
{
color: #AC00E5;
}
.AnyTagClassName
{
color: #AC00E5;
}
</style>
background-color css
<style>
a { background-color: #AC00E5; }
a { background-color: rgb(172,0,229); }
div.DivClassName
{
background-color: #AC00E5;
}
.BgClassName
{
background-color: #AC00E5;
}
</style>
border-color css
<style>
span { border-color: #AC00E5; }
span { border-color: rgb(172,0,229); }
td.TdClassName
{
border-color: #AC00E5;
}
.TagClassName
{
border-color: #AC00E5;
}
</style>