Shades of Bouquet #A4879B
Tints of Bouquet #A4879B
RGB
CMYK
RGB Variations
Color information
#A4879B (or 0xA4879B) is known color: Bouquet. HEX triplet: A4, 87 and 9B. RGB value is (164,135,155). Sum of RGB (Red+Green+Blue) = 164+135+155=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A4879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4879B is #5B7864. Grayscale: #919191. Windows color (decimal): -5994597 or 10192804. OLE color: 10192804.
HSL color Cylindrical-coordinate representation of color #A4879B: hue angle of 318.62º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4879B is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 155 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.36 |
| HSL | 318.62º | 0.14% | 0.59% | - |
| HSV(B) | 318.62º | 0.18% | 0.64% | - |
| XYZ | 29.89 | 27.59 | 34.76 | - |
| YUV | 145.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 155 | 0 | 0.18 | 0.05 | 0.36 | 318.62 | 0.14 | 0.59 |
| Hex | A4 | 87 | 9B | 0 | 12 | 5 | 24 | 13F | E | 3B |
| Octal | 244 | 207 | 233 | 0 | 22 | 5 | 44 | 477 | 16 | 73 |
| Binary | 10100100 | 10000111 | 10011011 | 0 | 10010 | 101 | 100100 | 100111111 | 1110 | 111011 |
Color Harmonies of #A4879B
Complementary color
Monochromatic Colors of #A4879B
Black with #A4879B
Text Example
Text Example
White with #A4879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4879B; }
p { color: rgb(164,135,155); }
H1.HeaderClassName
{
color: #A4879B;
}
.AnyTagClassName
{
color: #A4879B;
}
</style>
background-color css
<style>
a { background-color: #A4879B; }
a { background-color: rgb(164,135,155); }
div.DivClassName
{
background-color: #A4879B;
}
.BgClassName
{
background-color: #A4879B;
}
</style>
border-color css
<style>
span { border-color: #A4879B; }
span { border-color: rgb(164,135,155); }
td.TdClassName
{
border-color: #A4879B;
}
.TagClassName
{
border-color: #A4879B;
}
</style>