Shades of Dark Violet #AC06E5
Tints of Dark Violet #AC06E5
RGB
CMYK
RGB Variations
Color information
#AC06E5 (or 0xAC06E5) is known color: Dark Violet. HEX triplet: AC, 06 and E5. RGB value is (172,6,229). Sum of RGB (Red+Green+Blue) = 172+6+229=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC06E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC06E5 is #53F91A. Grayscale: #505050. Windows color (decimal): -5503259 or 15009452. OLE color: 15009452.
HSL color Cylindrical-coordinate representation of color #AC06E5: hue angle of 284.66º degrees, saturation: 0.95, 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 #AC06E5 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 6 | 229 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.10 |
| HSL | 284.66º | 0.95% | 0.46% | - |
| HSV(B) | 284.66º | 0.97% | 0.9% | - |
| XYZ | 31.22 | 14.56 | 75.29 | - |
| YUV | 81.06 | 211.5 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 229 | 0.25 | 0.97 | 0 | 0.10 | 284.66 | 0.95 | 0.46 |
| Hex | AC | 6 | E5 | 19 | 61 | 0 | A | 11D | 5F | 2E |
| Octal | 254 | 6 | 345 | 31 | 141 | 0 | 12 | 435 | 137 | 56 |
| Binary | 10101100 | 110 | 11100101 | 11001 | 1100001 | 0 | 1010 | 100011101 | 1011111 | 101110 |
Color Harmonies of #AC06E5
Complementary color
Monochromatic Colors of #AC06E5
Black with #AC06E5
Text Example
Text Example
White with #AC06E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06E5; }
p { color: rgb(172,6,229); }
H1.HeaderClassName
{
color: #AC06E5;
}
.AnyTagClassName
{
color: #AC06E5;
}
</style>
background-color css
<style>
a { background-color: #AC06E5; }
a { background-color: rgb(172,6,229); }
div.DivClassName
{
background-color: #AC06E5;
}
.BgClassName
{
background-color: #AC06E5;
}
</style>
border-color css
<style>
span { border-color: #AC06E5; }
span { border-color: rgb(172,6,229); }
td.TdClassName
{
border-color: #AC06E5;
}
.TagClassName
{
border-color: #AC06E5;
}
</style>