Shades of Bouquet #A2779B
Tints of Bouquet #A2779B
RGB
CMYK
RGB Variations
Color information
#A2779B (or 0xA2779B) is known color: Bouquet. HEX triplet: A2, 77 and 9B. RGB value is (162,119,155). Sum of RGB (Red+Green+Blue) = 162+119+155=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A2779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2779B is #5D8864. Grayscale: #878787. Windows color (decimal): -6129765 or 10188706. OLE color: 10188706.
HSL color Cylindrical-coordinate representation of color #A2779B: hue angle of 309.77º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2779B is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 155 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.36 |
| HSL | 309.77º | 0.19% | 0.55% | - |
| HSV(B) | 309.77º | 0.27% | 0.64% | - |
| XYZ | 27.41 | 23.24 | 34.05 | - |
| YUV | 135.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 155 | 0 | 0.27 | 0.04 | 0.36 | 309.77 | 0.19 | 0.55 |
| Hex | A2 | 77 | 9B | 0 | 1B | 4 | 24 | 136 | 13 | 37 |
| Octal | 242 | 167 | 233 | 0 | 33 | 4 | 44 | 466 | 23 | 67 |
| Binary | 10100010 | 1110111 | 10011011 | 0 | 11011 | 100 | 100100 | 100110110 | 10011 | 110111 |
Color Harmonies of #A2779B
Complementary color
Monochromatic Colors of #A2779B
Black with #A2779B
Text Example
Text Example
White with #A2779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2779B; }
p { color: rgb(162,119,155); }
H1.HeaderClassName
{
color: #A2779B;
}
.AnyTagClassName
{
color: #A2779B;
}
</style>
background-color css
<style>
a { background-color: #A2779B; }
a { background-color: rgb(162,119,155); }
div.DivClassName
{
background-color: #A2779B;
}
.BgClassName
{
background-color: #A2779B;
}
</style>
border-color css
<style>
span { border-color: #A2779B; }
span { border-color: rgb(162,119,155); }
td.TdClassName
{
border-color: #A2779B;
}
.TagClassName
{
border-color: #A2779B;
}
</style>