Shades of Bouquet #A47DA0
Tints of Bouquet #A47DA0
RGB
CMYK
RGB Variations
Color information
#A47DA0 (or 0xA47DA0) is known color: Bouquet. HEX triplet: A4, 7D and A0. RGB value is (164,125,160). Sum of RGB (Red+Green+Blue) = 164+125+160=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A47DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47DA0 is #5B825F. Grayscale: #8C8C8C. Windows color (decimal): -5997152 or 10517924. OLE color: 10517924.
HSL color Cylindrical-coordinate representation of color #A47DA0: hue angle of 306.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47DA0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 160 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.36 |
| HSL | 306.15º | 0.18% | 0.57% | - |
| HSV(B) | 306.15º | 0.24% | 0.64% | - |
| XYZ | 28.99 | 25.1 | 36.57 | - |
| YUV | 140.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 160 | 0 | 0.24 | 0.02 | 0.36 | 306.15 | 0.18 | 0.57 |
| Hex | A4 | 7D | A0 | 0 | 18 | 2 | 24 | 132 | 12 | 39 |
| Octal | 244 | 175 | 240 | 0 | 30 | 2 | 44 | 462 | 22 | 71 |
| Binary | 10100100 | 1111101 | 10100000 | 0 | 11000 | 10 | 100100 | 100110010 | 10010 | 111001 |
Color Harmonies of #A47DA0
Complementary color
Monochromatic Colors of #A47DA0
Black with #A47DA0
Text Example
Text Example
White with #A47DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DA0; }
p { color: rgb(164,125,160); }
H1.HeaderClassName
{
color: #A47DA0;
}
.AnyTagClassName
{
color: #A47DA0;
}
</style>
background-color css
<style>
a { background-color: #A47DA0; }
a { background-color: rgb(164,125,160); }
div.DivClassName
{
background-color: #A47DA0;
}
.BgClassName
{
background-color: #A47DA0;
}
</style>
border-color css
<style>
span { border-color: #A47DA0; }
span { border-color: rgb(164,125,160); }
td.TdClassName
{
border-color: #A47DA0;
}
.TagClassName
{
border-color: #A47DA0;
}
</style>