Shades of Violet Blue #A970A6
Tints of Violet Blue #A970A6
RGB
CMYK
RGB Variations
Color information
#A970A6 (or 0xA970A6) is known color: Violet Blue. HEX triplet: A9, 70 and A6. RGB value is (169,112,166). Sum of RGB (Red+Green+Blue) = 169+112+166=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A970A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970A6 is #568F59. Grayscale: #878787. Windows color (decimal): -5672794 or 10907817. OLE color: 10907817.
HSL color Cylindrical-coordinate representation of color #A970A6: hue angle of 303.16º 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 #A970A6 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 166 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.34 |
| HSL | 303.16º | 0.25% | 0.55% | - |
| HSV(B) | 303.16º | 0.34% | 0.66% | - |
| XYZ | 29.04 | 22.78 | 38.94 | - |
| YUV | 135.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 166 | 0 | 0.34 | 0.02 | 0.34 | 303.16 | 0.25 | 0.55 |
| Hex | A9 | 70 | A6 | 0 | 22 | 2 | 22 | 12F | 19 | 37 |
| Octal | 251 | 160 | 246 | 0 | 42 | 2 | 42 | 457 | 31 | 67 |
| Binary | 10101001 | 1110000 | 10100110 | 0 | 100010 | 10 | 100010 | 100101111 | 11001 | 110111 |
Color Harmonies of #A970A6
Complementary color
Monochromatic Colors of #A970A6
Black with #A970A6
Text Example
Text Example
White with #A970A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970A6; }
p { color: rgb(169,112,166); }
H1.HeaderClassName
{
color: #A970A6;
}
.AnyTagClassName
{
color: #A970A6;
}
</style>
background-color css
<style>
a { background-color: #A970A6; }
a { background-color: rgb(169,112,166); }
div.DivClassName
{
background-color: #A970A6;
}
.BgClassName
{
background-color: #A970A6;
}
</style>
border-color css
<style>
span { border-color: #A970A6; }
span { border-color: rgb(169,112,166); }
td.TdClassName
{
border-color: #A970A6;
}
.TagClassName
{
border-color: #A970A6;
}
</style>