Shades of Violet Blue #A973A6
Tints of Violet Blue #A973A6
RGB
CMYK
RGB Variations
Color information
#A973A6 (or 0xA973A6) is known color: Violet Blue. HEX triplet: A9, 73 and A6. RGB value is (169,115,166). Sum of RGB (Red+Green+Blue) = 169+115+166=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A6 is #568C59. Grayscale: #888888. Windows color (decimal): -5672026 or 10908585. OLE color: 10908585.
HSL color Cylindrical-coordinate representation of color #A973A6: hue angle of 303.33º 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 #A973A6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 166 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.34 |
| HSL | 303.33º | 0.24% | 0.56% | - |
| HSV(B) | 303.33º | 0.32% | 0.66% | - |
| XYZ | 29.38 | 23.45 | 39.05 | - |
| YUV | 136.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 166 | 0 | 0.32 | 0.02 | 0.34 | 303.33 | 0.24 | 0.56 |
| Hex | A9 | 73 | A6 | 0 | 20 | 2 | 22 | 12F | 18 | 38 |
| Octal | 251 | 163 | 246 | 0 | 40 | 2 | 42 | 457 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10100110 | 0 | 100000 | 10 | 100010 | 100101111 | 11000 | 111000 |
Color Harmonies of #A973A6
Complementary color
Monochromatic Colors of #A973A6
Black with #A973A6
Text Example
Text Example
White with #A973A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973A6; }
p { color: rgb(169,115,166); }
H1.HeaderClassName
{
color: #A973A6;
}
.AnyTagClassName
{
color: #A973A6;
}
</style>
background-color css
<style>
a { background-color: #A973A6; }
a { background-color: rgb(169,115,166); }
div.DivClassName
{
background-color: #A973A6;
}
.BgClassName
{
background-color: #A973A6;
}
</style>
border-color css
<style>
span { border-color: #A973A6; }
span { border-color: rgb(169,115,166); }
td.TdClassName
{
border-color: #A973A6;
}
.TagClassName
{
border-color: #A973A6;
}
</style>