Shades of Bouquet #A4799C
Tints of Bouquet #A4799C
RGB
CMYK
RGB Variations
Color information
#A4799C (or 0xA4799C) is known color: Bouquet. HEX triplet: A4, 79 and 9C. RGB value is (164,121,156). Sum of RGB (Red+Green+Blue) = 164+121+156=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4799C is #5B8663. Grayscale: #898989. Windows color (decimal): -5998180 or 10254756. OLE color: 10254756.
HSL color Cylindrical-coordinate representation of color #A4799C: hue angle of 311.16º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4799C is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 156 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.36 |
| HSL | 311.16º | 0.19% | 0.56% | - |
| HSV(B) | 311.16º | 0.26% | 0.64% | - |
| XYZ | 28.15 | 23.97 | 34.6 | - |
| YUV | 137.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 156 | 0 | 0.26 | 0.05 | 0.36 | 311.16 | 0.19 | 0.56 |
| Hex | A4 | 79 | 9C | 0 | 1A | 5 | 24 | 137 | 13 | 38 |
| Octal | 244 | 171 | 234 | 0 | 32 | 5 | 44 | 467 | 23 | 70 |
| Binary | 10100100 | 1111001 | 10011100 | 0 | 11010 | 101 | 100100 | 100110111 | 10011 | 111000 |
Color Harmonies of #A4799C
Complementary color
Monochromatic Colors of #A4799C
Black with #A4799C
Text Example
Text Example
White with #A4799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4799C; }
p { color: rgb(164,121,156); }
H1.HeaderClassName
{
color: #A4799C;
}
.AnyTagClassName
{
color: #A4799C;
}
</style>
background-color css
<style>
a { background-color: #A4799C; }
a { background-color: rgb(164,121,156); }
div.DivClassName
{
background-color: #A4799C;
}
.BgClassName
{
background-color: #A4799C;
}
</style>
border-color css
<style>
span { border-color: #A4799C; }
span { border-color: rgb(164,121,156); }
td.TdClassName
{
border-color: #A4799C;
}
.TagClassName
{
border-color: #A4799C;
}
</style>