Shades of Violet Blue #A972A2
Tints of Violet Blue #A972A2
RGB
CMYK
RGB Variations
Color information
#A972A2 (or 0xA972A2) is known color: Violet Blue. HEX triplet: A9, 72 and A2. RGB value is (169,114,162). Sum of RGB (Red+Green+Blue) = 169+114+162=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A972A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A972A2 is #568D5D. Grayscale: #878787. Windows color (decimal): -5672286 or 10646185. OLE color: 10646185.
HSL color Cylindrical-coordinate representation of color #A972A2: hue angle of 307.64º 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 #A972A2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 162 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.34 |
| HSL | 307.64º | 0.24% | 0.55% | - |
| HSV(B) | 307.64º | 0.33% | 0.66% | - |
| XYZ | 28.9 | 23.08 | 37.11 | - |
| YUV | 135.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 162 | 0 | 0.33 | 0.04 | 0.34 | 307.64 | 0.24 | 0.55 |
| Hex | A9 | 72 | A2 | 0 | 21 | 4 | 22 | 134 | 18 | 37 |
| Octal | 251 | 162 | 242 | 0 | 41 | 4 | 42 | 464 | 30 | 67 |
| Binary | 10101001 | 1110010 | 10100010 | 0 | 100001 | 100 | 100010 | 100110100 | 11000 | 110111 |
Color Harmonies of #A972A2
Complementary color
Monochromatic Colors of #A972A2
Black with #A972A2
Text Example
Text Example
White with #A972A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972A2; }
p { color: rgb(169,114,162); }
H1.HeaderClassName
{
color: #A972A2;
}
.AnyTagClassName
{
color: #A972A2;
}
</style>
background-color css
<style>
a { background-color: #A972A2; }
a { background-color: rgb(169,114,162); }
div.DivClassName
{
background-color: #A972A2;
}
.BgClassName
{
background-color: #A972A2;
}
</style>
border-color css
<style>
span { border-color: #A972A2; }
span { border-color: rgb(169,114,162); }
td.TdClassName
{
border-color: #A972A2;
}
.TagClassName
{
border-color: #A972A2;
}
</style>