Shades of Dark Violet #AC01C5
Tints of Dark Violet #AC01C5
RGB
CMYK
RGB Variations
Color information
#AC01C5 (or 0xAC01C5) is known color: Dark Violet. HEX triplet: AC, 01 and C5. RGB value is (172,1,197). Sum of RGB (Red+Green+Blue) = 172+1+197=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC01C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01C5 is #53FE3A. Grayscale: #494949. Windows color (decimal): -5504571 or 12911020. OLE color: 12911020.
HSL color Cylindrical-coordinate representation of color #AC01C5: hue angle of 292.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01C5 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 1 | 197 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.23 |
| HSL | 292.35º | 0.99% | 0.39% | - |
| HSV(B) | 292.35º | 0.99% | 0.77% | - |
| XYZ | 27.1 | 12.82 | 53.87 | - |
| YUV | 74.47 | 197.15 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 197 | 0.13 | 0.99 | 0 | 0.23 | 292.35 | 0.99 | 0.39 |
| Hex | AC | 1 | C5 | D | 63 | 0 | 17 | 124 | 63 | 27 |
| Octal | 254 | 1 | 305 | 15 | 143 | 0 | 27 | 444 | 143 | 47 |
| Binary | 10101100 | 1 | 11000101 | 1101 | 1100011 | 0 | 10111 | 100100100 | 1100011 | 100111 |
Color Harmonies of #AC01C5
Complementary color
Monochromatic Colors of #AC01C5
Black with #AC01C5
Text Example
Text Example
White with #AC01C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01C5; }
p { color: rgb(172,1,197); }
H1.HeaderClassName
{
color: #AC01C5;
}
.AnyTagClassName
{
color: #AC01C5;
}
</style>
background-color css
<style>
a { background-color: #AC01C5; }
a { background-color: rgb(172,1,197); }
div.DivClassName
{
background-color: #AC01C5;
}
.BgClassName
{
background-color: #AC01C5;
}
</style>
border-color css
<style>
span { border-color: #AC01C5; }
span { border-color: rgb(172,1,197); }
td.TdClassName
{
border-color: #AC01C5;
}
.TagClassName
{
border-color: #AC01C5;
}
</style>