Shades of Dark Violet #AC01CA
Tints of Dark Violet #AC01CA
RGB
CMYK
RGB Variations
Color information
#AC01CA (or 0xAC01CA) is known color: Dark Violet. HEX triplet: AC, 01 and CA. RGB value is (172,1,202). Sum of RGB (Red+Green+Blue) = 172+1+202=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC01CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01CA is #53FE35. Grayscale: #4A4A4A. Windows color (decimal): -5504566 or 13238700. OLE color: 13238700.
HSL color Cylindrical-coordinate representation of color #AC01CA: hue angle of 291.04º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01CA is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 1 | 202 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.21 |
| HSL | 291.04º | 0.99% | 0.4% | - |
| HSV(B) | 291.04º | 1% | 0.79% | - |
| XYZ | 27.68 | 13.06 | 56.94 | - |
| YUV | 75.04 | 199.65 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 202 | 0.15 | 1.00 | 0 | 0.21 | 291.04 | 0.99 | 0.4 |
| Hex | AC | 1 | CA | F | 64 | 0 | 15 | 123 | 63 | 28 |
| Octal | 254 | 1 | 312 | 17 | 144 | 0 | 25 | 443 | 143 | 50 |
| Binary | 10101100 | 1 | 11001010 | 1111 | 1100100 | 0 | 10101 | 100100011 | 1100011 | 101000 |
Color Harmonies of #AC01CA
Complementary color
Monochromatic Colors of #AC01CA
Black with #AC01CA
Text Example
Text Example
White with #AC01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01CA; }
p { color: rgb(172,1,202); }
H1.HeaderClassName
{
color: #AC01CA;
}
.AnyTagClassName
{
color: #AC01CA;
}
</style>
background-color css
<style>
a { background-color: #AC01CA; }
a { background-color: rgb(172,1,202); }
div.DivClassName
{
background-color: #AC01CA;
}
.BgClassName
{
background-color: #AC01CA;
}
</style>
border-color css
<style>
span { border-color: #AC01CA; }
span { border-color: rgb(172,1,202); }
td.TdClassName
{
border-color: #AC01CA;
}
.TagClassName
{
border-color: #AC01CA;
}
</style>