Shades of Violet Blue #A975A6
Tints of Violet Blue #A975A6
RGB
CMYK
RGB Variations
Color information
#A975A6 (or 0xA975A6) is known color: Violet Blue. HEX triplet: A9, 75 and A6. RGB value is (169,117,166). Sum of RGB (Red+Green+Blue) = 169+117+166=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A975A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975A6 is #568A59. Grayscale: #898989. Windows color (decimal): -5671514 or 10909097. OLE color: 10909097.
HSL color Cylindrical-coordinate representation of color #A975A6: hue angle of 303.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A975A6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 166 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.34 |
| HSL | 303.46º | 0.23% | 0.56% | - |
| HSV(B) | 303.46º | 0.31% | 0.66% | - |
| XYZ | 29.61 | 23.91 | 39.13 | - |
| YUV | 138.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 166 | 0 | 0.31 | 0.02 | 0.34 | 303.46 | 0.23 | 0.56 |
| Hex | A9 | 75 | A6 | 0 | 1F | 2 | 22 | 12F | 17 | 38 |
| Octal | 251 | 165 | 246 | 0 | 37 | 2 | 42 | 457 | 27 | 70 |
| Binary | 10101001 | 1110101 | 10100110 | 0 | 11111 | 10 | 100010 | 100101111 | 10111 | 111000 |
Color Harmonies of #A975A6
Complementary color
Monochromatic Colors of #A975A6
Black with #A975A6
Text Example
Text Example
White with #A975A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975A6; }
p { color: rgb(169,117,166); }
H1.HeaderClassName
{
color: #A975A6;
}
.AnyTagClassName
{
color: #A975A6;
}
</style>
background-color css
<style>
a { background-color: #A975A6; }
a { background-color: rgb(169,117,166); }
div.DivClassName
{
background-color: #A975A6;
}
.BgClassName
{
background-color: #A975A6;
}
</style>
border-color css
<style>
span { border-color: #A975A6; }
span { border-color: rgb(169,117,166); }
td.TdClassName
{
border-color: #A975A6;
}
.TagClassName
{
border-color: #A975A6;
}
</style>