Shades of Bouquet #A8809A
Tints of Bouquet #A8809A
RGB
CMYK
RGB Variations
Color information
#A8809A (or 0xA8809A) is known color: Bouquet. HEX triplet: A8, 80 and 9A. RGB value is (168,128,154). Sum of RGB (Red+Green+Blue) = 168+128+154=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A8809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8809A is #577F65. Grayscale: #8E8E8E. Windows color (decimal): -5734246 or 10125480. OLE color: 10125480.
HSL color Cylindrical-coordinate representation of color #A8809A: hue angle of 321º 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 #A8809A is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 154 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.34 |
| HSL | 321º | 0.19% | 0.58% | - |
| HSV(B) | 321º | 0.24% | 0.66% | - |
| XYZ | 29.7 | 26.1 | 34.04 | - |
| YUV | 142.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 154 | 0 | 0.24 | 0.08 | 0.34 | 321 | 0.19 | 0.58 |
| Hex | A8 | 80 | 9A | 0 | 18 | 8 | 22 | 141 | 13 | 3A |
| Octal | 250 | 200 | 232 | 0 | 30 | 10 | 42 | 501 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10011010 | 0 | 11000 | 1000 | 100010 | 101000001 | 10011 | 111010 |
Color Harmonies of #A8809A
Complementary color
Monochromatic Colors of #A8809A
Black with #A8809A
Text Example
Text Example
White with #A8809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8809A; }
p { color: rgb(168,128,154); }
H1.HeaderClassName
{
color: #A8809A;
}
.AnyTagClassName
{
color: #A8809A;
}
</style>
background-color css
<style>
a { background-color: #A8809A; }
a { background-color: rgb(168,128,154); }
div.DivClassName
{
background-color: #A8809A;
}
.BgClassName
{
background-color: #A8809A;
}
</style>
border-color css
<style>
span { border-color: #A8809A; }
span { border-color: rgb(168,128,154); }
td.TdClassName
{
border-color: #A8809A;
}
.TagClassName
{
border-color: #A8809A;
}
</style>