Shades of Dark Violet #AC01C4
Tints of Dark Violet #AC01C4
RGB
CMYK
RGB Variations
Color information
#AC01C4 (or 0xAC01C4) is known color: Dark Violet. HEX triplet: AC, 01 and C4. RGB value is (172,1,196). Sum of RGB (Red+Green+Blue) = 172+1+196=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC01C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01C4 is #53FE3B. Grayscale: #494949. Windows color (decimal): -5504572 or 12845484. OLE color: 12845484.
HSL color Cylindrical-coordinate representation of color #AC01C4: hue angle of 292.62º 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 #AC01C4 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 1 | 196 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.23 |
| HSL | 292.62º | 0.99% | 0.39% | - |
| HSV(B) | 292.62º | 0.99% | 0.77% | - |
| XYZ | 26.99 | 12.78 | 53.27 | - |
| YUV | 74.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 196 | 0.12 | 0.99 | 0 | 0.23 | 292.62 | 0.99 | 0.39 |
| Hex | AC | 1 | C4 | C | 63 | 0 | 17 | 125 | 63 | 27 |
| Octal | 254 | 1 | 304 | 14 | 143 | 0 | 27 | 445 | 143 | 47 |
| Binary | 10101100 | 1 | 11000100 | 1100 | 1100011 | 0 | 10111 | 100100101 | 1100011 | 100111 |
Color Harmonies of #AC01C4
Complementary color
Monochromatic Colors of #AC01C4
Black with #AC01C4
Text Example
Text Example
White with #AC01C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01C4; }
p { color: rgb(172,1,196); }
H1.HeaderClassName
{
color: #AC01C4;
}
.AnyTagClassName
{
color: #AC01C4;
}
</style>
background-color css
<style>
a { background-color: #AC01C4; }
a { background-color: rgb(172,1,196); }
div.DivClassName
{
background-color: #AC01C4;
}
.BgClassName
{
background-color: #AC01C4;
}
</style>
border-color css
<style>
span { border-color: #AC01C4; }
span { border-color: rgb(172,1,196); }
td.TdClassName
{
border-color: #AC01C4;
}
.TagClassName
{
border-color: #AC01C4;
}
</style>