Shades of Dark Violet #AC05CF
Tints of Dark Violet #AC05CF
RGB
CMYK
RGB Variations
Color information
#AC05CF (or 0xAC05CF) is known color: Dark Violet. HEX triplet: AC, 05 and CF. RGB value is (172,5,207). Sum of RGB (Red+Green+Blue) = 172+5+207=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05CF is #53FA30. Grayscale: #4D4D4D. Windows color (decimal): -5503537 or 13567404. OLE color: 13567404.
HSL color Cylindrical-coordinate representation of color #AC05CF: hue angle of 289.6º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC05CF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 5 | 207 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.19 |
| HSL | 289.6º | 0.95% | 0.42% | - |
| HSV(B) | 289.6º | 0.98% | 0.81% | - |
| XYZ | 28.33 | 13.38 | 60.12 | - |
| YUV | 77.96 | 200.83 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 207 | 0.17 | 0.98 | 0 | 0.19 | 289.6 | 0.95 | 0.42 |
| Hex | AC | 5 | CF | 11 | 62 | 0 | 13 | 122 | 5F | 2A |
| Octal | 254 | 5 | 317 | 21 | 142 | 0 | 23 | 442 | 137 | 52 |
| Binary | 10101100 | 101 | 11001111 | 10001 | 1100010 | 0 | 10011 | 100100010 | 1011111 | 101010 |
Color Harmonies of #AC05CF
Complementary color
Monochromatic Colors of #AC05CF
Black with #AC05CF
Text Example
Text Example
White with #AC05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05CF; }
p { color: rgb(172,5,207); }
H1.HeaderClassName
{
color: #AC05CF;
}
.AnyTagClassName
{
color: #AC05CF;
}
</style>
background-color css
<style>
a { background-color: #AC05CF; }
a { background-color: rgb(172,5,207); }
div.DivClassName
{
background-color: #AC05CF;
}
.BgClassName
{
background-color: #AC05CF;
}
</style>
border-color css
<style>
span { border-color: #AC05CF; }
span { border-color: rgb(172,5,207); }
td.TdClassName
{
border-color: #AC05CF;
}
.TagClassName
{
border-color: #AC05CF;
}
</style>