Shades of Violet Blue #A970A1
Tints of Violet Blue #A970A1
RGB
CMYK
RGB Variations
Color information
#A970A1 (or 0xA970A1) is known color: Violet Blue. HEX triplet: A9, 70 and A1. RGB value is (169,112,161). Sum of RGB (Red+Green+Blue) = 169+112+161=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A970A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970A1 is #568F5E. Grayscale: #868686. Windows color (decimal): -5672799 or 10580137. OLE color: 10580137.
HSL color Cylindrical-coordinate representation of color #A970A1: hue angle of 308.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A970A1 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 161 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.34 |
| HSL | 308.42º | 0.25% | 0.55% | - |
| HSV(B) | 308.42º | 0.34% | 0.66% | - |
| XYZ | 28.59 | 22.6 | 36.57 | - |
| YUV | 134.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 161 | 0 | 0.34 | 0.05 | 0.34 | 308.42 | 0.25 | 0.55 |
| Hex | A9 | 70 | A1 | 0 | 22 | 5 | 22 | 134 | 19 | 37 |
| Octal | 251 | 160 | 241 | 0 | 42 | 5 | 42 | 464 | 31 | 67 |
| Binary | 10101001 | 1110000 | 10100001 | 0 | 100010 | 101 | 100010 | 100110100 | 11001 | 110111 |
Color Harmonies of #A970A1
Complementary color
Monochromatic Colors of #A970A1
Black with #A970A1
Text Example
Text Example
White with #A970A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970A1; }
p { color: rgb(169,112,161); }
H1.HeaderClassName
{
color: #A970A1;
}
.AnyTagClassName
{
color: #A970A1;
}
</style>
background-color css
<style>
a { background-color: #A970A1; }
a { background-color: rgb(169,112,161); }
div.DivClassName
{
background-color: #A970A1;
}
.BgClassName
{
background-color: #A970A1;
}
</style>
border-color css
<style>
span { border-color: #A970A1; }
span { border-color: rgb(169,112,161); }
td.TdClassName
{
border-color: #A970A1;
}
.TagClassName
{
border-color: #A970A1;
}
</style>