Shades of Dark Violet #AC15CA
Tints of Dark Violet #AC15CA
RGB
CMYK
RGB Variations
Color information
#AC15CA (or 0xAC15CA) is known color: Dark Violet. HEX triplet: AC, 15 and CA. RGB value is (172,21,202). Sum of RGB (Red+Green+Blue) = 172+21+202=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC15CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15CA is #53EA35. Grayscale: #565656. Windows color (decimal): -5499446 or 13243820. OLE color: 13243820.
HSL color Cylindrical-coordinate representation of color #AC15CA: hue angle of 290.06º degrees, saturation: 0.81, 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 #AC15CA is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 21 | 202 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.21 |
| HSL | 290.06º | 0.81% | 0.44% | - |
| HSV(B) | 290.06º | 0.9% | 0.79% | - |
| XYZ | 27.94 | 13.57 | 57.02 | - |
| YUV | 86.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 202 | 0.15 | 0.90 | 0 | 0.21 | 290.06 | 0.81 | 0.44 |
| Hex | AC | 15 | CA | F | 5A | 0 | 15 | 122 | 51 | 2C |
| Octal | 254 | 25 | 312 | 17 | 132 | 0 | 25 | 442 | 121 | 54 |
| Binary | 10101100 | 10101 | 11001010 | 1111 | 1011010 | 0 | 10101 | 100100010 | 1010001 | 101100 |
Color Harmonies of #AC15CA
Complementary color
Monochromatic Colors of #AC15CA
Black with #AC15CA
Text Example
Text Example
White with #AC15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15CA; }
p { color: rgb(172,21,202); }
H1.HeaderClassName
{
color: #AC15CA;
}
.AnyTagClassName
{
color: #AC15CA;
}
</style>
background-color css
<style>
a { background-color: #AC15CA; }
a { background-color: rgb(172,21,202); }
div.DivClassName
{
background-color: #AC15CA;
}
.BgClassName
{
background-color: #AC15CA;
}
</style>
border-color css
<style>
span { border-color: #AC15CA; }
span { border-color: rgb(172,21,202); }
td.TdClassName
{
border-color: #AC15CA;
}
.TagClassName
{
border-color: #AC15CA;
}
</style>