Shades of Bouquet #A0799C
Tints of Bouquet #A0799C
RGB
CMYK
RGB Variations
Color information
#A0799C (or 0xA0799C) is known color: Bouquet. HEX triplet: A0, 79 and 9C. RGB value is (160,121,156). Sum of RGB (Red+Green+Blue) = 160+121+156=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A0799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0799C is #5F8663. Grayscale: #888888. Windows color (decimal): -6260324 or 10254752. OLE color: 10254752.
HSL color Cylindrical-coordinate representation of color #A0799C: hue angle of 306.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0799C is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 156 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.37 |
| HSL | 306.15º | 0.17% | 0.55% | - |
| HSV(B) | 306.15º | 0.24% | 0.63% | - |
| XYZ | 27.34 | 23.55 | 34.56 | - |
| YUV | 136.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 156 | 0 | 0.24 | 0.02 | 0.37 | 306.15 | 0.17 | 0.55 |
| Hex | A0 | 79 | 9C | 0 | 18 | 2 | 25 | 132 | 11 | 37 |
| Octal | 240 | 171 | 234 | 0 | 30 | 2 | 45 | 462 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10011100 | 0 | 11000 | 10 | 100101 | 100110010 | 10001 | 110111 |
Color Harmonies of #A0799C
Complementary color
Monochromatic Colors of #A0799C
Black with #A0799C
Text Example
Text Example
White with #A0799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0799C; }
p { color: rgb(160,121,156); }
H1.HeaderClassName
{
color: #A0799C;
}
.AnyTagClassName
{
color: #A0799C;
}
</style>
background-color css
<style>
a { background-color: #A0799C; }
a { background-color: rgb(160,121,156); }
div.DivClassName
{
background-color: #A0799C;
}
.BgClassName
{
background-color: #A0799C;
}
</style>
border-color css
<style>
span { border-color: #A0799C; }
span { border-color: rgb(160,121,156); }
td.TdClassName
{
border-color: #A0799C;
}
.TagClassName
{
border-color: #A0799C;
}
</style>