Shades of Bouquet #A8839F
Tints of Bouquet #A8839F
RGB
CMYK
RGB Variations
Color information
#A8839F (or 0xA8839F) is known color: Bouquet. HEX triplet: A8, 83 and 9F. RGB value is (168,131,159). Sum of RGB (Red+Green+Blue) = 168+131+159=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 168 - color contains mainly: red. Hex color #A8839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8839F is #577C60. Grayscale: #919191. Windows color (decimal): -5733473 or 10453928. OLE color: 10453928.
HSL color Cylindrical-coordinate representation of color #A8839F: hue angle of 314.59º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8839F is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 159 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.34 |
| HSL | 314.59º | 0.18% | 0.59% | - |
| HSV(B) | 314.59º | 0.22% | 0.66% | - |
| XYZ | 30.52 | 27.06 | 36.42 | - |
| YUV | 145.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 159 | 0 | 0.22 | 0.05 | 0.34 | 314.59 | 0.18 | 0.59 |
| Hex | A8 | 83 | 9F | 0 | 16 | 5 | 22 | 13B | 12 | 3B |
| Octal | 250 | 203 | 237 | 0 | 26 | 5 | 42 | 473 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10011111 | 0 | 10110 | 101 | 100010 | 100111011 | 10010 | 111011 |
Color Harmonies of #A8839F
Complementary color
Monochromatic Colors of #A8839F
Black with #A8839F
Text Example
Text Example
White with #A8839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8839F; }
p { color: rgb(168,131,159); }
H1.HeaderClassName
{
color: #A8839F;
}
.AnyTagClassName
{
color: #A8839F;
}
</style>
background-color css
<style>
a { background-color: #A8839F; }
a { background-color: rgb(168,131,159); }
div.DivClassName
{
background-color: #A8839F;
}
.BgClassName
{
background-color: #A8839F;
}
</style>
border-color css
<style>
span { border-color: #A8839F; }
span { border-color: rgb(168,131,159); }
td.TdClassName
{
border-color: #A8839F;
}
.TagClassName
{
border-color: #A8839F;
}
</style>