Shades of Bouquet #A87FA2
Tints of Bouquet #A87FA2
RGB
CMYK
RGB Variations
Color information
#A87FA2 (or 0xA87FA2) is known color: Bouquet. HEX triplet: A8, 7F and A2. RGB value is (168,127,162). Sum of RGB (Red+Green+Blue) = 168+127+162=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A87FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FA2 is #57805D. Grayscale: #8F8F8F. Windows color (decimal): -5734494 or 10649512. OLE color: 10649512.
HSL color Cylindrical-coordinate representation of color #A87FA2: hue angle of 308.78º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87FA2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 162 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.34 |
| HSL | 308.78º | 0.19% | 0.58% | - |
| HSV(B) | 308.78º | 0.24% | 0.66% | - |
| XYZ | 30.26 | 26.11 | 37.63 | - |
| YUV | 143.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 162 | 0 | 0.24 | 0.04 | 0.34 | 308.78 | 0.19 | 0.58 |
| Hex | A8 | 7F | A2 | 0 | 18 | 4 | 22 | 135 | 13 | 3A |
| Octal | 250 | 177 | 242 | 0 | 30 | 4 | 42 | 465 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10100010 | 0 | 11000 | 100 | 100010 | 100110101 | 10011 | 111010 |
Color Harmonies of #A87FA2
Complementary color
Monochromatic Colors of #A87FA2
Black with #A87FA2
Text Example
Text Example
White with #A87FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FA2; }
p { color: rgb(168,127,162); }
H1.HeaderClassName
{
color: #A87FA2;
}
.AnyTagClassName
{
color: #A87FA2;
}
</style>
background-color css
<style>
a { background-color: #A87FA2; }
a { background-color: rgb(168,127,162); }
div.DivClassName
{
background-color: #A87FA2;
}
.BgClassName
{
background-color: #A87FA2;
}
</style>
border-color css
<style>
span { border-color: #A87FA2; }
span { border-color: rgb(168,127,162); }
td.TdClassName
{
border-color: #A87FA2;
}
.TagClassName
{
border-color: #A87FA2;
}
</style>