Shades of Bouquet #A3879B
Tints of Bouquet #A3879B
RGB
CMYK
RGB Variations
Color information
#A3879B (or 0xA3879B) is known color: Bouquet. HEX triplet: A3, 87 and 9B. RGB value is (163,135,155). Sum of RGB (Red+Green+Blue) = 163+135+155=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3879B is #5C7864. Grayscale: #919191. Windows color (decimal): -6060133 or 10192803. OLE color: 10192803.
HSL color Cylindrical-coordinate representation of color #A3879B: hue angle of 317.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3879B is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 135 | 155 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.36 |
| HSL | 317.14º | 0.13% | 0.58% | - |
| HSV(B) | 317.14º | 0.17% | 0.64% | - |
| XYZ | 29.68 | 27.48 | 34.75 | - |
| YUV | 145.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 155 | 0 | 0.17 | 0.05 | 0.36 | 317.14 | 0.13 | 0.58 |
| Hex | A3 | 87 | 9B | 0 | 11 | 5 | 24 | 13D | D | 3A |
| Octal | 243 | 207 | 233 | 0 | 21 | 5 | 44 | 475 | 15 | 72 |
| Binary | 10100011 | 10000111 | 10011011 | 0 | 10001 | 101 | 100100 | 100111101 | 1101 | 111010 |
Color Harmonies of #A3879B
Complementary color
Monochromatic Colors of #A3879B
Black with #A3879B
Text Example
Text Example
White with #A3879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3879B; }
p { color: rgb(163,135,155); }
H1.HeaderClassName
{
color: #A3879B;
}
.AnyTagClassName
{
color: #A3879B;
}
</style>
background-color css
<style>
a { background-color: #A3879B; }
a { background-color: rgb(163,135,155); }
div.DivClassName
{
background-color: #A3879B;
}
.BgClassName
{
background-color: #A3879B;
}
</style>
border-color css
<style>
span { border-color: #A3879B; }
span { border-color: rgb(163,135,155); }
td.TdClassName
{
border-color: #A3879B;
}
.TagClassName
{
border-color: #A3879B;
}
</style>