Shades of Violet Blue #A974AB
Tints of Violet Blue #A974AB
RGB
CMYK
RGB Variations
Color information
#A974AB (or 0xA974AB) is known color: Violet Blue. HEX triplet: A9, 74 and AB. RGB value is (169,116,171). Sum of RGB (Red+Green+Blue) = 169+116+171=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A974AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A974AB is #568B54. Grayscale: #898989. Windows color (decimal): -5671765 or 11236521. OLE color: 11236521.
HSL color Cylindrical-coordinate representation of color #A974AB: hue angle of 297.82º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A974AB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 116 | 171 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.33 |
| HSL | 297.82º | 0.25% | 0.56% | - |
| HSV(B) | 297.82º | 0.32% | 0.67% | - |
| XYZ | 29.96 | 23.87 | 41.56 | - |
| YUV | 138.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 171 | 0.01 | 0.32 | 0 | 0.33 | 297.82 | 0.25 | 0.56 |
| Hex | A9 | 74 | AB | 1 | 20 | 0 | 21 | 12A | 19 | 38 |
| Octal | 251 | 164 | 253 | 1 | 40 | 0 | 41 | 452 | 31 | 70 |
| Binary | 10101001 | 1110100 | 10101011 | 1 | 100000 | 0 | 100001 | 100101010 | 11001 | 111000 |
Color Harmonies of #A974AB
Complementary color
Monochromatic Colors of #A974AB
Black with #A974AB
Text Example
Text Example
White with #A974AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A974AB; }
p { color: rgb(169,116,171); }
H1.HeaderClassName
{
color: #A974AB;
}
.AnyTagClassName
{
color: #A974AB;
}
</style>
background-color css
<style>
a { background-color: #A974AB; }
a { background-color: rgb(169,116,171); }
div.DivClassName
{
background-color: #A974AB;
}
.BgClassName
{
background-color: #A974AB;
}
</style>
border-color css
<style>
span { border-color: #A974AB; }
span { border-color: rgb(169,116,171); }
td.TdClassName
{
border-color: #A974AB;
}
.TagClassName
{
border-color: #A974AB;
}
</style>