Shades of Bouquet #A8749F
Tints of Bouquet #A8749F
RGB
CMYK
RGB Variations
Color information
#A8749F (or 0xA8749F) is known color: Bouquet. HEX triplet: A8, 74 and 9F. RGB value is (168,116,159). Sum of RGB (Red+Green+Blue) = 168+116+159=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8749F is #578B60. Grayscale: #888888. Windows color (decimal): -5737313 or 10450088. OLE color: 10450088.
HSL color Cylindrical-coordinate representation of color #A8749F: hue angle of 310.38º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8749F is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 159 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.34 |
| HSL | 310.38º | 0.23% | 0.56% | - |
| HSV(B) | 310.38º | 0.31% | 0.66% | - |
| XYZ | 28.65 | 23.32 | 35.79 | - |
| YUV | 136.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 159 | 0 | 0.31 | 0.05 | 0.34 | 310.38 | 0.23 | 0.56 |
| Hex | A8 | 74 | 9F | 0 | 1F | 5 | 22 | 136 | 17 | 38 |
| Octal | 250 | 164 | 237 | 0 | 37 | 5 | 42 | 466 | 27 | 70 |
| Binary | 10101000 | 1110100 | 10011111 | 0 | 11111 | 101 | 100010 | 100110110 | 10111 | 111000 |
Color Harmonies of #A8749F
Complementary color
Monochromatic Colors of #A8749F
Black with #A8749F
Text Example
Text Example
White with #A8749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8749F; }
p { color: rgb(168,116,159); }
H1.HeaderClassName
{
color: #A8749F;
}
.AnyTagClassName
{
color: #A8749F;
}
</style>
background-color css
<style>
a { background-color: #A8749F; }
a { background-color: rgb(168,116,159); }
div.DivClassName
{
background-color: #A8749F;
}
.BgClassName
{
background-color: #A8749F;
}
</style>
border-color css
<style>
span { border-color: #A8749F; }
span { border-color: rgb(168,116,159); }
td.TdClassName
{
border-color: #A8749F;
}
.TagClassName
{
border-color: #A8749F;
}
</style>