Shades of Violet Blue #A970B1
Tints of Violet Blue #A970B1
RGB
CMYK
RGB Variations
Color information
#A970B1 (or 0xA970B1) is known color: Violet Blue. HEX triplet: A9, 70 and B1. RGB value is (169,112,177). Sum of RGB (Red+Green+Blue) = 169+112+177=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #A970B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970B1 is #568F4E. Grayscale: #888888. Windows color (decimal): -5672783 or 11628713. OLE color: 11628713.
HSL color Cylindrical-coordinate representation of color #A970B1: hue angle of 292.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A970B1 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 112 | 177 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.31 |
| HSL | 292.62º | 0.29% | 0.57% | - |
| HSV(B) | 292.62º | 0.37% | 0.69% | - |
| XYZ | 30.09 | 23.2 | 44.49 | - |
| YUV | 136.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 177 | 0.05 | 0.37 | 0 | 0.31 | 292.62 | 0.29 | 0.57 |
| Hex | A9 | 70 | B1 | 5 | 25 | 0 | 1F | 125 | 1D | 39 |
| Octal | 251 | 160 | 261 | 5 | 45 | 0 | 37 | 445 | 35 | 71 |
| Binary | 10101001 | 1110000 | 10110001 | 101 | 100101 | 0 | 11111 | 100100101 | 11101 | 111001 |
Color Harmonies of #A970B1
Complementary color
Monochromatic Colors of #A970B1
Black with #A970B1
Text Example
Text Example
White with #A970B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970B1; }
p { color: rgb(169,112,177); }
H1.HeaderClassName
{
color: #A970B1;
}
.AnyTagClassName
{
color: #A970B1;
}
</style>
background-color css
<style>
a { background-color: #A970B1; }
a { background-color: rgb(169,112,177); }
div.DivClassName
{
background-color: #A970B1;
}
.BgClassName
{
background-color: #A970B1;
}
</style>
border-color css
<style>
span { border-color: #A970B1; }
span { border-color: rgb(169,112,177); }
td.TdClassName
{
border-color: #A970B1;
}
.TagClassName
{
border-color: #A970B1;
}
</style>