Shades of Dark Violet #AC07E5
Tints of Dark Violet #AC07E5
RGB
CMYK
RGB Variations
Color information
#AC07E5 (or 0xAC07E5) is known color: Dark Violet. HEX triplet: AC, 07 and E5. RGB value is (172,7,229). Sum of RGB (Red+Green+Blue) = 172+7+229=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC07E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07E5 is #53F81A. Grayscale: #505050. Windows color (decimal): -5503003 or 15009708. OLE color: 15009708.
HSL color Cylindrical-coordinate representation of color #AC07E5: hue angle of 284.59º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07E5 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 7 | 229 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.10 |
| HSL | 284.59º | 0.94% | 0.46% | - |
| HSV(B) | 284.59º | 0.97% | 0.9% | - |
| XYZ | 31.23 | 14.58 | 75.3 | - |
| YUV | 81.64 | 211.16 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 229 | 0.25 | 0.97 | 0 | 0.10 | 284.59 | 0.94 | 0.46 |
| Hex | AC | 7 | E5 | 19 | 61 | 0 | A | 11D | 5E | 2E |
| Octal | 254 | 7 | 345 | 31 | 141 | 0 | 12 | 435 | 136 | 56 |
| Binary | 10101100 | 111 | 11100101 | 11001 | 1100001 | 0 | 1010 | 100011101 | 1011110 | 101110 |
Color Harmonies of #AC07E5
Complementary color
Monochromatic Colors of #AC07E5
Black with #AC07E5
Text Example
Text Example
White with #AC07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC07E5; }
p { color: rgb(172,7,229); }
H1.HeaderClassName
{
color: #AC07E5;
}
.AnyTagClassName
{
color: #AC07E5;
}
</style>
background-color css
<style>
a { background-color: #AC07E5; }
a { background-color: rgb(172,7,229); }
div.DivClassName
{
background-color: #AC07E5;
}
.BgClassName
{
background-color: #AC07E5;
}
</style>
border-color css
<style>
span { border-color: #AC07E5; }
span { border-color: rgb(172,7,229); }
td.TdClassName
{
border-color: #AC07E5;
}
.TagClassName
{
border-color: #AC07E5;
}
</style>