Shades of Violet Blue #A972A3
Tints of Violet Blue #A972A3
RGB
CMYK
RGB Variations
Color information
#A972A3 (or 0xA972A3) is known color: Violet Blue. HEX triplet: A9, 72 and A3. RGB value is (169,114,163). Sum of RGB (Red+Green+Blue) = 169+114+163=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A972A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A972A3 is #568D5C. Grayscale: #878787. Windows color (decimal): -5672285 or 10711721. OLE color: 10711721.
HSL color Cylindrical-coordinate representation of color #A972A3: hue angle of 306.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A972A3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 163 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.34 |
| HSL | 306.55º | 0.24% | 0.55% | - |
| HSV(B) | 306.55º | 0.33% | 0.66% | - |
| XYZ | 28.99 | 23.11 | 37.58 | - |
| YUV | 136.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 163 | 0 | 0.33 | 0.04 | 0.34 | 306.55 | 0.24 | 0.55 |
| Hex | A9 | 72 | A3 | 0 | 21 | 4 | 22 | 133 | 18 | 37 |
| Octal | 251 | 162 | 243 | 0 | 41 | 4 | 42 | 463 | 30 | 67 |
| Binary | 10101001 | 1110010 | 10100011 | 0 | 100001 | 100 | 100010 | 100110011 | 11000 | 110111 |
Color Harmonies of #A972A3
Complementary color
Monochromatic Colors of #A972A3
Black with #A972A3
Text Example
Text Example
White with #A972A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972A3; }
p { color: rgb(169,114,163); }
H1.HeaderClassName
{
color: #A972A3;
}
.AnyTagClassName
{
color: #A972A3;
}
</style>
background-color css
<style>
a { background-color: #A972A3; }
a { background-color: rgb(169,114,163); }
div.DivClassName
{
background-color: #A972A3;
}
.BgClassName
{
background-color: #A972A3;
}
</style>
border-color css
<style>
span { border-color: #A972A3; }
span { border-color: rgb(169,114,163); }
td.TdClassName
{
border-color: #A972A3;
}
.TagClassName
{
border-color: #A972A3;
}
</style>