Shades of Violet Blue #AC77AC
Tints of Violet Blue #AC77AC
RGB
CMYK
RGB Variations
Color information
#AC77AC (or 0xAC77AC) is known color: Violet Blue. HEX triplet: AC, 77 and AC. RGB value is (172,119,172). Sum of RGB (Red+Green+Blue) = 172+119+172=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AC is #538853. Grayscale: #8C8C8C. Windows color (decimal): -5474388 or 11302828. OLE color: 11302828.
HSL color Cylindrical-coordinate representation of color #AC77AC: hue angle of 300º 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 #AC77AC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 119 | 172 | - |
CMYK | 0 | 0.31 | 0 | 0.33 |
HSL | 300º | 0.24% | 0.57% | - |
HSV(B) | 300º | 0.31% | 0.67% | - |
XYZ | 31.06 | 24.94 | 42.21 | - |
YUV | 140.89 | 145.56 | 150.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 119 | 172 | 0 | 0.31 | 0 | 0.33 | 300 | 0.24 | 0.57 |
Hex | AC | 77 | AC | 0 | 1F | 0 | 21 | 12C | 18 | 39 |
Octal | 254 | 167 | 254 | 0 | 37 | 0 | 41 | 454 | 30 | 71 |
Binary | 10101100 | 1110111 | 10101100 | 0 | 11111 | 0 | 100001 | 100101100 | 11000 | 111001 |
Color Harmonies of #AC77AC
Complementary color
Monochromatic Colors of #AC77AC
Black with #AC77AC
Text Example
Text Example
White with #AC77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77AC; }
p { color: rgb(172,119,172); }
H1.HeaderClassName
{
color: #AC77AC;
}
.AnyTagClassName
{
color: #AC77AC;
}
</style>
background-color css
<style>
a { background-color: #AC77AC; }
a { background-color: rgb(172,119,172); }
div.DivClassName
{
background-color: #AC77AC;
}
.BgClassName
{
background-color: #AC77AC;
}
</style>
border-color css
<style>
span { border-color: #AC77AC; }
span { border-color: rgb(172,119,172); }
td.TdClassName
{
border-color: #AC77AC;
}
.TagClassName
{
border-color: #AC77AC;
}
</style>