Shades of Bouquet #A76F9B
Tints of Bouquet #A76F9B
RGB
CMYK
RGB Variations
Color information
#A76F9B (or 0xA76F9B) is known color: Bouquet. HEX triplet: A7, 6F and 9B. RGB value is (167,111,155). Sum of RGB (Red+Green+Blue) = 167+111+155=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F9B is #589064. Grayscale: #848484. Windows color (decimal): -5804133 or 10186663. OLE color: 10186663.
HSL color Cylindrical-coordinate representation of color #A76F9B: hue angle of 312.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F9B is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 155 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.35 |
| HSL | 312.86º | 0.24% | 0.55% | - |
| HSV(B) | 312.86º | 0.34% | 0.65% | - |
| XYZ | 27.54 | 21.95 | 33.8 | - |
| YUV | 132.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 155 | 0 | 0.34 | 0.07 | 0.35 | 312.86 | 0.24 | 0.55 |
| Hex | A7 | 6F | 9B | 0 | 22 | 7 | 23 | 139 | 18 | 37 |
| Octal | 247 | 157 | 233 | 0 | 42 | 7 | 43 | 471 | 30 | 67 |
| Binary | 10100111 | 1101111 | 10011011 | 0 | 100010 | 111 | 100011 | 100111001 | 11000 | 110111 |
Color Harmonies of #A76F9B
Complementary color
Monochromatic Colors of #A76F9B
Black with #A76F9B
Text Example
Text Example
White with #A76F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F9B; }
p { color: rgb(167,111,155); }
H1.HeaderClassName
{
color: #A76F9B;
}
.AnyTagClassName
{
color: #A76F9B;
}
</style>
background-color css
<style>
a { background-color: #A76F9B; }
a { background-color: rgb(167,111,155); }
div.DivClassName
{
background-color: #A76F9B;
}
.BgClassName
{
background-color: #A76F9B;
}
</style>
border-color css
<style>
span { border-color: #A76F9B; }
span { border-color: rgb(167,111,155); }
td.TdClassName
{
border-color: #A76F9B;
}
.TagClassName
{
border-color: #A76F9B;
}
</style>