Shades of Violet Blue #A972AA
Tints of Violet Blue #A972AA
RGB
CMYK
RGB Variations
Color information
#A972AA (or 0xA972AA) is known color: Violet Blue. HEX triplet: A9, 72 and AA. RGB value is (169,114,170). Sum of RGB (Red+Green+Blue) = 169+114+170=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A972AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A972AA is #568D55. Grayscale: #888888. Windows color (decimal): -5672278 or 11170473. OLE color: 11170473.
HSL color Cylindrical-coordinate representation of color #A972AA: hue angle of 298.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A972AA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 114 | 170 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.33 |
| HSL | 298.93º | 0.25% | 0.56% | - |
| HSV(B) | 298.93º | 0.33% | 0.67% | - |
| XYZ | 29.64 | 23.37 | 40.98 | - |
| YUV | 136.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 170 | 0.01 | 0.33 | 0 | 0.33 | 298.93 | 0.25 | 0.56 |
| Hex | A9 | 72 | AA | 1 | 21 | 0 | 21 | 12B | 19 | 38 |
| Octal | 251 | 162 | 252 | 1 | 41 | 0 | 41 | 453 | 31 | 70 |
| Binary | 10101001 | 1110010 | 10101010 | 1 | 100001 | 0 | 100001 | 100101011 | 11001 | 111000 |
Color Harmonies of #A972AA
Complementary color
Monochromatic Colors of #A972AA
Black with #A972AA
Text Example
Text Example
White with #A972AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972AA; }
p { color: rgb(169,114,170); }
H1.HeaderClassName
{
color: #A972AA;
}
.AnyTagClassName
{
color: #A972AA;
}
</style>
background-color css
<style>
a { background-color: #A972AA; }
a { background-color: rgb(169,114,170); }
div.DivClassName
{
background-color: #A972AA;
}
.BgClassName
{
background-color: #A972AA;
}
</style>
border-color css
<style>
span { border-color: #A972AA; }
span { border-color: rgb(169,114,170); }
td.TdClassName
{
border-color: #A972AA;
}
.TagClassName
{
border-color: #A972AA;
}
</style>