Shades of Dark Violet #AC10CC
Tints of Dark Violet #AC10CC
RGB
CMYK
RGB Variations
Color information
#AC10CC (or 0xAC10CC) is known color: Dark Violet. HEX triplet: AC, 10 and CC. RGB value is (172,16,204). Sum of RGB (Red+Green+Blue) = 172+16+204=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC10CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10CC is #53EF33. Grayscale: #535353. Windows color (decimal): -5500724 or 13373612. OLE color: 13373612.
HSL color Cylindrical-coordinate representation of color #AC10CC: hue angle of 289.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC10CC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 16 | 204 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.2 |
| HSL | 289.79º | 0.85% | 0.43% | - |
| HSV(B) | 289.79º | 0.92% | 0.8% | - |
| XYZ | 28.1 | 13.5 | 58.25 | - |
| YUV | 84.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 204 | 0.16 | 0.92 | 0 | 0.2 | 289.79 | 0.85 | 0.43 |
| Hex | AC | 10 | CC | 10 | 5C | 0 | 14 | 122 | 55 | 2B |
| Octal | 254 | 20 | 314 | 20 | 134 | 0 | 24 | 442 | 125 | 53 |
| Binary | 10101100 | 10000 | 11001100 | 10000 | 1011100 | 0 | 10100 | 100100010 | 1010101 | 101011 |
Color Harmonies of #AC10CC
Complementary color
Monochromatic Colors of #AC10CC
Black with #AC10CC
Text Example
Text Example
White with #AC10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10CC; }
p { color: rgb(172,16,204); }
H1.HeaderClassName
{
color: #AC10CC;
}
.AnyTagClassName
{
color: #AC10CC;
}
</style>
background-color css
<style>
a { background-color: #AC10CC; }
a { background-color: rgb(172,16,204); }
div.DivClassName
{
background-color: #AC10CC;
}
.BgClassName
{
background-color: #AC10CC;
}
</style>
border-color css
<style>
span { border-color: #AC10CC; }
span { border-color: rgb(172,16,204); }
td.TdClassName
{
border-color: #AC10CC;
}
.TagClassName
{
border-color: #AC10CC;
}
</style>