Shades of Dark Violet #AC00E6
Tints of Dark Violet #AC00E6
RGB
CMYK
RGB Variations
Color information
#AC00E6 (or 0xAC00E6) is known color: Dark Violet. HEX triplet: AC, 00 and E6. RGB value is (172,0,230). Sum of RGB (Red+Green+Blue) = 172+0+230=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC00E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00E6 is #53FF19. Grayscale: #4C4C4C. Windows color (decimal): -5504794 or 15073452. OLE color: 15073452.
HSL color Cylindrical-coordinate representation of color #AC00E6: hue angle of 284.87º 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 #AC00E6 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 0 | 230 | - |
| CMYK | 0.25 | 1 | 0 | 0.10 |
| HSL | 284.87º | 1% | 0.45% | - |
| HSV(B) | 284.87º | 1% | 0.9% | - |
| XYZ | 31.3 | 14.48 | 76.01 | - |
| YUV | 77.65 | 213.98 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 230 | 0.25 | 1 | 0 | 0.10 | 284.87 | 1 | 0.45 |
| Hex | AC | 0 | E6 | 19 | 64 | 0 | A | 11D | 64 | 2D |
| Octal | 254 | 0 | 346 | 31 | 144 | 0 | 12 | 435 | 144 | 55 |
| Binary | 10101100 | 0 | 11100110 | 11001 | 1100100 | 0 | 1010 | 100011101 | 1100100 | 101101 |
Color Harmonies of #AC00E6
Complementary color
Monochromatic Colors of #AC00E6
Black with #AC00E6
Text Example
Text Example
White with #AC00E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00E6; }
p { color: rgb(172,0,230); }
H1.HeaderClassName
{
color: #AC00E6;
}
.AnyTagClassName
{
color: #AC00E6;
}
</style>
background-color css
<style>
a { background-color: #AC00E6; }
a { background-color: rgb(172,0,230); }
div.DivClassName
{
background-color: #AC00E6;
}
.BgClassName
{
background-color: #AC00E6;
}
</style>
border-color css
<style>
span { border-color: #AC00E6; }
span { border-color: rgb(172,0,230); }
td.TdClassName
{
border-color: #AC00E6;
}
.TagClassName
{
border-color: #AC00E6;
}
</style>