Shades of Bouquet #A8789E
Tints of Bouquet #A8789E
RGB
CMYK
RGB Variations
Color information
#A8789E (or 0xA8789E) is known color: Bouquet. HEX triplet: A8, 78 and 9E. RGB value is (168,120,158). Sum of RGB (Red+Green+Blue) = 168+120+158=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8789E is #578761. Grayscale: #8A8A8A. Windows color (decimal): -5736290 or 10385576. OLE color: 10385576.
HSL color Cylindrical-coordinate representation of color #A8789E: hue angle of 312.5º 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 #A8789E is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 158 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.34 |
| HSL | 312.5º | 0.22% | 0.56% | - |
| HSV(B) | 312.5º | 0.29% | 0.66% | - |
| XYZ | 29.04 | 24.23 | 35.49 | - |
| YUV | 138.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 158 | 0 | 0.29 | 0.06 | 0.34 | 312.5 | 0.22 | 0.56 |
| Hex | A8 | 78 | 9E | 0 | 1D | 6 | 22 | 138 | 16 | 38 |
| Octal | 250 | 170 | 236 | 0 | 35 | 6 | 42 | 470 | 26 | 70 |
| Binary | 10101000 | 1111000 | 10011110 | 0 | 11101 | 110 | 100010 | 100111000 | 10110 | 111000 |
Color Harmonies of #A8789E
Complementary color
Monochromatic Colors of #A8789E
Black with #A8789E
Text Example
Text Example
White with #A8789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8789E; }
p { color: rgb(168,120,158); }
H1.HeaderClassName
{
color: #A8789E;
}
.AnyTagClassName
{
color: #A8789E;
}
</style>
background-color css
<style>
a { background-color: #A8789E; }
a { background-color: rgb(168,120,158); }
div.DivClassName
{
background-color: #A8789E;
}
.BgClassName
{
background-color: #A8789E;
}
</style>
border-color css
<style>
span { border-color: #A8789E; }
span { border-color: rgb(168,120,158); }
td.TdClassName
{
border-color: #A8789E;
}
.TagClassName
{
border-color: #A8789E;
}
</style>