Shades of Violet Blue #A779AD
Tints of Violet Blue #A779AD
RGB
CMYK
RGB Variations
Color information
#A779AD (or 0xA779AD) is known color: Violet Blue. HEX triplet: A7, 79 and AD. RGB value is (167,121,173). Sum of RGB (Red+Green+Blue) = 167+121+173=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A779AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779AD is #588652. Grayscale: #8C8C8C. Windows color (decimal): -5801555 or 11368871. OLE color: 11368871.
HSL color Cylindrical-coordinate representation of color #A779AD: hue angle of 293.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A779AD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 121 | 173 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.32 |
| HSL | 293.08º | 0.24% | 0.58% | - |
| HSV(B) | 293.08º | 0.3% | 0.68% | - |
| XYZ | 30.32 | 24.91 | 42.74 | - |
| YUV | 140.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 173 | 0.03 | 0.30 | 0 | 0.32 | 293.08 | 0.24 | 0.58 |
| Hex | A7 | 79 | AD | 3 | 1E | 0 | 20 | 125 | 18 | 3A |
| Octal | 247 | 171 | 255 | 3 | 36 | 0 | 40 | 445 | 30 | 72 |
| Binary | 10100111 | 1111001 | 10101101 | 11 | 11110 | 0 | 100000 | 100100101 | 11000 | 111010 |
Color Harmonies of #A779AD
Complementary color
Monochromatic Colors of #A779AD
Black with #A779AD
Text Example
Text Example
White with #A779AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A779AD; }
p { color: rgb(167,121,173); }
H1.HeaderClassName
{
color: #A779AD;
}
.AnyTagClassName
{
color: #A779AD;
}
</style>
background-color css
<style>
a { background-color: #A779AD; }
a { background-color: rgb(167,121,173); }
div.DivClassName
{
background-color: #A779AD;
}
.BgClassName
{
background-color: #A779AD;
}
</style>
border-color css
<style>
span { border-color: #A779AD; }
span { border-color: rgb(167,121,173); }
td.TdClassName
{
border-color: #A779AD;
}
.TagClassName
{
border-color: #A779AD;
}
</style>