Shades of Bouquet #A0789B
Tints of Bouquet #A0789B
RGB
CMYK
RGB Variations
Color information
#A0789B (or 0xA0789B) is known color: Bouquet. HEX triplet: A0, 78 and 9B. RGB value is (160,120,155). Sum of RGB (Red+Green+Blue) = 160+120+155=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0789B is #5F8764. Grayscale: #878787. Windows color (decimal): -6260581 or 10188960. OLE color: 10188960.
HSL color Cylindrical-coordinate representation of color #A0789B: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0789B is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 155 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.37 |
| HSL | 307.5º | 0.17% | 0.55% | - |
| HSV(B) | 307.5º | 0.25% | 0.63% | - |
| XYZ | 27.13 | 23.27 | 34.07 | - |
| YUV | 135.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 155 | 0 | 0.25 | 0.03 | 0.37 | 307.5 | 0.17 | 0.55 |
| Hex | A0 | 78 | 9B | 0 | 19 | 3 | 25 | 134 | 11 | 37 |
| Octal | 240 | 170 | 233 | 0 | 31 | 3 | 45 | 464 | 21 | 67 |
| Binary | 10100000 | 1111000 | 10011011 | 0 | 11001 | 11 | 100101 | 100110100 | 10001 | 110111 |
Color Harmonies of #A0789B
Complementary color
Monochromatic Colors of #A0789B
Black with #A0789B
Text Example
Text Example
White with #A0789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0789B; }
p { color: rgb(160,120,155); }
H1.HeaderClassName
{
color: #A0789B;
}
.AnyTagClassName
{
color: #A0789B;
}
</style>
background-color css
<style>
a { background-color: #A0789B; }
a { background-color: rgb(160,120,155); }
div.DivClassName
{
background-color: #A0789B;
}
.BgClassName
{
background-color: #A0789B;
}
</style>
border-color css
<style>
span { border-color: #A0789B; }
span { border-color: rgb(160,120,155); }
td.TdClassName
{
border-color: #A0789B;
}
.TagClassName
{
border-color: #A0789B;
}
</style>