Shades of Bouquet #A4779B
Tints of Bouquet #A4779B
RGB
CMYK
RGB Variations
Color information
#A4779B (or 0xA4779B) is known color: Bouquet. HEX triplet: A4, 77 and 9B. RGB value is (164,119,155). Sum of RGB (Red+Green+Blue) = 164+119+155=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4779B is #5B8864. Grayscale: #888888. Windows color (decimal): -5998693 or 10188708. OLE color: 10188708.
HSL color Cylindrical-coordinate representation of color #A4779B: hue angle of 312º degrees, saturation: 0.2, 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 #A4779B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 155 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.36 |
| HSL | 312º | 0.2% | 0.55% | - |
| HSV(B) | 312º | 0.27% | 0.64% | - |
| XYZ | 27.82 | 23.45 | 34.07 | - |
| YUV | 136.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 155 | 0 | 0.27 | 0.05 | 0.36 | 312 | 0.2 | 0.55 |
| Hex | A4 | 77 | 9B | 0 | 1B | 5 | 24 | 138 | 14 | 37 |
| Octal | 244 | 167 | 233 | 0 | 33 | 5 | 44 | 470 | 24 | 67 |
| Binary | 10100100 | 1110111 | 10011011 | 0 | 11011 | 101 | 100100 | 100111000 | 10100 | 110111 |
Color Harmonies of #A4779B
Complementary color
Monochromatic Colors of #A4779B
Black with #A4779B
Text Example
Text Example
White with #A4779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4779B; }
p { color: rgb(164,119,155); }
H1.HeaderClassName
{
color: #A4779B;
}
.AnyTagClassName
{
color: #A4779B;
}
</style>
background-color css
<style>
a { background-color: #A4779B; }
a { background-color: rgb(164,119,155); }
div.DivClassName
{
background-color: #A4779B;
}
.BgClassName
{
background-color: #A4779B;
}
</style>
border-color css
<style>
span { border-color: #A4779B; }
span { border-color: rgb(164,119,155); }
td.TdClassName
{
border-color: #A4779B;
}
.TagClassName
{
border-color: #A4779B;
}
</style>