Shades of Bouquet #A978A0
Tints of Bouquet #A978A0
RGB
CMYK
RGB Variations
Color information
#A978A0 (or 0xA978A0) is known color: Bouquet. HEX triplet: A9, 78 and A0. RGB value is (169,120,160). Sum of RGB (Red+Green+Blue) = 169+120+160=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A978A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978A0 is #56875F. Grayscale: #8B8B8B. Windows color (decimal): -5670752 or 10516649. OLE color: 10516649.
HSL color Cylindrical-coordinate representation of color #A978A0: hue angle of 311.02º 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 #A978A0 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 160 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.34 |
| HSL | 311.02º | 0.22% | 0.57% | - |
| HSV(B) | 311.02º | 0.29% | 0.66% | - |
| XYZ | 29.42 | 24.41 | 36.42 | - |
| YUV | 139.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 160 | 0 | 0.29 | 0.05 | 0.34 | 311.02 | 0.22 | 0.57 |
| Hex | A9 | 78 | A0 | 0 | 1D | 5 | 22 | 137 | 16 | 39 |
| Octal | 251 | 170 | 240 | 0 | 35 | 5 | 42 | 467 | 26 | 71 |
| Binary | 10101001 | 1111000 | 10100000 | 0 | 11101 | 101 | 100010 | 100110111 | 10110 | 111001 |
Color Harmonies of #A978A0
Complementary color
Monochromatic Colors of #A978A0
Black with #A978A0
Text Example
Text Example
White with #A978A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978A0; }
p { color: rgb(169,120,160); }
H1.HeaderClassName
{
color: #A978A0;
}
.AnyTagClassName
{
color: #A978A0;
}
</style>
background-color css
<style>
a { background-color: #A978A0; }
a { background-color: rgb(169,120,160); }
div.DivClassName
{
background-color: #A978A0;
}
.BgClassName
{
background-color: #A978A0;
}
</style>
border-color css
<style>
span { border-color: #A978A0; }
span { border-color: rgb(169,120,160); }
td.TdClassName
{
border-color: #A978A0;
}
.TagClassName
{
border-color: #A978A0;
}
</style>