Shades of Bouquet #A77493
Tints of Bouquet #A77493
RGB
CMYK
RGB Variations
Color information
#A77493 (or 0xA77493) is known color: Bouquet. HEX triplet: A7, 74 and 93. RGB value is (167,116,147). Sum of RGB (Red+Green+Blue) = 167+116+147=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A77493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77493 is #588B6C. Grayscale: #868686. Windows color (decimal): -5802861 or 9663655. OLE color: 9663655.
HSL color Cylindrical-coordinate representation of color #A77493: hue angle of 323.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77493 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 147 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.35 |
| HSL | 323.53º | 0.22% | 0.55% | - |
| HSV(B) | 323.53º | 0.31% | 0.65% | - |
| XYZ | 27.45 | 22.81 | 30.56 | - |
| YUV | 134.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 147 | 0 | 0.31 | 0.12 | 0.35 | 323.53 | 0.22 | 0.55 |
| Hex | A7 | 74 | 93 | 0 | 1F | C | 23 | 144 | 16 | 37 |
| Octal | 247 | 164 | 223 | 0 | 37 | 14 | 43 | 504 | 26 | 67 |
| Binary | 10100111 | 1110100 | 10010011 | 0 | 11111 | 1100 | 100011 | 101000100 | 10110 | 110111 |
Color Harmonies of #A77493
Complementary color
Monochromatic Colors of #A77493
Black with #A77493
Text Example
Text Example
White with #A77493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77493; }
p { color: rgb(167,116,147); }
H1.HeaderClassName
{
color: #A77493;
}
.AnyTagClassName
{
color: #A77493;
}
</style>
background-color css
<style>
a { background-color: #A77493; }
a { background-color: rgb(167,116,147); }
div.DivClassName
{
background-color: #A77493;
}
.BgClassName
{
background-color: #A77493;
}
</style>
border-color css
<style>
span { border-color: #A77493; }
span { border-color: rgb(167,116,147); }
td.TdClassName
{
border-color: #A77493;
}
.TagClassName
{
border-color: #A77493;
}
</style>