Shades of Bouquet #A0809B
Tints of Bouquet #A0809B
RGB
CMYK
RGB Variations
Color information
#A0809B (or 0xA0809B) is known color: Bouquet. HEX triplet: A0, 80 and 9B. RGB value is (160,128,155). Sum of RGB (Red+Green+Blue) = 160+128+155=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A0809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0809B is #5F7F64. Grayscale: #8C8C8C. Windows color (decimal): -6258533 or 10191008. OLE color: 10191008.
HSL color Cylindrical-coordinate representation of color #A0809B: hue angle of 309.38º 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 #A0809B is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 155 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.37 |
| HSL | 309.38º | 0.14% | 0.56% | - |
| HSV(B) | 309.38º | 0.2% | 0.63% | - |
| XYZ | 28.13 | 25.28 | 34.41 | - |
| YUV | 140.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 155 | 0 | 0.20 | 0.03 | 0.37 | 309.38 | 0.14 | 0.56 |
| Hex | A0 | 80 | 9B | 0 | 14 | 3 | 25 | 135 | E | 38 |
| Octal | 240 | 200 | 233 | 0 | 24 | 3 | 45 | 465 | 16 | 70 |
| Binary | 10100000 | 10000000 | 10011011 | 0 | 10100 | 11 | 100101 | 100110101 | 1110 | 111000 |
Color Harmonies of #A0809B
Complementary color
Monochromatic Colors of #A0809B
Black with #A0809B
Text Example
Text Example
White with #A0809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0809B; }
p { color: rgb(160,128,155); }
H1.HeaderClassName
{
color: #A0809B;
}
.AnyTagClassName
{
color: #A0809B;
}
</style>
background-color css
<style>
a { background-color: #A0809B; }
a { background-color: rgb(160,128,155); }
div.DivClassName
{
background-color: #A0809B;
}
.BgClassName
{
background-color: #A0809B;
}
</style>
border-color css
<style>
span { border-color: #A0809B; }
span { border-color: rgb(160,128,155); }
td.TdClassName
{
border-color: #A0809B;
}
.TagClassName
{
border-color: #A0809B;
}
</style>