Shades of Violet Blue #A978AF
Tints of Violet Blue #A978AF
RGB
CMYK
RGB Variations
Color information
#A978AF (or 0xA978AF) is known color: Violet Blue. HEX triplet: A9, 78 and AF. RGB value is (169,120,175). Sum of RGB (Red+Green+Blue) = 169+120+175=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #A978AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AF is #568750. Grayscale: #8C8C8C. Windows color (decimal): -5670737 or 11499689. OLE color: 11499689.
HSL color Cylindrical-coordinate representation of color #A978AF: hue angle of 293.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A978AF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 120 | 175 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.31 |
| HSL | 293.45º | 0.26% | 0.58% | - |
| HSV(B) | 293.45º | 0.31% | 0.69% | - |
| XYZ | 30.82 | 24.96 | 43.75 | - |
| YUV | 140.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 175 | 0.03 | 0.31 | 0 | 0.31 | 293.45 | 0.26 | 0.58 |
| Hex | A9 | 78 | AF | 3 | 1F | 0 | 1F | 125 | 1A | 3A |
| Octal | 251 | 170 | 257 | 3 | 37 | 0 | 37 | 445 | 32 | 72 |
| Binary | 10101001 | 1111000 | 10101111 | 11 | 11111 | 0 | 11111 | 100100101 | 11010 | 111010 |
Color Harmonies of #A978AF
Complementary color
Monochromatic Colors of #A978AF
Black with #A978AF
Text Example
Text Example
White with #A978AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978AF; }
p { color: rgb(169,120,175); }
H1.HeaderClassName
{
color: #A978AF;
}
.AnyTagClassName
{
color: #A978AF;
}
</style>
background-color css
<style>
a { background-color: #A978AF; }
a { background-color: rgb(169,120,175); }
div.DivClassName
{
background-color: #A978AF;
}
.BgClassName
{
background-color: #A978AF;
}
</style>
border-color css
<style>
span { border-color: #A978AF; }
span { border-color: rgb(169,120,175); }
td.TdClassName
{
border-color: #A978AF;
}
.TagClassName
{
border-color: #A978AF;
}
</style>