Shades of Dark Violet #AC0CCD
Tints of Dark Violet #AC0CCD
RGB
CMYK
RGB Variations
Color information
#AC0CCD (or 0xAC0CCD) is known color: Dark Violet. HEX triplet: AC, 0C and CD. RGB value is (172,12,205). Sum of RGB (Red+Green+Blue) = 172+12+205=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CCD is #53F332. Grayscale: #515151. Windows color (decimal): -5501747 or 13438124. OLE color: 13438124.
HSL color Cylindrical-coordinate representation of color #AC0CCD: hue angle of 289.74º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CCD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 12 | 205 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.20 |
| HSL | 289.74º | 0.89% | 0.43% | - |
| HSV(B) | 289.74º | 0.94% | 0.8% | - |
| XYZ | 28.16 | 13.44 | 58.87 | - |
| YUV | 81.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 205 | 0.16 | 0.94 | 0 | 0.20 | 289.74 | 0.89 | 0.43 |
| Hex | AC | C | CD | 10 | 5E | 0 | 14 | 122 | 59 | 2B |
| Octal | 254 | 14 | 315 | 20 | 136 | 0 | 24 | 442 | 131 | 53 |
| Binary | 10101100 | 1100 | 11001101 | 10000 | 1011110 | 0 | 10100 | 100100010 | 1011001 | 101011 |
Color Harmonies of #AC0CCD
Complementary color
Monochromatic Colors of #AC0CCD
Black with #AC0CCD
Text Example
Text Example
White with #AC0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CCD; }
p { color: rgb(172,12,205); }
H1.HeaderClassName
{
color: #AC0CCD;
}
.AnyTagClassName
{
color: #AC0CCD;
}
</style>
background-color css
<style>
a { background-color: #AC0CCD; }
a { background-color: rgb(172,12,205); }
div.DivClassName
{
background-color: #AC0CCD;
}
.BgClassName
{
background-color: #AC0CCD;
}
</style>
border-color css
<style>
span { border-color: #AC0CCD; }
span { border-color: rgb(172,12,205); }
td.TdClassName
{
border-color: #AC0CCD;
}
.TagClassName
{
border-color: #AC0CCD;
}
</style>