Shades of Dark Violet #AC01CC
Tints of Dark Violet #AC01CC
RGB
CMYK
RGB Variations
Color information
#AC01CC (or 0xAC01CC) is known color: Dark Violet. HEX triplet: AC, 01 and CC. RGB value is (172,1,204). Sum of RGB (Red+Green+Blue) = 172+1+204=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC01CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01CC is #53FE33. Grayscale: #4A4A4A. Windows color (decimal): -5504564 or 13369772. OLE color: 13369772.
HSL color Cylindrical-coordinate representation of color #AC01CC: hue angle of 290.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01CC is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 1 | 204 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.2 |
| HSL | 290.54º | 0.99% | 0.4% | - |
| HSV(B) | 290.54º | 1% | 0.8% | - |
| XYZ | 27.92 | 13.15 | 58.19 | - |
| YUV | 75.27 | 200.65 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 204 | 0.16 | 1.00 | 0 | 0.2 | 290.54 | 0.99 | 0.4 |
| Hex | AC | 1 | CC | 10 | 64 | 0 | 14 | 123 | 63 | 28 |
| Octal | 254 | 1 | 314 | 20 | 144 | 0 | 24 | 443 | 143 | 50 |
| Binary | 10101100 | 1 | 11001100 | 10000 | 1100100 | 0 | 10100 | 100100011 | 1100011 | 101000 |
Color Harmonies of #AC01CC
Complementary color
Monochromatic Colors of #AC01CC
Black with #AC01CC
Text Example
Text Example
White with #AC01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01CC; }
p { color: rgb(172,1,204); }
H1.HeaderClassName
{
color: #AC01CC;
}
.AnyTagClassName
{
color: #AC01CC;
}
</style>
background-color css
<style>
a { background-color: #AC01CC; }
a { background-color: rgb(172,1,204); }
div.DivClassName
{
background-color: #AC01CC;
}
.BgClassName
{
background-color: #AC01CC;
}
</style>
border-color css
<style>
span { border-color: #AC01CC; }
span { border-color: rgb(172,1,204); }
td.TdClassName
{
border-color: #AC01CC;
}
.TagClassName
{
border-color: #AC01CC;
}
</style>