Shades of Bouquet #A8709A
Tints of Bouquet #A8709A
RGB
CMYK
RGB Variations
Color information
#A8709A (or 0xA8709A) is known color: Bouquet. HEX triplet: A8, 70 and 9A. RGB value is (168,112,154). Sum of RGB (Red+Green+Blue) = 168+112+154=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A8709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8709A is #578F65. Grayscale: #858585. Windows color (decimal): -5738342 or 10121384. OLE color: 10121384.
HSL color Cylindrical-coordinate representation of color #A8709A: hue angle of 315º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8709A is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 154 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.34 |
| HSL | 315º | 0.24% | 0.55% | - |
| HSV(B) | 315º | 0.33% | 0.66% | - |
| XYZ | 27.78 | 22.25 | 33.4 | - |
| YUV | 133.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 154 | 0 | 0.33 | 0.08 | 0.34 | 315 | 0.24 | 0.55 |
| Hex | A8 | 70 | 9A | 0 | 21 | 8 | 22 | 13B | 18 | 37 |
| Octal | 250 | 160 | 232 | 0 | 41 | 10 | 42 | 473 | 30 | 67 |
| Binary | 10101000 | 1110000 | 10011010 | 0 | 100001 | 1000 | 100010 | 100111011 | 11000 | 110111 |
Color Harmonies of #A8709A
Complementary color
Monochromatic Colors of #A8709A
Black with #A8709A
Text Example
Text Example
White with #A8709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8709A; }
p { color: rgb(168,112,154); }
H1.HeaderClassName
{
color: #A8709A;
}
.AnyTagClassName
{
color: #A8709A;
}
</style>
background-color css
<style>
a { background-color: #A8709A; }
a { background-color: rgb(168,112,154); }
div.DivClassName
{
background-color: #A8709A;
}
.BgClassName
{
background-color: #A8709A;
}
</style>
border-color css
<style>
span { border-color: #A8709A; }
span { border-color: rgb(168,112,154); }
td.TdClassName
{
border-color: #A8709A;
}
.TagClassName
{
border-color: #A8709A;
}
</style>