Shades of Violet Blue #AC76AB
Tints of Violet Blue #AC76AB
RGB
CMYK
RGB Variations
Color information
#AC76AB (or 0xAC76AB) is known color: Violet Blue. HEX triplet: AC, 76 and AB. RGB value is (172,118,171). Sum of RGB (Red+Green+Blue) = 172+118+171=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76AB is #538954. Grayscale: #8C8C8C. Windows color (decimal): -5474645 or 11237036. OLE color: 11237036.
HSL color Cylindrical-coordinate representation of color #AC76AB: hue angle of 301.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC76AB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 171 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.33 |
| HSL | 301.11º | 0.25% | 0.57% | - |
| HSV(B) | 301.11º | 0.31% | 0.67% | - |
| XYZ | 30.84 | 24.67 | 41.66 | - |
| YUV | 140.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 171 | 0 | 0.31 | 0.01 | 0.33 | 301.11 | 0.25 | 0.57 |
| Hex | AC | 76 | AB | 0 | 1F | 1 | 21 | 12D | 19 | 39 |
| Octal | 254 | 166 | 253 | 0 | 37 | 1 | 41 | 455 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10101011 | 0 | 11111 | 1 | 100001 | 100101101 | 11001 | 111001 |
Color Harmonies of #AC76AB
Complementary color
Monochromatic Colors of #AC76AB
Black with #AC76AB
Text Example
Text Example
White with #AC76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76AB; }
p { color: rgb(172,118,171); }
H1.HeaderClassName
{
color: #AC76AB;
}
.AnyTagClassName
{
color: #AC76AB;
}
</style>
background-color css
<style>
a { background-color: #AC76AB; }
a { background-color: rgb(172,118,171); }
div.DivClassName
{
background-color: #AC76AB;
}
.BgClassName
{
background-color: #AC76AB;
}
</style>
border-color css
<style>
span { border-color: #AC76AB; }
span { border-color: rgb(172,118,171); }
td.TdClassName
{
border-color: #AC76AB;
}
.TagClassName
{
border-color: #AC76AB;
}
</style>