Shades of Bouquet #A76E9A
Tints of Bouquet #A76E9A
RGB
CMYK
RGB Variations
Color information
#A76E9A (or 0xA76E9A) is known color: Bouquet. HEX triplet: A7, 6E and 9A. RGB value is (167,110,154). Sum of RGB (Red+Green+Blue) = 167+110+154=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E9A is #589165. Grayscale: #838383. Windows color (decimal): -5804390 or 10120871. OLE color: 10120871.
HSL color Cylindrical-coordinate representation of color #A76E9A: hue angle of 313.68º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E9A is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 154 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.35 |
| HSL | 313.68º | 0.24% | 0.54% | - |
| HSV(B) | 313.68º | 0.34% | 0.65% | - |
| XYZ | 27.35 | 21.7 | 33.32 | - |
| YUV | 132.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 154 | 0 | 0.34 | 0.08 | 0.35 | 313.68 | 0.24 | 0.54 |
| Hex | A7 | 6E | 9A | 0 | 22 | 8 | 23 | 13A | 18 | 36 |
| Octal | 247 | 156 | 232 | 0 | 42 | 10 | 43 | 472 | 30 | 66 |
| Binary | 10100111 | 1101110 | 10011010 | 0 | 100010 | 1000 | 100011 | 100111010 | 11000 | 110110 |
Color Harmonies of #A76E9A
Complementary color
Monochromatic Colors of #A76E9A
Black with #A76E9A
Text Example
Text Example
White with #A76E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E9A; }
p { color: rgb(167,110,154); }
H1.HeaderClassName
{
color: #A76E9A;
}
.AnyTagClassName
{
color: #A76E9A;
}
</style>
background-color css
<style>
a { background-color: #A76E9A; }
a { background-color: rgb(167,110,154); }
div.DivClassName
{
background-color: #A76E9A;
}
.BgClassName
{
background-color: #A76E9A;
}
</style>
border-color css
<style>
span { border-color: #A76E9A; }
span { border-color: rgb(167,110,154); }
td.TdClassName
{
border-color: #A76E9A;
}
.TagClassName
{
border-color: #A76E9A;
}
</style>