Shades of Dark Violet #AC05E6
Tints of Dark Violet #AC05E6
RGB
CMYK
RGB Variations
Color information
#AC05E6 (or 0xAC05E6) is known color: Dark Violet. HEX triplet: AC, 05 and E6. RGB value is (172,5,230). Sum of RGB (Red+Green+Blue) = 172+5+230=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC05E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC05E6 is #53FA19. Grayscale: #4F4F4F. Windows color (decimal): -5503514 or 15074732. OLE color: 15074732.
HSL color Cylindrical-coordinate representation of color #AC05E6: hue angle of 284.53º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC05E6 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 5 | 230 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.10 |
| HSL | 284.53º | 0.96% | 0.46% | - |
| HSV(B) | 284.53º | 0.98% | 0.9% | - |
| XYZ | 31.35 | 14.59 | 76.03 | - |
| YUV | 80.58 | 212.33 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 230 | 0.25 | 0.98 | 0 | 0.10 | 284.53 | 0.96 | 0.46 |
| Hex | AC | 5 | E6 | 19 | 62 | 0 | A | 11D | 60 | 2E |
| Octal | 254 | 5 | 346 | 31 | 142 | 0 | 12 | 435 | 140 | 56 |
| Binary | 10101100 | 101 | 11100110 | 11001 | 1100010 | 0 | 1010 | 100011101 | 1100000 | 101110 |
Color Harmonies of #AC05E6
Complementary color
Monochromatic Colors of #AC05E6
Black with #AC05E6
Text Example
Text Example
White with #AC05E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05E6; }
p { color: rgb(172,5,230); }
H1.HeaderClassName
{
color: #AC05E6;
}
.AnyTagClassName
{
color: #AC05E6;
}
</style>
background-color css
<style>
a { background-color: #AC05E6; }
a { background-color: rgb(172,5,230); }
div.DivClassName
{
background-color: #AC05E6;
}
.BgClassName
{
background-color: #AC05E6;
}
</style>
border-color css
<style>
span { border-color: #AC05E6; }
span { border-color: rgb(172,5,230); }
td.TdClassName
{
border-color: #AC05E6;
}
.TagClassName
{
border-color: #AC05E6;
}
</style>