Shades of Violet Blue #AC77AE
Tints of Violet Blue #AC77AE
RGB
CMYK
RGB Variations
Color information
#AC77AE (or 0xAC77AE) is known color: Violet Blue. HEX triplet: AC, 77 and AE. RGB value is (172,119,174). Sum of RGB (Red+Green+Blue) = 172+119+174=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AE is #538851. Grayscale: #8C8C8C. Windows color (decimal): -5474386 or 11433900. OLE color: 11433900.
HSL color Cylindrical-coordinate representation of color #AC77AE: hue angle of 297.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC77AE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 119 | 174 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.32 |
| HSL | 297.82º | 0.25% | 0.57% | - |
| HSV(B) | 297.82º | 0.32% | 0.68% | - |
| XYZ | 31.25 | 25.02 | 43.23 | - |
| YUV | 141.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 174 | 0.01 | 0.32 | 0 | 0.32 | 297.82 | 0.25 | 0.57 |
| Hex | AC | 77 | AE | 1 | 20 | 0 | 20 | 12A | 19 | 39 |
| Octal | 254 | 167 | 256 | 1 | 40 | 0 | 40 | 452 | 31 | 71 |
| Binary | 10101100 | 1110111 | 10101110 | 1 | 100000 | 0 | 100000 | 100101010 | 11001 | 111001 |
Color Harmonies of #AC77AE
Complementary color
Monochromatic Colors of #AC77AE
Black with #AC77AE
Text Example
Text Example
White with #AC77AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77AE; }
p { color: rgb(172,119,174); }
H1.HeaderClassName
{
color: #AC77AE;
}
.AnyTagClassName
{
color: #AC77AE;
}
</style>
background-color css
<style>
a { background-color: #AC77AE; }
a { background-color: rgb(172,119,174); }
div.DivClassName
{
background-color: #AC77AE;
}
.BgClassName
{
background-color: #AC77AE;
}
</style>
border-color css
<style>
span { border-color: #AC77AE; }
span { border-color: rgb(172,119,174); }
td.TdClassName
{
border-color: #AC77AE;
}
.TagClassName
{
border-color: #AC77AE;
}
</style>