Shades of Dark Violet #AC05E3
Tints of Dark Violet #AC05E3
RGB
CMYK
RGB Variations
Color information
#AC05E3 (or 0xAC05E3) is known color: Dark Violet. HEX triplet: AC, 05 and E3. RGB value is (172,5,227). Sum of RGB (Red+Green+Blue) = 172+5+227=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC05E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05E3 is #53FA1C. Grayscale: #4F4F4F. Windows color (decimal): -5503517 or 14878124. OLE color: 14878124.
HSL color Cylindrical-coordinate representation of color #AC05E3: hue angle of 285.14º 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 #AC05E3 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 5 | 227 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.11 |
| HSL | 285.14º | 0.96% | 0.45% | - |
| HSV(B) | 285.14º | 0.98% | 0.89% | - |
| XYZ | 30.93 | 14.43 | 73.83 | - |
| YUV | 80.24 | 210.83 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 227 | 0.24 | 0.98 | 0 | 0.11 | 285.14 | 0.96 | 0.45 |
| Hex | AC | 5 | E3 | 18 | 62 | 0 | B | 11D | 60 | 2D |
| Octal | 254 | 5 | 343 | 30 | 142 | 0 | 13 | 435 | 140 | 55 |
| Binary | 10101100 | 101 | 11100011 | 11000 | 1100010 | 0 | 1011 | 100011101 | 1100000 | 101101 |
Color Harmonies of #AC05E3
Complementary color
Monochromatic Colors of #AC05E3
Black with #AC05E3
Text Example
Text Example
White with #AC05E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05E3; }
p { color: rgb(172,5,227); }
H1.HeaderClassName
{
color: #AC05E3;
}
.AnyTagClassName
{
color: #AC05E3;
}
</style>
background-color css
<style>
a { background-color: #AC05E3; }
a { background-color: rgb(172,5,227); }
div.DivClassName
{
background-color: #AC05E3;
}
.BgClassName
{
background-color: #AC05E3;
}
</style>
border-color css
<style>
span { border-color: #AC05E3; }
span { border-color: rgb(172,5,227); }
td.TdClassName
{
border-color: #AC05E3;
}
.TagClassName
{
border-color: #AC05E3;
}
</style>