Shades of Dark Violet #AC01C8
Tints of Dark Violet #AC01C8
RGB
CMYK
RGB Variations
Color information
#AC01C8 (or 0xAC01C8) is known color: Dark Violet. HEX triplet: AC, 01 and C8. RGB value is (172,1,200). Sum of RGB (Red+Green+Blue) = 172+1+200=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC01C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01C8 is #53FE37. Grayscale: #4A4A4A. Windows color (decimal): -5504568 or 13107628. OLE color: 13107628.
HSL color Cylindrical-coordinate representation of color #AC01C8: hue angle of 291.56º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01C8 is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 1 | 200 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.22 |
| HSL | 291.56º | 0.99% | 0.39% | - |
| HSV(B) | 291.56º | 1% | 0.78% | - |
| XYZ | 27.45 | 12.96 | 55.7 | - |
| YUV | 74.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 200 | 0.14 | 1.00 | 0 | 0.22 | 291.56 | 0.99 | 0.39 |
| Hex | AC | 1 | C8 | E | 64 | 0 | 16 | 124 | 63 | 27 |
| Octal | 254 | 1 | 310 | 16 | 144 | 0 | 26 | 444 | 143 | 47 |
| Binary | 10101100 | 1 | 11001000 | 1110 | 1100100 | 0 | 10110 | 100100100 | 1100011 | 100111 |
Color Harmonies of #AC01C8
Complementary color
Monochromatic Colors of #AC01C8
Black with #AC01C8
Text Example
Text Example
White with #AC01C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01C8; }
p { color: rgb(172,1,200); }
H1.HeaderClassName
{
color: #AC01C8;
}
.AnyTagClassName
{
color: #AC01C8;
}
</style>
background-color css
<style>
a { background-color: #AC01C8; }
a { background-color: rgb(172,1,200); }
div.DivClassName
{
background-color: #AC01C8;
}
.BgClassName
{
background-color: #AC01C8;
}
</style>
border-color css
<style>
span { border-color: #AC01C8; }
span { border-color: rgb(172,1,200); }
td.TdClassName
{
border-color: #AC01C8;
}
.TagClassName
{
border-color: #AC01C8;
}
</style>