Shades of Bouquet #A97390
Tints of Bouquet #A97390
RGB
CMYK
RGB Variations
Color information
#A97390 (or 0xA97390) is known color: Bouquet. HEX triplet: A9, 73 and 90. RGB value is (169,115,144). Sum of RGB (Red+Green+Blue) = 169+115+144=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A97390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97390 is #568C6F. Grayscale: #868686. Windows color (decimal): -5672048 or 9466793. OLE color: 9466793.
HSL color Cylindrical-coordinate representation of color #A97390: hue angle of 327.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97390 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 144 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.34 |
| HSL | 327.78º | 0.24% | 0.56% | - |
| HSV(B) | 327.78º | 0.32% | 0.66% | - |
| XYZ | 27.53 | 22.71 | 29.32 | - |
| YUV | 134.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 144 | 0 | 0.32 | 0.15 | 0.34 | 327.78 | 0.24 | 0.56 |
| Hex | A9 | 73 | 90 | 0 | 20 | F | 22 | 148 | 18 | 38 |
| Octal | 251 | 163 | 220 | 0 | 40 | 17 | 42 | 510 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10010000 | 0 | 100000 | 1111 | 100010 | 101001000 | 11000 | 111000 |
Color Harmonies of #A97390
Complementary color
Monochromatic Colors of #A97390
Black with #A97390
Text Example
Text Example
White with #A97390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97390; }
p { color: rgb(169,115,144); }
H1.HeaderClassName
{
color: #A97390;
}
.AnyTagClassName
{
color: #A97390;
}
</style>
background-color css
<style>
a { background-color: #A97390; }
a { background-color: rgb(169,115,144); }
div.DivClassName
{
background-color: #A97390;
}
.BgClassName
{
background-color: #A97390;
}
</style>
border-color css
<style>
span { border-color: #A97390; }
span { border-color: rgb(169,115,144); }
td.TdClassName
{
border-color: #A97390;
}
.TagClassName
{
border-color: #A97390;
}
</style>