Shades of Violet Blue #A970AD
Tints of Violet Blue #A970AD
RGB
CMYK
RGB Variations
Color information
#A970AD (or 0xA970AD) is known color: Violet Blue. HEX triplet: A9, 70 and AD. RGB value is (169,112,173). Sum of RGB (Red+Green+Blue) = 169+112+173=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A970AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970AD is #568F52. Grayscale: #878787. Windows color (decimal): -5672787 or 11366569. OLE color: 11366569.
HSL color Cylindrical-coordinate representation of color #A970AD: hue angle of 296.07º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A970AD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 112 | 173 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.32 |
| HSL | 296.07º | 0.27% | 0.56% | - |
| HSV(B) | 296.07º | 0.35% | 0.68% | - |
| XYZ | 29.7 | 23.04 | 42.42 | - |
| YUV | 136 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 173 | 0.02 | 0.35 | 0 | 0.32 | 296.07 | 0.27 | 0.56 |
| Hex | A9 | 70 | AD | 2 | 23 | 0 | 20 | 128 | 1B | 38 |
| Octal | 251 | 160 | 255 | 2 | 43 | 0 | 40 | 450 | 33 | 70 |
| Binary | 10101001 | 1110000 | 10101101 | 10 | 100011 | 0 | 100000 | 100101000 | 11011 | 111000 |
Color Harmonies of #A970AD
Complementary color
Monochromatic Colors of #A970AD
Black with #A970AD
Text Example
Text Example
White with #A970AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970AD; }
p { color: rgb(169,112,173); }
H1.HeaderClassName
{
color: #A970AD;
}
.AnyTagClassName
{
color: #A970AD;
}
</style>
background-color css
<style>
a { background-color: #A970AD; }
a { background-color: rgb(169,112,173); }
div.DivClassName
{
background-color: #A970AD;
}
.BgClassName
{
background-color: #A970AD;
}
</style>
border-color css
<style>
span { border-color: #A970AD; }
span { border-color: rgb(169,112,173); }
td.TdClassName
{
border-color: #A970AD;
}
.TagClassName
{
border-color: #A970AD;
}
</style>