Shades of Bouquet #A8779F
Tints of Bouquet #A8779F
RGB
CMYK
RGB Variations
Color information
#A8779F (or 0xA8779F) is known color: Bouquet. HEX triplet: A8, 77 and 9F. RGB value is (168,119,159). Sum of RGB (Red+Green+Blue) = 168+119+159=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8779F is #578860. Grayscale: #8A8A8A. Windows color (decimal): -5736545 or 10450856. OLE color: 10450856.
HSL color Cylindrical-coordinate representation of color #A8779F: hue angle of 311.02º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8779F is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 159 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.34 |
| HSL | 311.02º | 0.22% | 0.56% | - |
| HSV(B) | 311.02º | 0.29% | 0.66% | - |
| XYZ | 29 | 24.02 | 35.91 | - |
| YUV | 138.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 159 | 0 | 0.29 | 0.05 | 0.34 | 311.02 | 0.22 | 0.56 |
| Hex | A8 | 77 | 9F | 0 | 1D | 5 | 22 | 137 | 16 | 38 |
| Octal | 250 | 167 | 237 | 0 | 35 | 5 | 42 | 467 | 26 | 70 |
| Binary | 10101000 | 1110111 | 10011111 | 0 | 11101 | 101 | 100010 | 100110111 | 10110 | 111000 |
Color Harmonies of #A8779F
Complementary color
Monochromatic Colors of #A8779F
Black with #A8779F
Text Example
Text Example
White with #A8779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8779F; }
p { color: rgb(168,119,159); }
H1.HeaderClassName
{
color: #A8779F;
}
.AnyTagClassName
{
color: #A8779F;
}
</style>
background-color css
<style>
a { background-color: #A8779F; }
a { background-color: rgb(168,119,159); }
div.DivClassName
{
background-color: #A8779F;
}
.BgClassName
{
background-color: #A8779F;
}
</style>
border-color css
<style>
span { border-color: #A8779F; }
span { border-color: rgb(168,119,159); }
td.TdClassName
{
border-color: #A8779F;
}
.TagClassName
{
border-color: #A8779F;
}
</style>