Shades of Violet Blue #A772AC
Tints of Violet Blue #A772AC
RGB
CMYK
RGB Variations
Color information
#A772AC (or 0xA772AC) is known color: Violet Blue. HEX triplet: A7, 72 and AC. RGB value is (167,114,172). Sum of RGB (Red+Green+Blue) = 167+114+172=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #A772AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772AC is #588D53. Grayscale: #888888. Windows color (decimal): -5803348 or 11301543. OLE color: 11301543.
HSL color Cylindrical-coordinate representation of color #A772AC: hue angle of 294.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A772AC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 114 | 172 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.33 |
| HSL | 294.83º | 0.26% | 0.56% | - |
| HSV(B) | 294.83º | 0.34% | 0.67% | - |
| XYZ | 29.4 | 23.23 | 41.96 | - |
| YUV | 136.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 172 | 0.03 | 0.34 | 0 | 0.33 | 294.83 | 0.26 | 0.56 |
| Hex | A7 | 72 | AC | 3 | 22 | 0 | 21 | 127 | 1A | 38 |
| Octal | 247 | 162 | 254 | 3 | 42 | 0 | 41 | 447 | 32 | 70 |
| Binary | 10100111 | 1110010 | 10101100 | 11 | 100010 | 0 | 100001 | 100100111 | 11010 | 111000 |
Color Harmonies of #A772AC
Complementary color
Monochromatic Colors of #A772AC
Black with #A772AC
Text Example
Text Example
White with #A772AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A772AC; }
p { color: rgb(167,114,172); }
H1.HeaderClassName
{
color: #A772AC;
}
.AnyTagClassName
{
color: #A772AC;
}
</style>
background-color css
<style>
a { background-color: #A772AC; }
a { background-color: rgb(167,114,172); }
div.DivClassName
{
background-color: #A772AC;
}
.BgClassName
{
background-color: #A772AC;
}
</style>
border-color css
<style>
span { border-color: #A772AC; }
span { border-color: rgb(167,114,172); }
td.TdClassName
{
border-color: #A772AC;
}
.TagClassName
{
border-color: #A772AC;
}
</style>