Shades of Bouquet #A8809C
Tints of Bouquet #A8809C
RGB
CMYK
RGB Variations
Color information
#A8809C (or 0xA8809C) is known color: Bouquet. HEX triplet: A8, 80 and 9C. RGB value is (168,128,156). Sum of RGB (Red+Green+Blue) = 168+128+156=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 168 - color contains mainly: red. Hex color #A8809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8809C is #577F63. Grayscale: #8F8F8F. Windows color (decimal): -5734244 or 10256552. OLE color: 10256552.
HSL color Cylindrical-coordinate representation of color #A8809C: hue angle of 318º 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 #A8809C is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 156 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.34 |
| HSL | 318º | 0.19% | 0.58% | - |
| HSV(B) | 318º | 0.24% | 0.66% | - |
| XYZ | 29.87 | 26.16 | 34.93 | - |
| YUV | 143.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 156 | 0 | 0.24 | 0.07 | 0.34 | 318 | 0.19 | 0.58 |
| Hex | A8 | 80 | 9C | 0 | 18 | 7 | 22 | 13E | 13 | 3A |
| Octal | 250 | 200 | 234 | 0 | 30 | 7 | 42 | 476 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10011100 | 0 | 11000 | 111 | 100010 | 100111110 | 10011 | 111010 |
Color Harmonies of #A8809C
Complementary color
Monochromatic Colors of #A8809C
Black with #A8809C
Text Example
Text Example
White with #A8809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8809C; }
p { color: rgb(168,128,156); }
H1.HeaderClassName
{
color: #A8809C;
}
.AnyTagClassName
{
color: #A8809C;
}
</style>
background-color css
<style>
a { background-color: #A8809C; }
a { background-color: rgb(168,128,156); }
div.DivClassName
{
background-color: #A8809C;
}
.BgClassName
{
background-color: #A8809C;
}
</style>
border-color css
<style>
span { border-color: #A8809C; }
span { border-color: rgb(168,128,156); }
td.TdClassName
{
border-color: #A8809C;
}
.TagClassName
{
border-color: #A8809C;
}
</style>