Shades of Bouquet #A0809C
Tints of Bouquet #A0809C
RGB
CMYK
RGB Variations
Color information
#A0809C (or 0xA0809C) is known color: Bouquet. HEX triplet: A0, 80 and 9C. RGB value is (160,128,156). Sum of RGB (Red+Green+Blue) = 160+128+156=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A0809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0809C is #5F7F63. Grayscale: #8C8C8C. Windows color (decimal): -6258532 or 10256544. OLE color: 10256544.
HSL color Cylindrical-coordinate representation of color #A0809C: hue angle of 307.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0809C is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 156 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.37 |
| HSL | 307.5º | 0.14% | 0.56% | - |
| HSV(B) | 307.5º | 0.2% | 0.63% | - |
| XYZ | 28.22 | 25.31 | 34.85 | - |
| YUV | 140.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 156 | 0 | 0.20 | 0.02 | 0.37 | 307.5 | 0.14 | 0.56 |
| Hex | A0 | 80 | 9C | 0 | 14 | 2 | 25 | 134 | E | 38 |
| Octal | 240 | 200 | 234 | 0 | 24 | 2 | 45 | 464 | 16 | 70 |
| Binary | 10100000 | 10000000 | 10011100 | 0 | 10100 | 10 | 100101 | 100110100 | 1110 | 111000 |
Color Harmonies of #A0809C
Complementary color
Monochromatic Colors of #A0809C
Black with #A0809C
Text Example
Text Example
White with #A0809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0809C; }
p { color: rgb(160,128,156); }
H1.HeaderClassName
{
color: #A0809C;
}
.AnyTagClassName
{
color: #A0809C;
}
</style>
background-color css
<style>
a { background-color: #A0809C; }
a { background-color: rgb(160,128,156); }
div.DivClassName
{
background-color: #A0809C;
}
.BgClassName
{
background-color: #A0809C;
}
</style>
border-color css
<style>
span { border-color: #A0809C; }
span { border-color: rgb(160,128,156); }
td.TdClassName
{
border-color: #A0809C;
}
.TagClassName
{
border-color: #A0809C;
}
</style>