Shades of Bouquet #A8879F
Tints of Bouquet #A8879F
RGB
CMYK
RGB Variations
Color information
#A8879F (or 0xA8879F) is known color: Bouquet. HEX triplet: A8, 87 and 9F. RGB value is (168,135,159). Sum of RGB (Red+Green+Blue) = 168+135+159=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A8879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8879F is #577860. Grayscale: #939393. Windows color (decimal): -5732449 or 10454952. OLE color: 10454952.
HSL color Cylindrical-coordinate representation of color #A8879F: hue angle of 316.36º 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 #A8879F is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 159 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.34 |
| HSL | 316.36º | 0.16% | 0.59% | - |
| HSV(B) | 316.36º | 0.2% | 0.66% | - |
| XYZ | 31.07 | 28.16 | 36.6 | - |
| YUV | 147.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 159 | 0 | 0.20 | 0.05 | 0.34 | 316.36 | 0.16 | 0.59 |
| Hex | A8 | 87 | 9F | 0 | 14 | 5 | 22 | 13C | 10 | 3B |
| Octal | 250 | 207 | 237 | 0 | 24 | 5 | 42 | 474 | 20 | 73 |
| Binary | 10101000 | 10000111 | 10011111 | 0 | 10100 | 101 | 100010 | 100111100 | 10000 | 111011 |
Color Harmonies of #A8879F
Complementary color
Monochromatic Colors of #A8879F
Black with #A8879F
Text Example
Text Example
White with #A8879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8879F; }
p { color: rgb(168,135,159); }
H1.HeaderClassName
{
color: #A8879F;
}
.AnyTagClassName
{
color: #A8879F;
}
</style>
background-color css
<style>
a { background-color: #A8879F; }
a { background-color: rgb(168,135,159); }
div.DivClassName
{
background-color: #A8879F;
}
.BgClassName
{
background-color: #A8879F;
}
</style>
border-color css
<style>
span { border-color: #A8879F; }
span { border-color: rgb(168,135,159); }
td.TdClassName
{
border-color: #A8879F;
}
.TagClassName
{
border-color: #A8879F;
}
</style>