Shades of Violet Blue #A973AB
Tints of Violet Blue #A973AB
RGB
CMYK
RGB Variations
Color information
#A973AB (or 0xA973AB) is known color: Violet Blue. HEX triplet: A9, 73 and AB. RGB value is (169,115,171). Sum of RGB (Red+Green+Blue) = 169+115+171=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A973AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973AB is #568C54. Grayscale: #898989. Windows color (decimal): -5672021 or 11236265. OLE color: 11236265.
HSL color Cylindrical-coordinate representation of color #A973AB: hue angle of 297.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A973AB is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 115 | 171 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.33 |
| HSL | 297.86º | 0.25% | 0.56% | - |
| HSV(B) | 297.86º | 0.33% | 0.67% | - |
| XYZ | 29.84 | 23.64 | 41.52 | - |
| YUV | 137.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 171 | 0.01 | 0.33 | 0 | 0.33 | 297.86 | 0.25 | 0.56 |
| Hex | A9 | 73 | AB | 1 | 21 | 0 | 21 | 12A | 19 | 38 |
| Octal | 251 | 163 | 253 | 1 | 41 | 0 | 41 | 452 | 31 | 70 |
| Binary | 10101001 | 1110011 | 10101011 | 1 | 100001 | 0 | 100001 | 100101010 | 11001 | 111000 |
Color Harmonies of #A973AB
Complementary color
Monochromatic Colors of #A973AB
Black with #A973AB
Text Example
Text Example
White with #A973AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973AB; }
p { color: rgb(169,115,171); }
H1.HeaderClassName
{
color: #A973AB;
}
.AnyTagClassName
{
color: #A973AB;
}
</style>
background-color css
<style>
a { background-color: #A973AB; }
a { background-color: rgb(169,115,171); }
div.DivClassName
{
background-color: #A973AB;
}
.BgClassName
{
background-color: #A973AB;
}
</style>
border-color css
<style>
span { border-color: #A973AB; }
span { border-color: rgb(169,115,171); }
td.TdClassName
{
border-color: #A973AB;
}
.TagClassName
{
border-color: #A973AB;
}
</style>