Shades of Bouquet #A8849B
Tints of Bouquet #A8849B
RGB
CMYK
RGB Variations
Color information
#A8849B (or 0xA8849B) is known color: Bouquet. HEX triplet: A8, 84 and 9B. RGB value is (168,132,155). Sum of RGB (Red+Green+Blue) = 168+132+155=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A8849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8849B is #577B64. Grayscale: #919191. Windows color (decimal): -5733221 or 10192040. OLE color: 10192040.
HSL color Cylindrical-coordinate representation of color #A8849B: hue angle of 321.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8849B is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 155 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.34 |
| HSL | 321.67º | 0.17% | 0.59% | - |
| HSV(B) | 321.67º | 0.21% | 0.66% | - |
| XYZ | 30.32 | 27.19 | 34.66 | - |
| YUV | 145.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 155 | 0 | 0.21 | 0.08 | 0.34 | 321.67 | 0.17 | 0.59 |
| Hex | A8 | 84 | 9B | 0 | 15 | 8 | 22 | 142 | 11 | 3B |
| Octal | 250 | 204 | 233 | 0 | 25 | 10 | 42 | 502 | 21 | 73 |
| Binary | 10101000 | 10000100 | 10011011 | 0 | 10101 | 1000 | 100010 | 101000010 | 10001 | 111011 |
Color Harmonies of #A8849B
Complementary color
Monochromatic Colors of #A8849B
Black with #A8849B
Text Example
Text Example
White with #A8849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8849B; }
p { color: rgb(168,132,155); }
H1.HeaderClassName
{
color: #A8849B;
}
.AnyTagClassName
{
color: #A8849B;
}
</style>
background-color css
<style>
a { background-color: #A8849B; }
a { background-color: rgb(168,132,155); }
div.DivClassName
{
background-color: #A8849B;
}
.BgClassName
{
background-color: #A8849B;
}
</style>
border-color css
<style>
span { border-color: #A8849B; }
span { border-color: rgb(168,132,155); }
td.TdClassName
{
border-color: #A8849B;
}
.TagClassName
{
border-color: #A8849B;
}
</style>