Shades of Bouquet #A0799A
Tints of Bouquet #A0799A
RGB
CMYK
RGB Variations
Color information
#A0799A (or 0xA0799A) is known color: Bouquet. HEX triplet: A0, 79 and 9A. RGB value is (160,121,154). Sum of RGB (Red+Green+Blue) = 160+121+154=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0799A is #5F8665. Grayscale: #888888. Windows color (decimal): -6260326 or 10123680. OLE color: 10123680.
HSL color Cylindrical-coordinate representation of color #A0799A: hue angle of 309.23º 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 #A0799A is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 154 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.37 |
| HSL | 309.23º | 0.17% | 0.55% | - |
| HSV(B) | 309.23º | 0.24% | 0.63% | - |
| XYZ | 27.17 | 23.48 | 33.67 | - |
| YUV | 136.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 154 | 0 | 0.24 | 0.04 | 0.37 | 309.23 | 0.17 | 0.55 |
| Hex | A0 | 79 | 9A | 0 | 18 | 4 | 25 | 135 | 11 | 37 |
| Octal | 240 | 171 | 232 | 0 | 30 | 4 | 45 | 465 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10011010 | 0 | 11000 | 100 | 100101 | 100110101 | 10001 | 110111 |
Color Harmonies of #A0799A
Complementary color
Monochromatic Colors of #A0799A
Black with #A0799A
Text Example
Text Example
White with #A0799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0799A; }
p { color: rgb(160,121,154); }
H1.HeaderClassName
{
color: #A0799A;
}
.AnyTagClassName
{
color: #A0799A;
}
</style>
background-color css
<style>
a { background-color: #A0799A; }
a { background-color: rgb(160,121,154); }
div.DivClassName
{
background-color: #A0799A;
}
.BgClassName
{
background-color: #A0799A;
}
</style>
border-color css
<style>
span { border-color: #A0799A; }
span { border-color: rgb(160,121,154); }
td.TdClassName
{
border-color: #A0799A;
}
.TagClassName
{
border-color: #A0799A;
}
</style>