Shades of Bouquet #A8879B
Tints of Bouquet #A8879B
RGB
CMYK
RGB Variations
Color information
#A8879B (or 0xA8879B) is known color: Bouquet. HEX triplet: A8, 87 and 9B. RGB value is (168,135,155). Sum of RGB (Red+Green+Blue) = 168+135+155=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 168 - color contains mainly: red. Hex color #A8879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8879B is #577864. Grayscale: #939393. Windows color (decimal): -5732453 or 10192808. OLE color: 10192808.
HSL color Cylindrical-coordinate representation of color #A8879B: hue angle of 323.64º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8879B is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 155 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.34 |
| HSL | 323.64º | 0.16% | 0.59% | - |
| HSV(B) | 323.64º | 0.2% | 0.66% | - |
| XYZ | 30.73 | 28.02 | 34.8 | - |
| YUV | 147.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 155 | 0 | 0.20 | 0.08 | 0.34 | 323.64 | 0.16 | 0.59 |
| Hex | A8 | 87 | 9B | 0 | 14 | 8 | 22 | 144 | 10 | 3B |
| Octal | 250 | 207 | 233 | 0 | 24 | 10 | 42 | 504 | 20 | 73 |
| Binary | 10101000 | 10000111 | 10011011 | 0 | 10100 | 1000 | 100010 | 101000100 | 10000 | 111011 |
Color Harmonies of #A8879B
Complementary color
Monochromatic Colors of #A8879B
Black with #A8879B
Text Example
Text Example
White with #A8879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8879B; }
p { color: rgb(168,135,155); }
H1.HeaderClassName
{
color: #A8879B;
}
.AnyTagClassName
{
color: #A8879B;
}
</style>
background-color css
<style>
a { background-color: #A8879B; }
a { background-color: rgb(168,135,155); }
div.DivClassName
{
background-color: #A8879B;
}
.BgClassName
{
background-color: #A8879B;
}
</style>
border-color css
<style>
span { border-color: #A8879B; }
span { border-color: rgb(168,135,155); }
td.TdClassName
{
border-color: #A8879B;
}
.TagClassName
{
border-color: #A8879B;
}
</style>