Shades of Bouquet #A9759C
Tints of Bouquet #A9759C
RGB
CMYK
RGB Variations
Color information
#A9759C (or 0xA9759C) is known color: Bouquet. HEX triplet: A9, 75 and 9C. RGB value is (169,117,156). Sum of RGB (Red+Green+Blue) = 169+117+156=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A9759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9759C is #568A63. Grayscale: #888888. Windows color (decimal): -5671524 or 10253737. OLE color: 10253737.
HSL color Cylindrical-coordinate representation of color #A9759C: hue angle of 315º 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 #A9759C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 156 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.34 |
| HSL | 315º | 0.23% | 0.56% | - |
| HSV(B) | 315º | 0.31% | 0.66% | - |
| XYZ | 28.72 | 23.56 | 34.49 | - |
| YUV | 136.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 156 | 0 | 0.31 | 0.08 | 0.34 | 315 | 0.23 | 0.56 |
| Hex | A9 | 75 | 9C | 0 | 1F | 8 | 22 | 13B | 17 | 38 |
| Octal | 251 | 165 | 234 | 0 | 37 | 10 | 42 | 473 | 27 | 70 |
| Binary | 10101001 | 1110101 | 10011100 | 0 | 11111 | 1000 | 100010 | 100111011 | 10111 | 111000 |
Color Harmonies of #A9759C
Complementary color
Monochromatic Colors of #A9759C
Black with #A9759C
Text Example
Text Example
White with #A9759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9759C; }
p { color: rgb(169,117,156); }
H1.HeaderClassName
{
color: #A9759C;
}
.AnyTagClassName
{
color: #A9759C;
}
</style>
background-color css
<style>
a { background-color: #A9759C; }
a { background-color: rgb(169,117,156); }
div.DivClassName
{
background-color: #A9759C;
}
.BgClassName
{
background-color: #A9759C;
}
</style>
border-color css
<style>
span { border-color: #A9759C; }
span { border-color: rgb(169,117,156); }
td.TdClassName
{
border-color: #A9759C;
}
.TagClassName
{
border-color: #A9759C;
}
</style>