Shades of Violet Blue #A773AA
Tints of Violet Blue #A773AA
RGB
CMYK
RGB Variations
Color information
#A773AA (or 0xA773AA) is known color: Violet Blue. HEX triplet: A7, 73 and AA. RGB value is (167,115,170). Sum of RGB (Red+Green+Blue) = 167+115+170=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A773AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A773AA is #588C55. Grayscale: #888888. Windows color (decimal): -5803094 or 11170727. OLE color: 11170727.
HSL color Cylindrical-coordinate representation of color #A773AA: hue angle of 296.73º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A773AA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 115 | 170 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.33 |
| HSL | 296.73º | 0.24% | 0.56% | - |
| HSV(B) | 296.73º | 0.32% | 0.67% | - |
| XYZ | 29.32 | 23.38 | 41 | - |
| YUV | 136.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 170 | 0.02 | 0.32 | 0 | 0.33 | 296.73 | 0.24 | 0.56 |
| Hex | A7 | 73 | AA | 2 | 20 | 0 | 21 | 129 | 18 | 38 |
| Octal | 247 | 163 | 252 | 2 | 40 | 0 | 41 | 451 | 30 | 70 |
| Binary | 10100111 | 1110011 | 10101010 | 10 | 100000 | 0 | 100001 | 100101001 | 11000 | 111000 |
Color Harmonies of #A773AA
Complementary color
Monochromatic Colors of #A773AA
Black with #A773AA
Text Example
Text Example
White with #A773AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773AA; }
p { color: rgb(167,115,170); }
H1.HeaderClassName
{
color: #A773AA;
}
.AnyTagClassName
{
color: #A773AA;
}
</style>
background-color css
<style>
a { background-color: #A773AA; }
a { background-color: rgb(167,115,170); }
div.DivClassName
{
background-color: #A773AA;
}
.BgClassName
{
background-color: #A773AA;
}
</style>
border-color css
<style>
span { border-color: #A773AA; }
span { border-color: rgb(167,115,170); }
td.TdClassName
{
border-color: #A773AA;
}
.TagClassName
{
border-color: #A773AA;
}
</style>