Shades of Violet Blue #A779AC
Tints of Violet Blue #A779AC
RGB
CMYK
RGB Variations
Color information
#A779AC (or 0xA779AC) is known color: Violet Blue. HEX triplet: A7, 79 and AC. RGB value is (167,121,172). Sum of RGB (Red+Green+Blue) = 167+121+172=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A779AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779AC is #588653. Grayscale: #8C8C8C. Windows color (decimal): -5801556 or 11303335. OLE color: 11303335.
HSL color Cylindrical-coordinate representation of color #A779AC: hue angle of 294.12º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A779AC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 121 | 172 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.33 |
| HSL | 294.12º | 0.24% | 0.57% | - |
| HSV(B) | 294.12º | 0.3% | 0.67% | - |
| XYZ | 30.22 | 24.87 | 42.24 | - |
| YUV | 140.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 172 | 0.03 | 0.30 | 0 | 0.33 | 294.12 | 0.24 | 0.57 |
| Hex | A7 | 79 | AC | 3 | 1E | 0 | 21 | 126 | 18 | 39 |
| Octal | 247 | 171 | 254 | 3 | 36 | 0 | 41 | 446 | 30 | 71 |
| Binary | 10100111 | 1111001 | 10101100 | 11 | 11110 | 0 | 100001 | 100100110 | 11000 | 111001 |
Color Harmonies of #A779AC
Complementary color
Monochromatic Colors of #A779AC
Black with #A779AC
Text Example
Text Example
White with #A779AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A779AC; }
p { color: rgb(167,121,172); }
H1.HeaderClassName
{
color: #A779AC;
}
.AnyTagClassName
{
color: #A779AC;
}
</style>
background-color css
<style>
a { background-color: #A779AC; }
a { background-color: rgb(167,121,172); }
div.DivClassName
{
background-color: #A779AC;
}
.BgClassName
{
background-color: #A779AC;
}
</style>
border-color css
<style>
span { border-color: #A779AC; }
span { border-color: rgb(167,121,172); }
td.TdClassName
{
border-color: #A779AC;
}
.TagClassName
{
border-color: #A779AC;
}
</style>