Shades of Violet Blue #A972AD
Tints of Violet Blue #A972AD
RGB
CMYK
RGB Variations
Color information
#A972AD (or 0xA972AD) is known color: Violet Blue. HEX triplet: A9, 72 and AD. RGB value is (169,114,173). Sum of RGB (Red+Green+Blue) = 169+114+173=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #A972AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A972AD is #568D52. Grayscale: #888888. Windows color (decimal): -5672275 or 11367081. OLE color: 11367081.
HSL color Cylindrical-coordinate representation of color #A972AD: hue angle of 295.93º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A972AD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 114 | 173 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.32 |
| HSL | 295.93º | 0.26% | 0.56% | - |
| HSV(B) | 295.93º | 0.34% | 0.68% | - |
| XYZ | 29.92 | 23.49 | 42.49 | - |
| YUV | 137.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 173 | 0.02 | 0.34 | 0 | 0.32 | 295.93 | 0.26 | 0.56 |
| Hex | A9 | 72 | AD | 2 | 22 | 0 | 20 | 128 | 1A | 38 |
| Octal | 251 | 162 | 255 | 2 | 42 | 0 | 40 | 450 | 32 | 70 |
| Binary | 10101001 | 1110010 | 10101101 | 10 | 100010 | 0 | 100000 | 100101000 | 11010 | 111000 |
Color Harmonies of #A972AD
Complementary color
Monochromatic Colors of #A972AD
Black with #A972AD
Text Example
Text Example
White with #A972AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972AD; }
p { color: rgb(169,114,173); }
H1.HeaderClassName
{
color: #A972AD;
}
.AnyTagClassName
{
color: #A972AD;
}
</style>
background-color css
<style>
a { background-color: #A972AD; }
a { background-color: rgb(169,114,173); }
div.DivClassName
{
background-color: #A972AD;
}
.BgClassName
{
background-color: #A972AD;
}
</style>
border-color css
<style>
span { border-color: #A972AD; }
span { border-color: rgb(169,114,173); }
td.TdClassName
{
border-color: #A972AD;
}
.TagClassName
{
border-color: #A972AD;
}
</style>