Shades of Violet Blue #A773A9
Tints of Violet Blue #A773A9
RGB
CMYK
RGB Variations
Color information
#A773A9 (or 0xA773A9) is known color: Violet Blue. HEX triplet: A7, 73 and A9. RGB value is (167,115,169). Sum of RGB (Red+Green+Blue) = 167+115+169=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 169 - color contains mainly: blue. Hex color #A773A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A773A9 is #588C56. Grayscale: #888888. Windows color (decimal): -5803095 or 11105191. OLE color: 11105191.
HSL color Cylindrical-coordinate representation of color #A773A9: hue angle of 297.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A773A9 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 115 | 169 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.34 |
| HSL | 297.78º | 0.24% | 0.56% | - |
| HSV(B) | 297.78º | 0.32% | 0.66% | - |
| XYZ | 29.23 | 23.34 | 40.5 | - |
| YUV | 136.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 169 | 0.01 | 0.32 | 0 | 0.34 | 297.78 | 0.24 | 0.56 |
| Hex | A7 | 73 | A9 | 1 | 20 | 0 | 22 | 12A | 18 | 38 |
| Octal | 247 | 163 | 251 | 1 | 40 | 0 | 42 | 452 | 30 | 70 |
| Binary | 10100111 | 1110011 | 10101001 | 1 | 100000 | 0 | 100010 | 100101010 | 11000 | 111000 |
Color Harmonies of #A773A9
Complementary color
Monochromatic Colors of #A773A9
Black with #A773A9
Text Example
Text Example
White with #A773A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773A9; }
p { color: rgb(167,115,169); }
H1.HeaderClassName
{
color: #A773A9;
}
.AnyTagClassName
{
color: #A773A9;
}
</style>
background-color css
<style>
a { background-color: #A773A9; }
a { background-color: rgb(167,115,169); }
div.DivClassName
{
background-color: #A773A9;
}
.BgClassName
{
background-color: #A773A9;
}
</style>
border-color css
<style>
span { border-color: #A773A9; }
span { border-color: rgb(167,115,169); }
td.TdClassName
{
border-color: #A773A9;
}
.TagClassName
{
border-color: #A773A9;
}
</style>