Shades of Bouquet #A86D97
Tints of Bouquet #A86D97
RGB
CMYK
RGB Variations
Color information
#A86D97 (or 0xA86D97) is known color: Bouquet. HEX triplet: A8, 6D and 97. RGB value is (168,109,151). Sum of RGB (Red+Green+Blue) = 168+109+151=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D97 is #579268. Grayscale: #838383. Windows color (decimal): -5739113 or 9924008. OLE color: 9924008.
HSL color Cylindrical-coordinate representation of color #A86D97: hue angle of 317.29º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D97 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 151 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.34 |
| HSL | 317.29º | 0.25% | 0.54% | - |
| HSV(B) | 317.29º | 0.35% | 0.66% | - |
| XYZ | 27.2 | 21.5 | 31.99 | - |
| YUV | 131.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 151 | 0 | 0.35 | 0.10 | 0.34 | 317.29 | 0.25 | 0.54 |
| Hex | A8 | 6D | 97 | 0 | 23 | A | 22 | 13D | 19 | 36 |
| Octal | 250 | 155 | 227 | 0 | 43 | 12 | 42 | 475 | 31 | 66 |
| Binary | 10101000 | 1101101 | 10010111 | 0 | 100011 | 1010 | 100010 | 100111101 | 11001 | 110110 |
Color Harmonies of #A86D97
Complementary color
Monochromatic Colors of #A86D97
Black with #A86D97
Text Example
Text Example
White with #A86D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D97; }
p { color: rgb(168,109,151); }
H1.HeaderClassName
{
color: #A86D97;
}
.AnyTagClassName
{
color: #A86D97;
}
</style>
background-color css
<style>
a { background-color: #A86D97; }
a { background-color: rgb(168,109,151); }
div.DivClassName
{
background-color: #A86D97;
}
.BgClassName
{
background-color: #A86D97;
}
</style>
border-color css
<style>
span { border-color: #A86D97; }
span { border-color: rgb(168,109,151); }
td.TdClassName
{
border-color: #A86D97;
}
.TagClassName
{
border-color: #A86D97;
}
</style>