Shades of Dark Violet #AC03C0
Tints of Dark Violet #AC03C0
RGB
CMYK
RGB Variations
Color information
#AC03C0 (or 0xAC03C0) is known color: Dark Violet. HEX triplet: AC, 03 and C0. RGB value is (172,3,192). Sum of RGB (Red+Green+Blue) = 172+3+192=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC03C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03C0 is #53FC3F. Grayscale: #4A4A4A. Windows color (decimal): -5504064 or 12583852. OLE color: 12583852.
HSL color Cylindrical-coordinate representation of color #AC03C0: hue angle of 293.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC03C0 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 3 | 192 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.25 |
| HSL | 293.65º | 0.97% | 0.38% | - |
| HSV(B) | 293.65º | 0.98% | 0.75% | - |
| XYZ | 26.56 | 12.64 | 50.91 | - |
| YUV | 75.08 | 193.99 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 192 | 0.10 | 0.98 | 0 | 0.25 | 293.65 | 0.97 | 0.38 |
| Hex | AC | 3 | C0 | A | 62 | 0 | 19 | 126 | 61 | 26 |
| Octal | 254 | 3 | 300 | 12 | 142 | 0 | 31 | 446 | 141 | 46 |
| Binary | 10101100 | 11 | 11000000 | 1010 | 1100010 | 0 | 11001 | 100100110 | 1100001 | 100110 |
Color Harmonies of #AC03C0
Complementary color
Monochromatic Colors of #AC03C0
Black with #AC03C0
Text Example
Text Example
White with #AC03C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03C0; }
p { color: rgb(172,3,192); }
H1.HeaderClassName
{
color: #AC03C0;
}
.AnyTagClassName
{
color: #AC03C0;
}
</style>
background-color css
<style>
a { background-color: #AC03C0; }
a { background-color: rgb(172,3,192); }
div.DivClassName
{
background-color: #AC03C0;
}
.BgClassName
{
background-color: #AC03C0;
}
</style>
border-color css
<style>
span { border-color: #AC03C0; }
span { border-color: rgb(172,3,192); }
td.TdClassName
{
border-color: #AC03C0;
}
.TagClassName
{
border-color: #AC03C0;
}
</style>