Shades of Bouquet #A86996
Tints of Bouquet #A86996
RGB
CMYK
RGB Variations
Color information
#A86996 (or 0xA86996) is known color: Bouquet. HEX triplet: A8, 69 and 96. RGB value is (168,105,150). Sum of RGB (Red+Green+Blue) = 168+105+150=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A86996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86996 is #579669. Grayscale: #808080. Windows color (decimal): -5740138 or 9857448. OLE color: 9857448.
HSL color Cylindrical-coordinate representation of color #A86996: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86996 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 150 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.34 |
| HSL | 317.14º | 0.27% | 0.54% | - |
| HSV(B) | 317.14º | 0.38% | 0.66% | - |
| XYZ | 26.71 | 20.63 | 31.43 | - |
| YUV | 128.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 150 | 0 | 0.38 | 0.11 | 0.34 | 317.14 | 0.27 | 0.54 |
| Hex | A8 | 69 | 96 | 0 | 26 | B | 22 | 13D | 1B | 36 |
| Octal | 250 | 151 | 226 | 0 | 46 | 13 | 42 | 475 | 33 | 66 |
| Binary | 10101000 | 1101001 | 10010110 | 0 | 100110 | 1011 | 100010 | 100111101 | 11011 | 110110 |
Color Harmonies of #A86996
Complementary color
Monochromatic Colors of #A86996
Black with #A86996
Text Example
Text Example
White with #A86996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86996; }
p { color: rgb(168,105,150); }
H1.HeaderClassName
{
color: #A86996;
}
.AnyTagClassName
{
color: #A86996;
}
</style>
background-color css
<style>
a { background-color: #A86996; }
a { background-color: rgb(168,105,150); }
div.DivClassName
{
background-color: #A86996;
}
.BgClassName
{
background-color: #A86996;
}
</style>
border-color css
<style>
span { border-color: #A86996; }
span { border-color: rgb(168,105,150); }
td.TdClassName
{
border-color: #A86996;
}
.TagClassName
{
border-color: #A86996;
}
</style>