Shades of Dark Violet #AC00CA
Tints of Dark Violet #AC00CA
RGB
CMYK
RGB Variations
Color information
#AC00CA (or 0xAC00CA) is known color: Dark Violet. HEX triplet: AC, 00 and CA. RGB value is (172,0,202). Sum of RGB (Red+Green+Blue) = 172+0+202=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00CA is #53FF35. Grayscale: #494949. Windows color (decimal): -5504822 or 13238444. OLE color: 13238444.
HSL color Cylindrical-coordinate representation of color #AC00CA: hue angle of 291.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00CA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 0 | 202 | - |
| CMYK | 0.15 | 1 | 0 | 0.21 |
| HSL | 291.09º | 1% | 0.4% | - |
| HSV(B) | 291.09º | 1% | 0.79% | - |
| XYZ | 27.67 | 13.03 | 56.93 | - |
| YUV | 74.46 | 199.98 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 202 | 0.15 | 1 | 0 | 0.21 | 291.09 | 1 | 0.4 |
| Hex | AC | 0 | CA | F | 64 | 0 | 15 | 123 | 64 | 28 |
| Octal | 254 | 0 | 312 | 17 | 144 | 0 | 25 | 443 | 144 | 50 |
| Binary | 10101100 | 0 | 11001010 | 1111 | 1100100 | 0 | 10101 | 100100011 | 1100100 | 101000 |
Color Harmonies of #AC00CA
Complementary color
Monochromatic Colors of #AC00CA
Black with #AC00CA
Text Example
Text Example
White with #AC00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00CA; }
p { color: rgb(172,0,202); }
H1.HeaderClassName
{
color: #AC00CA;
}
.AnyTagClassName
{
color: #AC00CA;
}
</style>
background-color css
<style>
a { background-color: #AC00CA; }
a { background-color: rgb(172,0,202); }
div.DivClassName
{
background-color: #AC00CA;
}
.BgClassName
{
background-color: #AC00CA;
}
</style>
border-color css
<style>
span { border-color: #AC00CA; }
span { border-color: rgb(172,0,202); }
td.TdClassName
{
border-color: #AC00CA;
}
.TagClassName
{
border-color: #AC00CA;
}
</style>