Shades of Violet Blue #A772A3
Tints of Violet Blue #A772A3
RGB
CMYK
RGB Variations
Color information
#A772A3 (or 0xA772A3) is known color: Violet Blue. HEX triplet: A7, 72 and A3. RGB value is (167,114,163). Sum of RGB (Red+Green+Blue) = 167+114+163=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A772A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772A3 is #588D5C. Grayscale: #878787. Windows color (decimal): -5803357 or 10711719. OLE color: 10711719.
HSL color Cylindrical-coordinate representation of color #A772A3: hue angle of 304.53º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A772A3 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 163 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.35 |
| HSL | 304.53º | 0.23% | 0.55% | - |
| HSV(B) | 304.53º | 0.32% | 0.65% | - |
| XYZ | 28.56 | 22.89 | 37.56 | - |
| YUV | 135.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 163 | 0 | 0.32 | 0.02 | 0.35 | 304.53 | 0.23 | 0.55 |
| Hex | A7 | 72 | A3 | 0 | 20 | 2 | 23 | 131 | 17 | 37 |
| Octal | 247 | 162 | 243 | 0 | 40 | 2 | 43 | 461 | 27 | 67 |
| Binary | 10100111 | 1110010 | 10100011 | 0 | 100000 | 10 | 100011 | 100110001 | 10111 | 110111 |
Color Harmonies of #A772A3
Complementary color
Monochromatic Colors of #A772A3
Black with #A772A3
Text Example
Text Example
White with #A772A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A772A3; }
p { color: rgb(167,114,163); }
H1.HeaderClassName
{
color: #A772A3;
}
.AnyTagClassName
{
color: #A772A3;
}
</style>
background-color css
<style>
a { background-color: #A772A3; }
a { background-color: rgb(167,114,163); }
div.DivClassName
{
background-color: #A772A3;
}
.BgClassName
{
background-color: #A772A3;
}
</style>
border-color css
<style>
span { border-color: #A772A3; }
span { border-color: rgb(167,114,163); }
td.TdClassName
{
border-color: #A772A3;
}
.TagClassName
{
border-color: #A772A3;
}
</style>