Shades of Dark Violet #AC0ACB
Tints of Dark Violet #AC0ACB
RGB
CMYK
RGB Variations
Color information
#AC0ACB (or 0xAC0ACB) is known color: Dark Violet. HEX triplet: AC, 0A and CB. RGB value is (172,10,203). Sum of RGB (Red+Green+Blue) = 172+10+203=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC0ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ACB is #53F534. Grayscale: #4F4F4F. Windows color (decimal): -5502261 or 13306540. OLE color: 13306540.
HSL color Cylindrical-coordinate representation of color #AC0ACB: hue angle of 290.36º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0ACB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 10 | 203 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.20 |
| HSL | 290.36º | 0.91% | 0.42% | - |
| HSV(B) | 290.36º | 0.95% | 0.8% | - |
| XYZ | 27.9 | 13.3 | 57.6 | - |
| YUV | 80.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 203 | 0.15 | 0.95 | 0 | 0.20 | 290.36 | 0.91 | 0.42 |
| Hex | AC | A | CB | F | 5F | 0 | 14 | 122 | 5B | 2A |
| Octal | 254 | 12 | 313 | 17 | 137 | 0 | 24 | 442 | 133 | 52 |
| Binary | 10101100 | 1010 | 11001011 | 1111 | 1011111 | 0 | 10100 | 100100010 | 1011011 | 101010 |
Color Harmonies of #AC0ACB
Complementary color
Monochromatic Colors of #AC0ACB
Black with #AC0ACB
Text Example
Text Example
White with #AC0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ACB; }
p { color: rgb(172,10,203); }
H1.HeaderClassName
{
color: #AC0ACB;
}
.AnyTagClassName
{
color: #AC0ACB;
}
</style>
background-color css
<style>
a { background-color: #AC0ACB; }
a { background-color: rgb(172,10,203); }
div.DivClassName
{
background-color: #AC0ACB;
}
.BgClassName
{
background-color: #AC0ACB;
}
</style>
border-color css
<style>
span { border-color: #AC0ACB; }
span { border-color: rgb(172,10,203); }
td.TdClassName
{
border-color: #AC0ACB;
}
.TagClassName
{
border-color: #AC0ACB;
}
</style>