Shades of Violet Blue #A973A4
Tints of Violet Blue #A973A4
RGB
CMYK
RGB Variations
Color information
#A973A4 (or 0xA973A4) is known color: Violet Blue. HEX triplet: A9, 73 and A4. RGB value is (169,115,164). Sum of RGB (Red+Green+Blue) = 169+115+164=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A4 is #568C5B. Grayscale: #888888. Windows color (decimal): -5672028 or 10777513. OLE color: 10777513.
HSL color Cylindrical-coordinate representation of color #A973A4: hue angle of 305.56º 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 #A973A4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 164 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.34 |
| HSL | 305.56º | 0.24% | 0.56% | - |
| HSV(B) | 305.56º | 0.32% | 0.66% | - |
| XYZ | 29.19 | 23.38 | 38.1 | - |
| YUV | 136.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 164 | 0 | 0.32 | 0.03 | 0.34 | 305.56 | 0.24 | 0.56 |
| Hex | A9 | 73 | A4 | 0 | 20 | 3 | 22 | 132 | 18 | 38 |
| Octal | 251 | 163 | 244 | 0 | 40 | 3 | 42 | 462 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10100100 | 0 | 100000 | 11 | 100010 | 100110010 | 11000 | 111000 |
Color Harmonies of #A973A4
Complementary color
Monochromatic Colors of #A973A4
Black with #A973A4
Text Example
Text Example
White with #A973A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973A4; }
p { color: rgb(169,115,164); }
H1.HeaderClassName
{
color: #A973A4;
}
.AnyTagClassName
{
color: #A973A4;
}
</style>
background-color css
<style>
a { background-color: #A973A4; }
a { background-color: rgb(169,115,164); }
div.DivClassName
{
background-color: #A973A4;
}
.BgClassName
{
background-color: #A973A4;
}
</style>
border-color css
<style>
span { border-color: #A973A4; }
span { border-color: rgb(169,115,164); }
td.TdClassName
{
border-color: #A973A4;
}
.TagClassName
{
border-color: #A973A4;
}
</style>