Shades of Dark Violet #AC14CA
Tints of Dark Violet #AC14CA
RGB
CMYK
RGB Variations
Color information
#AC14CA (or 0xAC14CA) is known color: Dark Violet. HEX triplet: AC, 14 and CA. RGB value is (172,20,202). Sum of RGB (Red+Green+Blue) = 172+20+202=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC14CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14CA is #53EB35. Grayscale: #555555. Windows color (decimal): -5499702 or 13243564. OLE color: 13243564.
HSL color Cylindrical-coordinate representation of color #AC14CA: hue angle of 290.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14CA is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 20 | 202 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.21 |
| HSL | 290.11º | 0.82% | 0.44% | - |
| HSV(B) | 290.11º | 0.9% | 0.79% | - |
| XYZ | 27.92 | 13.54 | 57.02 | - |
| YUV | 86.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 202 | 0.15 | 0.90 | 0 | 0.21 | 290.11 | 0.82 | 0.44 |
| Hex | AC | 14 | CA | F | 5A | 0 | 15 | 122 | 52 | 2C |
| Octal | 254 | 24 | 312 | 17 | 132 | 0 | 25 | 442 | 122 | 54 |
| Binary | 10101100 | 10100 | 11001010 | 1111 | 1011010 | 0 | 10101 | 100100010 | 1010010 | 101100 |
Color Harmonies of #AC14CA
Complementary color
Monochromatic Colors of #AC14CA
Black with #AC14CA
Text Example
Text Example
White with #AC14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14CA; }
p { color: rgb(172,20,202); }
H1.HeaderClassName
{
color: #AC14CA;
}
.AnyTagClassName
{
color: #AC14CA;
}
</style>
background-color css
<style>
a { background-color: #AC14CA; }
a { background-color: rgb(172,20,202); }
div.DivClassName
{
background-color: #AC14CA;
}
.BgClassName
{
background-color: #AC14CA;
}
</style>
border-color css
<style>
span { border-color: #AC14CA; }
span { border-color: rgb(172,20,202); }
td.TdClassName
{
border-color: #AC14CA;
}
.TagClassName
{
border-color: #AC14CA;
}
</style>