Shades of Violet Blue #A977AF
Tints of Violet Blue #A977AF
RGB
CMYK
RGB Variations
Color information
#A977AF (or 0xA977AF) is known color: Violet Blue. HEX triplet: A9, 77 and AF. RGB value is (169,119,175). Sum of RGB (Red+Green+Blue) = 169+119+175=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #A977AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977AF is #568850. Grayscale: #8C8C8C. Windows color (decimal): -5670993 or 11499433. OLE color: 11499433.
HSL color Cylindrical-coordinate representation of color #A977AF: hue angle of 293.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A977AF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 119 | 175 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.31 |
| HSL | 293.57º | 0.26% | 0.58% | - |
| HSV(B) | 293.57º | 0.32% | 0.69% | - |
| XYZ | 30.7 | 24.72 | 43.71 | - |
| YUV | 140.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 175 | 0.03 | 0.32 | 0 | 0.31 | 293.57 | 0.26 | 0.58 |
| Hex | A9 | 77 | AF | 3 | 20 | 0 | 1F | 126 | 1A | 3A |
| Octal | 251 | 167 | 257 | 3 | 40 | 0 | 37 | 446 | 32 | 72 |
| Binary | 10101001 | 1110111 | 10101111 | 11 | 100000 | 0 | 11111 | 100100110 | 11010 | 111010 |
Color Harmonies of #A977AF
Complementary color
Monochromatic Colors of #A977AF
Black with #A977AF
Text Example
Text Example
White with #A977AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977AF; }
p { color: rgb(169,119,175); }
H1.HeaderClassName
{
color: #A977AF;
}
.AnyTagClassName
{
color: #A977AF;
}
</style>
background-color css
<style>
a { background-color: #A977AF; }
a { background-color: rgb(169,119,175); }
div.DivClassName
{
background-color: #A977AF;
}
.BgClassName
{
background-color: #A977AF;
}
</style>
border-color css
<style>
span { border-color: #A977AF; }
span { border-color: rgb(169,119,175); }
td.TdClassName
{
border-color: #A977AF;
}
.TagClassName
{
border-color: #A977AF;
}
</style>