Shades of Bouquet #A978A1
Tints of Bouquet #A978A1
RGB
CMYK
RGB Variations
Color information
#A978A1 (or 0xA978A1) is known color: Bouquet. HEX triplet: A9, 78 and A1. RGB value is (169,120,161). Sum of RGB (Red+Green+Blue) = 169+120+161=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A978A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978A1 is #56875E. Grayscale: #8B8B8B. Windows color (decimal): -5670751 or 10582185. OLE color: 10582185.
HSL color Cylindrical-coordinate representation of color #A978A1: hue angle of 309.8º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A978A1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 161 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.34 |
| HSL | 309.8º | 0.22% | 0.57% | - |
| HSV(B) | 309.8º | 0.29% | 0.66% | - |
| XYZ | 29.51 | 24.44 | 36.88 | - |
| YUV | 139.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 161 | 0 | 0.29 | 0.05 | 0.34 | 309.8 | 0.22 | 0.57 |
| Hex | A9 | 78 | A1 | 0 | 1D | 5 | 22 | 136 | 16 | 39 |
| Octal | 251 | 170 | 241 | 0 | 35 | 5 | 42 | 466 | 26 | 71 |
| Binary | 10101001 | 1111000 | 10100001 | 0 | 11101 | 101 | 100010 | 100110110 | 10110 | 111001 |
Color Harmonies of #A978A1
Complementary color
Monochromatic Colors of #A978A1
Black with #A978A1
Text Example
Text Example
White with #A978A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978A1; }
p { color: rgb(169,120,161); }
H1.HeaderClassName
{
color: #A978A1;
}
.AnyTagClassName
{
color: #A978A1;
}
</style>
background-color css
<style>
a { background-color: #A978A1; }
a { background-color: rgb(169,120,161); }
div.DivClassName
{
background-color: #A978A1;
}
.BgClassName
{
background-color: #A978A1;
}
</style>
border-color css
<style>
span { border-color: #A978A1; }
span { border-color: rgb(169,120,161); }
td.TdClassName
{
border-color: #A978A1;
}
.TagClassName
{
border-color: #A978A1;
}
</style>