Shades of Violet Blue #A970B2
Tints of Violet Blue #A970B2
RGB
CMYK
RGB Variations
Color information
#A970B2 (or 0xA970B2) is known color: Violet Blue. HEX triplet: A9, 70 and B2. RGB value is (169,112,178). Sum of RGB (Red+Green+Blue) = 169+112+178=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #A970B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970B2 is #568F4D. Grayscale: #888888. Windows color (decimal): -5672782 or 11694249. OLE color: 11694249.
HSL color Cylindrical-coordinate representation of color #A970B2: hue angle of 291.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A970B2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 112 | 178 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.30 |
| HSL | 291.82º | 0.3% | 0.57% | - |
| HSV(B) | 291.82º | 0.37% | 0.7% | - |
| XYZ | 30.19 | 23.24 | 45.01 | - |
| YUV | 136.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 178 | 0.05 | 0.37 | 0 | 0.30 | 291.82 | 0.3 | 0.57 |
| Hex | A9 | 70 | B2 | 5 | 25 | 0 | 1E | 124 | 1E | 39 |
| Octal | 251 | 160 | 262 | 5 | 45 | 0 | 36 | 444 | 36 | 71 |
| Binary | 10101001 | 1110000 | 10110010 | 101 | 100101 | 0 | 11110 | 100100100 | 11110 | 111001 |
Color Harmonies of #A970B2
Complementary color
Monochromatic Colors of #A970B2
Black with #A970B2
Text Example
Text Example
White with #A970B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970B2; }
p { color: rgb(169,112,178); }
H1.HeaderClassName
{
color: #A970B2;
}
.AnyTagClassName
{
color: #A970B2;
}
</style>
background-color css
<style>
a { background-color: #A970B2; }
a { background-color: rgb(169,112,178); }
div.DivClassName
{
background-color: #A970B2;
}
.BgClassName
{
background-color: #A970B2;
}
</style>
border-color css
<style>
span { border-color: #A970B2; }
span { border-color: rgb(169,112,178); }
td.TdClassName
{
border-color: #A970B2;
}
.TagClassName
{
border-color: #A970B2;
}
</style>