Shades of Bouquet #A98FA0
Tints of Bouquet #A98FA0
RGB
CMYK
RGB Variations
Color information
#A98FA0 (or 0xA98FA0) is known color: Bouquet. HEX triplet: A9, 8F and A0. RGB value is (169,143,160). Sum of RGB (Red+Green+Blue) = 169+143+160=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A98FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98FA0 is #56705F. Grayscale: #989898. Windows color (decimal): -5664864 or 10522537. OLE color: 10522537.
HSL color Cylindrical-coordinate representation of color #A98FA0: hue angle of 320.77º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A98FA0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 160 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.34 |
| HSL | 320.77º | 0.13% | 0.61% | - |
| HSV(B) | 320.77º | 0.15% | 0.66% | - |
| XYZ | 32.53 | 30.62 | 37.45 | - |
| YUV | 152.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 160 | 0 | 0.15 | 0.05 | 0.34 | 320.77 | 0.13 | 0.61 |
| Hex | A9 | 8F | A0 | 0 | F | 5 | 22 | 141 | D | 3D |
| Octal | 251 | 217 | 240 | 0 | 17 | 5 | 42 | 501 | 15 | 75 |
| Binary | 10101001 | 10001111 | 10100000 | 0 | 1111 | 101 | 100010 | 101000001 | 1101 | 111101 |
Color Harmonies of #A98FA0
Complementary color
Monochromatic Colors of #A98FA0
Black with #A98FA0
Text Example
Text Example
White with #A98FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98FA0; }
p { color: rgb(169,143,160); }
H1.HeaderClassName
{
color: #A98FA0;
}
.AnyTagClassName
{
color: #A98FA0;
}
</style>
background-color css
<style>
a { background-color: #A98FA0; }
a { background-color: rgb(169,143,160); }
div.DivClassName
{
background-color: #A98FA0;
}
.BgClassName
{
background-color: #A98FA0;
}
</style>
border-color css
<style>
span { border-color: #A98FA0; }
span { border-color: rgb(169,143,160); }
td.TdClassName
{
border-color: #A98FA0;
}
.TagClassName
{
border-color: #A98FA0;
}
</style>