Shades of Bouquet #A76A98
Tints of Bouquet #A76A98
RGB
CMYK
RGB Variations
Color information
#A76A98 (or 0xA76A98) is known color: Bouquet. HEX triplet: A7, 6A and 98. RGB value is (167,106,152). Sum of RGB (Red+Green+Blue) = 167+106+152=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A98 is #589567. Grayscale: #818181. Windows color (decimal): -5805416 or 9988775. OLE color: 9988775.
HSL color Cylindrical-coordinate representation of color #A76A98: hue angle of 314.75º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76A98 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 106 | 152 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.35 |
| HSL | 314.75º | 0.26% | 0.54% | - |
| HSV(B) | 314.75º | 0.37% | 0.65% | - |
| XYZ | 26.76 | 20.79 | 32.31 | - |
| YUV | 129.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 152 | 0 | 0.37 | 0.09 | 0.35 | 314.75 | 0.26 | 0.54 |
| Hex | A7 | 6A | 98 | 0 | 25 | 9 | 23 | 13B | 1A | 36 |
| Octal | 247 | 152 | 230 | 0 | 45 | 11 | 43 | 473 | 32 | 66 |
| Binary | 10100111 | 1101010 | 10011000 | 0 | 100101 | 1001 | 100011 | 100111011 | 11010 | 110110 |
Color Harmonies of #A76A98
Complementary color
Monochromatic Colors of #A76A98
Black with #A76A98
Text Example
Text Example
White with #A76A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76A98; }
p { color: rgb(167,106,152); }
H1.HeaderClassName
{
color: #A76A98;
}
.AnyTagClassName
{
color: #A76A98;
}
</style>
background-color css
<style>
a { background-color: #A76A98; }
a { background-color: rgb(167,106,152); }
div.DivClassName
{
background-color: #A76A98;
}
.BgClassName
{
background-color: #A76A98;
}
</style>
border-color css
<style>
span { border-color: #A76A98; }
span { border-color: rgb(167,106,152); }
td.TdClassName
{
border-color: #A76A98;
}
.TagClassName
{
border-color: #A76A98;
}
</style>