Shades of Violet Blue #A771A2
Tints of Violet Blue #A771A2
RGB
CMYK
RGB Variations
Color information
#A771A2 (or 0xA771A2) is known color: Violet Blue. HEX triplet: A7, 71 and A2. RGB value is (167,113,162). Sum of RGB (Red+Green+Blue) = 167+113+162=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A771A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A771A2 is #588E5D. Grayscale: #868686. Windows color (decimal): -5803614 or 10645927. OLE color: 10645927.
HSL color Cylindrical-coordinate representation of color #A771A2: hue angle of 305.56º 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 #A771A2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 162 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.35 |
| HSL | 305.56º | 0.23% | 0.55% | - |
| HSV(B) | 305.56º | 0.32% | 0.65% | - |
| XYZ | 28.36 | 22.63 | 37.06 | - |
| YUV | 134.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 162 | 0 | 0.32 | 0.03 | 0.35 | 305.56 | 0.23 | 0.55 |
| Hex | A7 | 71 | A2 | 0 | 20 | 3 | 23 | 132 | 17 | 37 |
| Octal | 247 | 161 | 242 | 0 | 40 | 3 | 43 | 462 | 27 | 67 |
| Binary | 10100111 | 1110001 | 10100010 | 0 | 100000 | 11 | 100011 | 100110010 | 10111 | 110111 |
Color Harmonies of #A771A2
Complementary color
Monochromatic Colors of #A771A2
Black with #A771A2
Text Example
Text Example
White with #A771A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A771A2; }
p { color: rgb(167,113,162); }
H1.HeaderClassName
{
color: #A771A2;
}
.AnyTagClassName
{
color: #A771A2;
}
</style>
background-color css
<style>
a { background-color: #A771A2; }
a { background-color: rgb(167,113,162); }
div.DivClassName
{
background-color: #A771A2;
}
.BgClassName
{
background-color: #A771A2;
}
</style>
border-color css
<style>
span { border-color: #A771A2; }
span { border-color: rgb(167,113,162); }
td.TdClassName
{
border-color: #A771A2;
}
.TagClassName
{
border-color: #A771A2;
}
</style>