Shades of Bouquet #A5879E
Tints of Bouquet #A5879E
RGB
CMYK
RGB Variations
Color information
#A5879E (or 0xA5879E) is known color: Bouquet. HEX triplet: A5, 87 and 9E. RGB value is (165,135,158). Sum of RGB (Red+Green+Blue) = 165+135+158=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A5879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5879E is #5A7861. Grayscale: #929292. Windows color (decimal): -5929058 or 10389413. OLE color: 10389413.
HSL color Cylindrical-coordinate representation of color #A5879E: hue angle of 314º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5879E is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 158 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.35 |
| HSL | 314º | 0.14% | 0.59% | - |
| HSV(B) | 314º | 0.18% | 0.65% | - |
| XYZ | 30.35 | 27.8 | 36.11 | - |
| YUV | 146.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 158 | 0 | 0.18 | 0.04 | 0.35 | 314 | 0.14 | 0.59 |
| Hex | A5 | 87 | 9E | 0 | 12 | 4 | 23 | 13A | E | 3B |
| Octal | 245 | 207 | 236 | 0 | 22 | 4 | 43 | 472 | 16 | 73 |
| Binary | 10100101 | 10000111 | 10011110 | 0 | 10010 | 100 | 100011 | 100111010 | 1110 | 111011 |
Color Harmonies of #A5879E
Complementary color
Monochromatic Colors of #A5879E
Black with #A5879E
Text Example
Text Example
White with #A5879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5879E; }
p { color: rgb(165,135,158); }
H1.HeaderClassName
{
color: #A5879E;
}
.AnyTagClassName
{
color: #A5879E;
}
</style>
background-color css
<style>
a { background-color: #A5879E; }
a { background-color: rgb(165,135,158); }
div.DivClassName
{
background-color: #A5879E;
}
.BgClassName
{
background-color: #A5879E;
}
</style>
border-color css
<style>
span { border-color: #A5879E; }
span { border-color: rgb(165,135,158); }
td.TdClassName
{
border-color: #A5879E;
}
.TagClassName
{
border-color: #A5879E;
}
</style>