Shades of Bouquet #A4819F
Tints of Bouquet #A4819F
RGB
CMYK
RGB Variations
Color information
#A4819F (or 0xA4819F) is known color: Bouquet. HEX triplet: A4, 81 and 9F. RGB value is (164,129,159). Sum of RGB (Red+Green+Blue) = 164+129+159=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A4819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4819F is #5B7E60. Grayscale: #8E8E8E. Windows color (decimal): -5996129 or 10453412. OLE color: 10453412.
HSL color Cylindrical-coordinate representation of color #A4819F: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4819F is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 159 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.36 |
| HSL | 308.57º | 0.16% | 0.57% | - |
| HSV(B) | 308.57º | 0.21% | 0.64% | - |
| XYZ | 29.42 | 26.1 | 36.29 | - |
| YUV | 142.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 159 | 0 | 0.21 | 0.03 | 0.36 | 308.57 | 0.16 | 0.57 |
| Hex | A4 | 81 | 9F | 0 | 15 | 3 | 24 | 135 | 10 | 39 |
| Octal | 244 | 201 | 237 | 0 | 25 | 3 | 44 | 465 | 20 | 71 |
| Binary | 10100100 | 10000001 | 10011111 | 0 | 10101 | 11 | 100100 | 100110101 | 10000 | 111001 |
Color Harmonies of #A4819F
Complementary color
Monochromatic Colors of #A4819F
Black with #A4819F
Text Example
Text Example
White with #A4819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4819F; }
p { color: rgb(164,129,159); }
H1.HeaderClassName
{
color: #A4819F;
}
.AnyTagClassName
{
color: #A4819F;
}
</style>
background-color css
<style>
a { background-color: #A4819F; }
a { background-color: rgb(164,129,159); }
div.DivClassName
{
background-color: #A4819F;
}
.BgClassName
{
background-color: #A4819F;
}
</style>
border-color css
<style>
span { border-color: #A4819F; }
span { border-color: rgb(164,129,159); }
td.TdClassName
{
border-color: #A4819F;
}
.TagClassName
{
border-color: #A4819F;
}
</style>