Shades of Violet Blue #A771A0
Tints of Violet Blue #A771A0
RGB
CMYK
RGB Variations
Color information
#A771A0 (or 0xA771A0) is known color: Violet Blue. HEX triplet: A7, 71 and A0. RGB value is (167,113,160). Sum of RGB (Red+Green+Blue) = 167+113+160=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A771A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A771A0 is #588E5F. Grayscale: #868686. Windows color (decimal): -5803616 or 10514855. OLE color: 10514855.
HSL color Cylindrical-coordinate representation of color #A771A0: hue angle of 307.78º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A771A0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 160 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.35 |
| HSL | 307.78º | 0.23% | 0.55% | - |
| HSV(B) | 307.78º | 0.32% | 0.65% | - |
| XYZ | 28.19 | 22.56 | 36.13 | - |
| YUV | 134.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 160 | 0 | 0.32 | 0.04 | 0.35 | 307.78 | 0.23 | 0.55 |
| Hex | A7 | 71 | A0 | 0 | 20 | 4 | 23 | 134 | 17 | 37 |
| Octal | 247 | 161 | 240 | 0 | 40 | 4 | 43 | 464 | 27 | 67 |
| Binary | 10100111 | 1110001 | 10100000 | 0 | 100000 | 100 | 100011 | 100110100 | 10111 | 110111 |
Color Harmonies of #A771A0
Complementary color
Monochromatic Colors of #A771A0
Black with #A771A0
Text Example
Text Example
White with #A771A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A771A0; }
p { color: rgb(167,113,160); }
H1.HeaderClassName
{
color: #A771A0;
}
.AnyTagClassName
{
color: #A771A0;
}
</style>
background-color css
<style>
a { background-color: #A771A0; }
a { background-color: rgb(167,113,160); }
div.DivClassName
{
background-color: #A771A0;
}
.BgClassName
{
background-color: #A771A0;
}
</style>
border-color css
<style>
span { border-color: #A771A0; }
span { border-color: rgb(167,113,160); }
td.TdClassName
{
border-color: #A771A0;
}
.TagClassName
{
border-color: #A771A0;
}
</style>