Shades of Dark Violet #AC01C2
Tints of Dark Violet #AC01C2
RGB
CMYK
RGB Variations
Color information
#AC01C2 (or 0xAC01C2) is known color: Dark Violet. HEX triplet: AC, 01 and C2. RGB value is (172,1,194). Sum of RGB (Red+Green+Blue) = 172+1+194=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC01C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01C2 is #53FE3D. Grayscale: #494949. Windows color (decimal): -5504574 or 12714412. OLE color: 12714412.
HSL color Cylindrical-coordinate representation of color #AC01C2: hue angle of 293.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01C2 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 1 | 194 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.24 |
| HSL | 293.16º | 0.99% | 0.38% | - |
| HSV(B) | 293.16º | 0.99% | 0.76% | - |
| XYZ | 26.76 | 12.69 | 52.08 | - |
| YUV | 74.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 194 | 0.11 | 0.99 | 0 | 0.24 | 293.16 | 0.99 | 0.38 |
| Hex | AC | 1 | C2 | B | 63 | 0 | 18 | 125 | 63 | 26 |
| Octal | 254 | 1 | 302 | 13 | 143 | 0 | 30 | 445 | 143 | 46 |
| Binary | 10101100 | 1 | 11000010 | 1011 | 1100011 | 0 | 11000 | 100100101 | 1100011 | 100110 |
Color Harmonies of #AC01C2
Complementary color
Monochromatic Colors of #AC01C2
Black with #AC01C2
Text Example
Text Example
White with #AC01C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01C2; }
p { color: rgb(172,1,194); }
H1.HeaderClassName
{
color: #AC01C2;
}
.AnyTagClassName
{
color: #AC01C2;
}
</style>
background-color css
<style>
a { background-color: #AC01C2; }
a { background-color: rgb(172,1,194); }
div.DivClassName
{
background-color: #AC01C2;
}
.BgClassName
{
background-color: #AC01C2;
}
</style>
border-color css
<style>
span { border-color: #AC01C2; }
span { border-color: rgb(172,1,194); }
td.TdClassName
{
border-color: #AC01C2;
}
.TagClassName
{
border-color: #AC01C2;
}
</style>