Shades of Bouquet #A3779B
Tints of Bouquet #A3779B
RGB
CMYK
RGB Variations
Color information
#A3779B (or 0xA3779B) is known color: Bouquet. HEX triplet: A3, 77 and 9B. RGB value is (163,119,155). Sum of RGB (Red+Green+Blue) = 163+119+155=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A3779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3779B is #5C8864. Grayscale: #888888. Windows color (decimal): -6064229 or 10188707. OLE color: 10188707.
HSL color Cylindrical-coordinate representation of color #A3779B: hue angle of 310.91º 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 #A3779B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 155 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.36 |
| HSL | 310.91º | 0.19% | 0.55% | - |
| HSV(B) | 310.91º | 0.27% | 0.64% | - |
| XYZ | 27.62 | 23.35 | 34.06 | - |
| YUV | 136.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 155 | 0 | 0.27 | 0.05 | 0.36 | 310.91 | 0.19 | 0.55 |
| Hex | A3 | 77 | 9B | 0 | 1B | 5 | 24 | 137 | 13 | 37 |
| Octal | 243 | 167 | 233 | 0 | 33 | 5 | 44 | 467 | 23 | 67 |
| Binary | 10100011 | 1110111 | 10011011 | 0 | 11011 | 101 | 100100 | 100110111 | 10011 | 110111 |
Color Harmonies of #A3779B
Complementary color
Monochromatic Colors of #A3779B
Black with #A3779B
Text Example
Text Example
White with #A3779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3779B; }
p { color: rgb(163,119,155); }
H1.HeaderClassName
{
color: #A3779B;
}
.AnyTagClassName
{
color: #A3779B;
}
</style>
background-color css
<style>
a { background-color: #A3779B; }
a { background-color: rgb(163,119,155); }
div.DivClassName
{
background-color: #A3779B;
}
.BgClassName
{
background-color: #A3779B;
}
</style>
border-color css
<style>
span { border-color: #A3779B; }
span { border-color: rgb(163,119,155); }
td.TdClassName
{
border-color: #A3779B;
}
.TagClassName
{
border-color: #A3779B;
}
</style>