Shades of Violet Blue #A975B1
Tints of Violet Blue #A975B1
RGB
CMYK
RGB Variations
Color information
#A975B1 (or 0xA975B1) is known color: Violet Blue. HEX triplet: A9, 75 and B1. RGB value is (169,117,177). Sum of RGB (Red+Green+Blue) = 169+117+177=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #A975B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975B1 is #568A4E. Grayscale: #8B8B8B. Windows color (decimal): -5671503 or 11629993. OLE color: 11629993.
HSL color Cylindrical-coordinate representation of color #A975B1: hue angle of 292º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A975B1 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 117 | 177 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.31 |
| HSL | 292º | 0.28% | 0.58% | - |
| HSV(B) | 292º | 0.34% | 0.69% | - |
| XYZ | 30.66 | 24.33 | 44.68 | - |
| YUV | 139.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 177 | 0.05 | 0.34 | 0 | 0.31 | 292 | 0.28 | 0.58 |
| Hex | A9 | 75 | B1 | 5 | 22 | 0 | 1F | 124 | 1C | 3A |
| Octal | 251 | 165 | 261 | 5 | 42 | 0 | 37 | 444 | 34 | 72 |
| Binary | 10101001 | 1110101 | 10110001 | 101 | 100010 | 0 | 11111 | 100100100 | 11100 | 111010 |
Color Harmonies of #A975B1
Complementary color
Monochromatic Colors of #A975B1
Black with #A975B1
Text Example
Text Example
White with #A975B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975B1; }
p { color: rgb(169,117,177); }
H1.HeaderClassName
{
color: #A975B1;
}
.AnyTagClassName
{
color: #A975B1;
}
</style>
background-color css
<style>
a { background-color: #A975B1; }
a { background-color: rgb(169,117,177); }
div.DivClassName
{
background-color: #A975B1;
}
.BgClassName
{
background-color: #A975B1;
}
</style>
border-color css
<style>
span { border-color: #A975B1; }
span { border-color: rgb(169,117,177); }
td.TdClassName
{
border-color: #A975B1;
}
.TagClassName
{
border-color: #A975B1;
}
</style>