Shades of Violet Blue #A972B3
Tints of Violet Blue #A972B3
RGB
CMYK
RGB Variations
Color information
#A972B3 (or 0xA972B3) is known color: Violet Blue. HEX triplet: A9, 72 and B3. RGB value is (169,114,179). Sum of RGB (Red+Green+Blue) = 169+114+179=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #A972B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972B3 is #568D4C. Grayscale: #898989. Windows color (decimal): -5672269 or 11760297. OLE color: 11760297.
HSL color Cylindrical-coordinate representation of color #A972B3: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A972B3 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 114 | 179 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.30 |
| HSL | 290.77º | 0.3% | 0.57% | - |
| HSV(B) | 290.77º | 0.36% | 0.7% | - |
| XYZ | 30.52 | 23.72 | 45.62 | - |
| YUV | 137.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 179 | 0.06 | 0.36 | 0 | 0.30 | 290.77 | 0.3 | 0.57 |
| Hex | A9 | 72 | B3 | 6 | 24 | 0 | 1E | 123 | 1E | 39 |
| Octal | 251 | 162 | 263 | 6 | 44 | 0 | 36 | 443 | 36 | 71 |
| Binary | 10101001 | 1110010 | 10110011 | 110 | 100100 | 0 | 11110 | 100100011 | 11110 | 111001 |
Color Harmonies of #A972B3
Complementary color
Monochromatic Colors of #A972B3
Black with #A972B3
Text Example
Text Example
White with #A972B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972B3; }
p { color: rgb(169,114,179); }
H1.HeaderClassName
{
color: #A972B3;
}
.AnyTagClassName
{
color: #A972B3;
}
</style>
background-color css
<style>
a { background-color: #A972B3; }
a { background-color: rgb(169,114,179); }
div.DivClassName
{
background-color: #A972B3;
}
.BgClassName
{
background-color: #A972B3;
}
</style>
border-color css
<style>
span { border-color: #A972B3; }
span { border-color: rgb(169,114,179); }
td.TdClassName
{
border-color: #A972B3;
}
.TagClassName
{
border-color: #A972B3;
}
</style>