Shades of Bouquet #A0879D
Tints of Bouquet #A0879D
RGB
CMYK
RGB Variations
Color information
#A0879D (or 0xA0879D) is known color: Bouquet. HEX triplet: A0, 87 and 9D. RGB value is (160,135,157). Sum of RGB (Red+Green+Blue) = 160+135+157=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 160 - color contains mainly: red. Hex color #A0879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0879D is #5F7862. Grayscale: #909090. Windows color (decimal): -6256739 or 10323872. OLE color: 10323872.
HSL color Cylindrical-coordinate representation of color #A0879D: hue angle of 307.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0879D is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 135 | 157 | - |
CMYK | 0 | 0.16 | 0.02 | 0.37 |
HSL | 307.2º | 0.12% | 0.58% | - |
HSV(B) | 307.2º | 0.16% | 0.63% | - |
XYZ | 29.25 | 27.24 | 35.61 | - |
YUV | 144.98 | 134.78 | 138.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 135 | 157 | 0 | 0.16 | 0.02 | 0.37 | 307.2 | 0.12 | 0.58 |
Hex | A0 | 87 | 9D | 0 | 10 | 2 | 25 | 133 | C | 3A |
Octal | 240 | 207 | 235 | 0 | 20 | 2 | 45 | 463 | 14 | 72 |
Binary | 10100000 | 10000111 | 10011101 | 0 | 10000 | 10 | 100101 | 100110011 | 1100 | 111010 |
Color Harmonies of #A0879D
Complementary color
Monochromatic Colors of #A0879D
Black with #A0879D
Text Example
Text Example
White with #A0879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0879D; }
p { color: rgb(160,135,157); }
H1.HeaderClassName
{
color: #A0879D;
}
.AnyTagClassName
{
color: #A0879D;
}
</style>
background-color css
<style>
a { background-color: #A0879D; }
a { background-color: rgb(160,135,157); }
div.DivClassName
{
background-color: #A0879D;
}
.BgClassName
{
background-color: #A0879D;
}
</style>
border-color css
<style>
span { border-color: #A0879D; }
span { border-color: rgb(160,135,157); }
td.TdClassName
{
border-color: #A0879D;
}
.TagClassName
{
border-color: #A0879D;
}
</style>