Shades of Bouquet #A4829B
Tints of Bouquet #A4829B
RGB
CMYK
RGB Variations
Color information
#A4829B (or 0xA4829B) is known color: Bouquet. HEX triplet: A4, 82 and 9B. RGB value is (164,130,155). Sum of RGB (Red+Green+Blue) = 164+130+155=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829B is #5B7D64. Grayscale: #8E8E8E. Windows color (decimal): -5995877 or 10191524. OLE color: 10191524.
HSL color Cylindrical-coordinate representation of color #A4829B: hue angle of 315.88º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4829B is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 155 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.36 |
| HSL | 315.88º | 0.16% | 0.58% | - |
| HSV(B) | 315.88º | 0.21% | 0.64% | - |
| XYZ | 29.21 | 26.22 | 34.53 | - |
| YUV | 143.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 155 | 0 | 0.21 | 0.05 | 0.36 | 315.88 | 0.16 | 0.58 |
| Hex | A4 | 82 | 9B | 0 | 15 | 5 | 24 | 13C | 10 | 3A |
| Octal | 244 | 202 | 233 | 0 | 25 | 5 | 44 | 474 | 20 | 72 |
| Binary | 10100100 | 10000010 | 10011011 | 0 | 10101 | 101 | 100100 | 100111100 | 10000 | 111010 |
Color Harmonies of #A4829B
Complementary color
Monochromatic Colors of #A4829B
Black with #A4829B
Text Example
Text Example
White with #A4829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4829B; }
p { color: rgb(164,130,155); }
H1.HeaderClassName
{
color: #A4829B;
}
.AnyTagClassName
{
color: #A4829B;
}
</style>
background-color css
<style>
a { background-color: #A4829B; }
a { background-color: rgb(164,130,155); }
div.DivClassName
{
background-color: #A4829B;
}
.BgClassName
{
background-color: #A4829B;
}
</style>
border-color css
<style>
span { border-color: #A4829B; }
span { border-color: rgb(164,130,155); }
td.TdClassName
{
border-color: #A4829B;
}
.TagClassName
{
border-color: #A4829B;
}
</style>