Shades of Violet Blue #AC77AB
Tints of Violet Blue #AC77AB
RGB
CMYK
RGB Variations
Color information
#AC77AB (or 0xAC77AB) is known color: Violet Blue. HEX triplet: AC, 77 and AB. RGB value is (172,119,171). Sum of RGB (Red+Green+Blue) = 172+119+171=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AB is #538854. Grayscale: #8C8C8C. Windows color (decimal): -5474389 or 11237292. OLE color: 11237292.
HSL color Cylindrical-coordinate representation of color #AC77AB: hue angle of 301.13º degrees, saturation: 0.24, 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 #AC77AB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 171 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.33 |
| HSL | 301.13º | 0.24% | 0.57% | - |
| HSV(B) | 301.13º | 0.31% | 0.67% | - |
| XYZ | 30.96 | 24.9 | 41.7 | - |
| YUV | 140.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 171 | 0 | 0.31 | 0.01 | 0.33 | 301.13 | 0.24 | 0.57 |
| Hex | AC | 77 | AB | 0 | 1F | 1 | 21 | 12D | 18 | 39 |
| Octal | 254 | 167 | 253 | 0 | 37 | 1 | 41 | 455 | 30 | 71 |
| Binary | 10101100 | 1110111 | 10101011 | 0 | 11111 | 1 | 100001 | 100101101 | 11000 | 111001 |
Color Harmonies of #AC77AB
Complementary color
Monochromatic Colors of #AC77AB
Black with #AC77AB
Text Example
Text Example
White with #AC77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77AB; }
p { color: rgb(172,119,171); }
H1.HeaderClassName
{
color: #AC77AB;
}
.AnyTagClassName
{
color: #AC77AB;
}
</style>
background-color css
<style>
a { background-color: #AC77AB; }
a { background-color: rgb(172,119,171); }
div.DivClassName
{
background-color: #AC77AB;
}
.BgClassName
{
background-color: #AC77AB;
}
</style>
border-color css
<style>
span { border-color: #AC77AB; }
span { border-color: rgb(172,119,171); }
td.TdClassName
{
border-color: #AC77AB;
}
.TagClassName
{
border-color: #AC77AB;
}
</style>