Shades of Violet Blue #A77AAB
Tints of Violet Blue #A77AAB
RGB
CMYK
RGB Variations
Color information
#A77AAB (or 0xA77AAB) is known color: Violet Blue. HEX triplet: A7, 7A and AB. RGB value is (167,122,171). Sum of RGB (Red+Green+Blue) = 167+122+171=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A77AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77AAB is #588554. Grayscale: #8C8C8C. Windows color (decimal): -5801301 or 11238055. OLE color: 11238055.
HSL color Cylindrical-coordinate representation of color #A77AAB: hue angle of 295.1º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77AAB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 122 | 171 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.33 |
| HSL | 295.1º | 0.23% | 0.57% | - |
| HSV(B) | 295.1º | 0.29% | 0.67% | - |
| XYZ | 30.25 | 25.07 | 41.77 | - |
| YUV | 141.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 171 | 0.02 | 0.29 | 0 | 0.33 | 295.1 | 0.23 | 0.57 |
| Hex | A7 | 7A | AB | 2 | 1D | 0 | 21 | 127 | 17 | 39 |
| Octal | 247 | 172 | 253 | 2 | 35 | 0 | 41 | 447 | 27 | 71 |
| Binary | 10100111 | 1111010 | 10101011 | 10 | 11101 | 0 | 100001 | 100100111 | 10111 | 111001 |
Color Harmonies of #A77AAB
Complementary color
Monochromatic Colors of #A77AAB
Black with #A77AAB
Text Example
Text Example
White with #A77AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AAB; }
p { color: rgb(167,122,171); }
H1.HeaderClassName
{
color: #A77AAB;
}
.AnyTagClassName
{
color: #A77AAB;
}
</style>
background-color css
<style>
a { background-color: #A77AAB; }
a { background-color: rgb(167,122,171); }
div.DivClassName
{
background-color: #A77AAB;
}
.BgClassName
{
background-color: #A77AAB;
}
</style>
border-color css
<style>
span { border-color: #A77AAB; }
span { border-color: rgb(167,122,171); }
td.TdClassName
{
border-color: #A77AAB;
}
.TagClassName
{
border-color: #A77AAB;
}
</style>