Shades of Dark Violet #AC05E2
Tints of Dark Violet #AC05E2
RGB
CMYK
RGB Variations
Color information
#AC05E2 (or 0xAC05E2) is known color: Dark Violet. HEX triplet: AC, 05 and E2. RGB value is (172,5,226). Sum of RGB (Red+Green+Blue) = 172+5+226=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC05E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05E2 is #53FA1D. Grayscale: #4F4F4F. Windows color (decimal): -5503518 or 14812588. OLE color: 14812588.
HSL color Cylindrical-coordinate representation of color #AC05E2: hue angle of 285.34º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC05E2 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 5 | 226 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.11 |
| HSL | 285.34º | 0.96% | 0.45% | - |
| HSV(B) | 285.34º | 0.98% | 0.89% | - |
| XYZ | 30.8 | 14.37 | 73.1 | - |
| YUV | 80.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 226 | 0.24 | 0.98 | 0 | 0.11 | 285.34 | 0.96 | 0.45 |
| Hex | AC | 5 | E2 | 18 | 62 | 0 | B | 11D | 60 | 2D |
| Octal | 254 | 5 | 342 | 30 | 142 | 0 | 13 | 435 | 140 | 55 |
| Binary | 10101100 | 101 | 11100010 | 11000 | 1100010 | 0 | 1011 | 100011101 | 1100000 | 101101 |
Color Harmonies of #AC05E2
Complementary color
Monochromatic Colors of #AC05E2
Black with #AC05E2
Text Example
Text Example
White with #AC05E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05E2; }
p { color: rgb(172,5,226); }
H1.HeaderClassName
{
color: #AC05E2;
}
.AnyTagClassName
{
color: #AC05E2;
}
</style>
background-color css
<style>
a { background-color: #AC05E2; }
a { background-color: rgb(172,5,226); }
div.DivClassName
{
background-color: #AC05E2;
}
.BgClassName
{
background-color: #AC05E2;
}
</style>
border-color css
<style>
span { border-color: #AC05E2; }
span { border-color: rgb(172,5,226); }
td.TdClassName
{
border-color: #AC05E2;
}
.TagClassName
{
border-color: #AC05E2;
}
</style>