Shades of Violet Blue #A974A3
Tints of Violet Blue #A974A3
RGB
CMYK
RGB Variations
Color information
#A974A3 (or 0xA974A3) is known color: Violet Blue. HEX triplet: A9, 74 and A3. RGB value is (169,116,163). Sum of RGB (Red+Green+Blue) = 169+116+163=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A974A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A974A3 is #568B5C. Grayscale: #898989. Windows color (decimal): -5671773 or 10712233. OLE color: 10712233.
HSL color Cylindrical-coordinate representation of color #A974A3: hue angle of 306.79º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A974A3 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 163 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.34 |
| HSL | 306.79º | 0.24% | 0.56% | - |
| HSV(B) | 306.79º | 0.31% | 0.66% | - |
| XYZ | 29.22 | 23.57 | 37.66 | - |
| YUV | 137.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 163 | 0 | 0.31 | 0.04 | 0.34 | 306.79 | 0.24 | 0.56 |
| Hex | A9 | 74 | A3 | 0 | 1F | 4 | 22 | 133 | 18 | 38 |
| Octal | 251 | 164 | 243 | 0 | 37 | 4 | 42 | 463 | 30 | 70 |
| Binary | 10101001 | 1110100 | 10100011 | 0 | 11111 | 100 | 100010 | 100110011 | 11000 | 111000 |
Color Harmonies of #A974A3
Complementary color
Monochromatic Colors of #A974A3
Black with #A974A3
Text Example
Text Example
White with #A974A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A974A3; }
p { color: rgb(169,116,163); }
H1.HeaderClassName
{
color: #A974A3;
}
.AnyTagClassName
{
color: #A974A3;
}
</style>
background-color css
<style>
a { background-color: #A974A3; }
a { background-color: rgb(169,116,163); }
div.DivClassName
{
background-color: #A974A3;
}
.BgClassName
{
background-color: #A974A3;
}
</style>
border-color css
<style>
span { border-color: #A974A3; }
span { border-color: rgb(169,116,163); }
td.TdClassName
{
border-color: #A974A3;
}
.TagClassName
{
border-color: #A974A3;
}
</style>