Shades of Bouquet #A86897
Tints of Bouquet #A86897
RGB
CMYK
RGB Variations
Color information
#A86897 (or 0xA86897) is known color: Bouquet. HEX triplet: A8, 68 and 97. RGB value is (168,104,151). Sum of RGB (Red+Green+Blue) = 168+104+151=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A86897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86897 is #579768. Grayscale: #808080. Windows color (decimal): -5740393 or 9922728. OLE color: 9922728.
HSL color Cylindrical-coordinate representation of color #A86897: hue angle of 315.94º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86897 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 151 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.34 |
| HSL | 315.94º | 0.27% | 0.53% | - |
| HSV(B) | 315.94º | 0.38% | 0.66% | - |
| XYZ | 26.68 | 20.46 | 31.82 | - |
| YUV | 128.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 151 | 0 | 0.38 | 0.10 | 0.34 | 315.94 | 0.27 | 0.53 |
| Hex | A8 | 68 | 97 | 0 | 26 | A | 22 | 13C | 1B | 35 |
| Octal | 250 | 150 | 227 | 0 | 46 | 12 | 42 | 474 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10010111 | 0 | 100110 | 1010 | 100010 | 100111100 | 11011 | 110101 |
Color Harmonies of #A86897
Complementary color
Monochromatic Colors of #A86897
Black with #A86897
Text Example
Text Example
White with #A86897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86897; }
p { color: rgb(168,104,151); }
H1.HeaderClassName
{
color: #A86897;
}
.AnyTagClassName
{
color: #A86897;
}
</style>
background-color css
<style>
a { background-color: #A86897; }
a { background-color: rgb(168,104,151); }
div.DivClassName
{
background-color: #A86897;
}
.BgClassName
{
background-color: #A86897;
}
</style>
border-color css
<style>
span { border-color: #A86897; }
span { border-color: rgb(168,104,151); }
td.TdClassName
{
border-color: #A86897;
}
.TagClassName
{
border-color: #A86897;
}
</style>