Shades of Bouquet #A98FA1
Tints of Bouquet #A98FA1
RGB
CMYK
RGB Variations
Color information
#A98FA1 (or 0xA98FA1) is known color: Bouquet. HEX triplet: A9, 8F and A1. RGB value is (169,143,161). Sum of RGB (Red+Green+Blue) = 169+143+161=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A98FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98FA1 is #56705E. Grayscale: #989898. Windows color (decimal): -5664863 or 10588073. OLE color: 10588073.
HSL color Cylindrical-coordinate representation of color #A98FA1: hue angle of 318.46º 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 #A98FA1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 161 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.34 |
| HSL | 318.46º | 0.13% | 0.61% | - |
| HSV(B) | 318.46º | 0.15% | 0.66% | - |
| XYZ | 32.62 | 30.65 | 37.92 | - |
| YUV | 152.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 161 | 0 | 0.15 | 0.05 | 0.34 | 318.46 | 0.13 | 0.61 |
| Hex | A9 | 8F | A1 | 0 | F | 5 | 22 | 13E | D | 3D |
| Octal | 251 | 217 | 241 | 0 | 17 | 5 | 42 | 476 | 15 | 75 |
| Binary | 10101001 | 10001111 | 10100001 | 0 | 1111 | 101 | 100010 | 100111110 | 1101 | 111101 |
Color Harmonies of #A98FA1
Complementary color
Monochromatic Colors of #A98FA1
Black with #A98FA1
Text Example
Text Example
White with #A98FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98FA1; }
p { color: rgb(169,143,161); }
H1.HeaderClassName
{
color: #A98FA1;
}
.AnyTagClassName
{
color: #A98FA1;
}
</style>
background-color css
<style>
a { background-color: #A98FA1; }
a { background-color: rgb(169,143,161); }
div.DivClassName
{
background-color: #A98FA1;
}
.BgClassName
{
background-color: #A98FA1;
}
</style>
border-color css
<style>
span { border-color: #A98FA1; }
span { border-color: rgb(169,143,161); }
td.TdClassName
{
border-color: #A98FA1;
}
.TagClassName
{
border-color: #A98FA1;
}
</style>