Shades of Violet Blue #A973A5
Tints of Violet Blue #A973A5
RGB
CMYK
RGB Variations
Color information
#A973A5 (or 0xA973A5) is known color: Violet Blue. HEX triplet: A9, 73 and A5. RGB value is (169,115,165). Sum of RGB (Red+Green+Blue) = 169+115+165=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A5 is #568C5A. Grayscale: #888888. Windows color (decimal): -5672027 or 10843049. OLE color: 10843049.
HSL color Cylindrical-coordinate representation of color #A973A5: hue angle of 304.44º 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 #A973A5 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 165 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.34 |
| HSL | 304.44º | 0.24% | 0.56% | - |
| HSV(B) | 304.44º | 0.32% | 0.66% | - |
| XYZ | 29.28 | 23.41 | 38.57 | - |
| YUV | 136.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 165 | 0 | 0.32 | 0.02 | 0.34 | 304.44 | 0.24 | 0.56 |
| Hex | A9 | 73 | A5 | 0 | 20 | 2 | 22 | 130 | 18 | 38 |
| Octal | 251 | 163 | 245 | 0 | 40 | 2 | 42 | 460 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10100101 | 0 | 100000 | 10 | 100010 | 100110000 | 11000 | 111000 |
Color Harmonies of #A973A5
Complementary color
Monochromatic Colors of #A973A5
Black with #A973A5
Text Example
Text Example
White with #A973A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973A5; }
p { color: rgb(169,115,165); }
H1.HeaderClassName
{
color: #A973A5;
}
.AnyTagClassName
{
color: #A973A5;
}
</style>
background-color css
<style>
a { background-color: #A973A5; }
a { background-color: rgb(169,115,165); }
div.DivClassName
{
background-color: #A973A5;
}
.BgClassName
{
background-color: #A973A5;
}
</style>
border-color css
<style>
span { border-color: #A973A5; }
span { border-color: rgb(169,115,165); }
td.TdClassName
{
border-color: #A973A5;
}
.TagClassName
{
border-color: #A973A5;
}
</style>