Shades of Bouquet #A4779A
Tints of Bouquet #A4779A
RGB
CMYK
RGB Variations
Color information
#A4779A (or 0xA4779A) is known color: Bouquet. HEX triplet: A4, 77 and 9A. RGB value is (164,119,154). Sum of RGB (Red+Green+Blue) = 164+119+154=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4779A is #5B8865. Grayscale: #888888. Windows color (decimal): -5998694 or 10123172. OLE color: 10123172.
HSL color Cylindrical-coordinate representation of color #A4779A: hue angle of 313.33º 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 #A4779A is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 154 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.36 |
| HSL | 313.33º | 0.2% | 0.55% | - |
| HSV(B) | 313.33º | 0.27% | 0.64% | - |
| XYZ | 27.74 | 23.42 | 33.63 | - |
| YUV | 136.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 154 | 0 | 0.27 | 0.06 | 0.36 | 313.33 | 0.2 | 0.55 |
| Hex | A4 | 77 | 9A | 0 | 1B | 6 | 24 | 139 | 14 | 37 |
| Octal | 244 | 167 | 232 | 0 | 33 | 6 | 44 | 471 | 24 | 67 |
| Binary | 10100100 | 1110111 | 10011010 | 0 | 11011 | 110 | 100100 | 100111001 | 10100 | 110111 |
Color Harmonies of #A4779A
Complementary color
Monochromatic Colors of #A4779A
Black with #A4779A
Text Example
Text Example
White with #A4779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4779A; }
p { color: rgb(164,119,154); }
H1.HeaderClassName
{
color: #A4779A;
}
.AnyTagClassName
{
color: #A4779A;
}
</style>
background-color css
<style>
a { background-color: #A4779A; }
a { background-color: rgb(164,119,154); }
div.DivClassName
{
background-color: #A4779A;
}
.BgClassName
{
background-color: #A4779A;
}
</style>
border-color css
<style>
span { border-color: #A4779A; }
span { border-color: rgb(164,119,154); }
td.TdClassName
{
border-color: #A4779A;
}
.TagClassName
{
border-color: #A4779A;
}
</style>