Shades of Violet Blue #A973A3
Tints of Violet Blue #A973A3
RGB
CMYK
RGB Variations
Color information
#A973A3 (or 0xA973A3) is known color: Violet Blue. HEX triplet: A9, 73 and A3. RGB value is (169,115,163). Sum of RGB (Red+Green+Blue) = 169+115+163=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A3 is #568C5C. Grayscale: #888888. Windows color (decimal): -5672029 or 10711977. OLE color: 10711977.
HSL color Cylindrical-coordinate representation of color #A973A3: hue angle of 306.67º 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 #A973A3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 163 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.34 |
| HSL | 306.67º | 0.24% | 0.56% | - |
| HSV(B) | 306.67º | 0.32% | 0.66% | - |
| XYZ | 29.1 | 23.34 | 37.62 | - |
| YUV | 136.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 163 | 0 | 0.32 | 0.04 | 0.34 | 306.67 | 0.24 | 0.56 |
| Hex | A9 | 73 | A3 | 0 | 20 | 4 | 22 | 133 | 18 | 38 |
| Octal | 251 | 163 | 243 | 0 | 40 | 4 | 42 | 463 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10100011 | 0 | 100000 | 100 | 100010 | 100110011 | 11000 | 111000 |
Color Harmonies of #A973A3
Complementary color
Monochromatic Colors of #A973A3
Black with #A973A3
Text Example
Text Example
White with #A973A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973A3; }
p { color: rgb(169,115,163); }
H1.HeaderClassName
{
color: #A973A3;
}
.AnyTagClassName
{
color: #A973A3;
}
</style>
background-color css
<style>
a { background-color: #A973A3; }
a { background-color: rgb(169,115,163); }
div.DivClassName
{
background-color: #A973A3;
}
.BgClassName
{
background-color: #A973A3;
}
</style>
border-color css
<style>
span { border-color: #A973A3; }
span { border-color: rgb(169,115,163); }
td.TdClassName
{
border-color: #A973A3;
}
.TagClassName
{
border-color: #A973A3;
}
</style>