Shades of Dark Violet #AC16CA
Tints of Dark Violet #AC16CA
RGB
CMYK
RGB Variations
Color information
#AC16CA (or 0xAC16CA) is known color: Dark Violet. HEX triplet: AC, 16 and CA. RGB value is (172,22,202). Sum of RGB (Red+Green+Blue) = 172+22+202=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC16CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16CA is #53E935. Grayscale: #565656. Windows color (decimal): -5499190 or 13244076. OLE color: 13244076.
HSL color Cylindrical-coordinate representation of color #AC16CA: hue angle of 290º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16CA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 22 | 202 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.21 |
| HSL | 290º | 0.8% | 0.44% | - |
| HSV(B) | 290º | 0.89% | 0.79% | - |
| XYZ | 27.96 | 13.61 | 57.03 | - |
| YUV | 87.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 202 | 0.15 | 0.89 | 0 | 0.21 | 290 | 0.8 | 0.44 |
| Hex | AC | 16 | CA | F | 59 | 0 | 15 | 122 | 50 | 2C |
| Octal | 254 | 26 | 312 | 17 | 131 | 0 | 25 | 442 | 120 | 54 |
| Binary | 10101100 | 10110 | 11001010 | 1111 | 1011001 | 0 | 10101 | 100100010 | 1010000 | 101100 |
Color Harmonies of #AC16CA
Complementary color
Monochromatic Colors of #AC16CA
Black with #AC16CA
Text Example
Text Example
White with #AC16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16CA; }
p { color: rgb(172,22,202); }
H1.HeaderClassName
{
color: #AC16CA;
}
.AnyTagClassName
{
color: #AC16CA;
}
</style>
background-color css
<style>
a { background-color: #AC16CA; }
a { background-color: rgb(172,22,202); }
div.DivClassName
{
background-color: #AC16CA;
}
.BgClassName
{
background-color: #AC16CA;
}
</style>
border-color css
<style>
span { border-color: #AC16CA; }
span { border-color: rgb(172,22,202); }
td.TdClassName
{
border-color: #AC16CA;
}
.TagClassName
{
border-color: #AC16CA;
}
</style>