Shades of Bouquet #A9819F
Tints of Bouquet #A9819F
RGB
CMYK
RGB Variations
Color information
#A9819F (or 0xA9819F) is known color: Bouquet. HEX triplet: A9, 81 and 9F. RGB value is (169,129,159). Sum of RGB (Red+Green+Blue) = 169+129+159=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A9819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9819F is #567E60. Grayscale: #909090. Windows color (decimal): -5668449 or 10453417. OLE color: 10453417.
HSL color Cylindrical-coordinate representation of color #A9819F: hue angle of 315º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9819F is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 159 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.34 |
| HSL | 315º | 0.19% | 0.58% | - |
| HSV(B) | 315º | 0.24% | 0.66% | - |
| XYZ | 30.47 | 26.64 | 36.34 | - |
| YUV | 144.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 159 | 0 | 0.24 | 0.06 | 0.34 | 315 | 0.19 | 0.58 |
| Hex | A9 | 81 | 9F | 0 | 18 | 6 | 22 | 13B | 13 | 3A |
| Octal | 251 | 201 | 237 | 0 | 30 | 6 | 42 | 473 | 23 | 72 |
| Binary | 10101001 | 10000001 | 10011111 | 0 | 11000 | 110 | 100010 | 100111011 | 10011 | 111010 |
Color Harmonies of #A9819F
Complementary color
Monochromatic Colors of #A9819F
Black with #A9819F
Text Example
Text Example
White with #A9819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9819F; }
p { color: rgb(169,129,159); }
H1.HeaderClassName
{
color: #A9819F;
}
.AnyTagClassName
{
color: #A9819F;
}
</style>
background-color css
<style>
a { background-color: #A9819F; }
a { background-color: rgb(169,129,159); }
div.DivClassName
{
background-color: #A9819F;
}
.BgClassName
{
background-color: #A9819F;
}
</style>
border-color css
<style>
span { border-color: #A9819F; }
span { border-color: rgb(169,129,159); }
td.TdClassName
{
border-color: #A9819F;
}
.TagClassName
{
border-color: #A9819F;
}
</style>