Shades of Bouquet #A86F9C
Tints of Bouquet #A86F9C
RGB
CMYK
RGB Variations
Color information
#A86F9C (or 0xA86F9C) is known color: Bouquet. HEX triplet: A8, 6F and 9C. RGB value is (168,111,156). Sum of RGB (Red+Green+Blue) = 168+111+156=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F9C is #579063. Grayscale: #858585. Windows color (decimal): -5738596 or 10252200. OLE color: 10252200.
HSL color Cylindrical-coordinate representation of color #A86F9C: hue angle of 312.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A86F9C is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 156 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.34 |
| HSL | 312.63º | 0.25% | 0.55% | - |
| HSV(B) | 312.63º | 0.34% | 0.66% | - |
| XYZ | 27.83 | 22.09 | 34.25 | - |
| YUV | 133.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 156 | 0 | 0.34 | 0.07 | 0.34 | 312.63 | 0.25 | 0.55 |
| Hex | A8 | 6F | 9C | 0 | 22 | 7 | 22 | 139 | 19 | 37 |
| Octal | 250 | 157 | 234 | 0 | 42 | 7 | 42 | 471 | 31 | 67 |
| Binary | 10101000 | 1101111 | 10011100 | 0 | 100010 | 111 | 100010 | 100111001 | 11001 | 110111 |
Color Harmonies of #A86F9C
Complementary color
Monochromatic Colors of #A86F9C
Black with #A86F9C
Text Example
Text Example
White with #A86F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F9C; }
p { color: rgb(168,111,156); }
H1.HeaderClassName
{
color: #A86F9C;
}
.AnyTagClassName
{
color: #A86F9C;
}
</style>
background-color css
<style>
a { background-color: #A86F9C; }
a { background-color: rgb(168,111,156); }
div.DivClassName
{
background-color: #A86F9C;
}
.BgClassName
{
background-color: #A86F9C;
}
</style>
border-color css
<style>
span { border-color: #A86F9C; }
span { border-color: rgb(168,111,156); }
td.TdClassName
{
border-color: #A86F9C;
}
.TagClassName
{
border-color: #A86F9C;
}
</style>