Shades of Bouquet #A87DA2
Tints of Bouquet #A87DA2
RGB
CMYK
RGB Variations
Color information
#A87DA2 (or 0xA87DA2) is known color: Bouquet. HEX triplet: A8, 7D and A2. RGB value is (168,125,162). Sum of RGB (Red+Green+Blue) = 168+125+162=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A87DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DA2 is #57825D. Grayscale: #8D8D8D. Windows color (decimal): -5735006 or 10649000. OLE color: 10649000.
HSL color Cylindrical-coordinate representation of color #A87DA2: hue angle of 308.37º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87DA2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 162 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.34 |
| HSL | 308.37º | 0.2% | 0.57% | - |
| HSV(B) | 308.37º | 0.26% | 0.66% | - |
| XYZ | 30 | 25.6 | 37.54 | - |
| YUV | 142.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 162 | 0 | 0.26 | 0.04 | 0.34 | 308.37 | 0.2 | 0.57 |
| Hex | A8 | 7D | A2 | 0 | 1A | 4 | 22 | 134 | 14 | 39 |
| Octal | 250 | 175 | 242 | 0 | 32 | 4 | 42 | 464 | 24 | 71 |
| Binary | 10101000 | 1111101 | 10100010 | 0 | 11010 | 100 | 100010 | 100110100 | 10100 | 111001 |
Color Harmonies of #A87DA2
Complementary color
Monochromatic Colors of #A87DA2
Black with #A87DA2
Text Example
Text Example
White with #A87DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DA2; }
p { color: rgb(168,125,162); }
H1.HeaderClassName
{
color: #A87DA2;
}
.AnyTagClassName
{
color: #A87DA2;
}
</style>
background-color css
<style>
a { background-color: #A87DA2; }
a { background-color: rgb(168,125,162); }
div.DivClassName
{
background-color: #A87DA2;
}
.BgClassName
{
background-color: #A87DA2;
}
</style>
border-color css
<style>
span { border-color: #A87DA2; }
span { border-color: rgb(168,125,162); }
td.TdClassName
{
border-color: #A87DA2;
}
.TagClassName
{
border-color: #A87DA2;
}
</style>