Shades of Bouquet #A97194
Tints of Bouquet #A97194
RGB
CMYK
RGB Variations
Color information
#A97194 (or 0xA97194) is known color: Bouquet. HEX triplet: A9, 71 and 94. RGB value is (169,113,148). Sum of RGB (Red+Green+Blue) = 169+113+148=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A97194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97194 is #568E6B. Grayscale: #858585. Windows color (decimal): -5672556 or 9728425. OLE color: 9728425.
HSL color Cylindrical-coordinate representation of color #A97194: hue angle of 322.5º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97194 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 148 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.34 |
| HSL | 322.5º | 0.25% | 0.55% | - |
| HSV(B) | 322.5º | 0.33% | 0.66% | - |
| XYZ | 27.61 | 22.38 | 30.88 | - |
| YUV | 133.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 148 | 0 | 0.33 | 0.12 | 0.34 | 322.5 | 0.25 | 0.55 |
| Hex | A9 | 71 | 94 | 0 | 21 | C | 22 | 142 | 19 | 37 |
| Octal | 251 | 161 | 224 | 0 | 41 | 14 | 42 | 502 | 31 | 67 |
| Binary | 10101001 | 1110001 | 10010100 | 0 | 100001 | 1100 | 100010 | 101000010 | 11001 | 110111 |
Color Harmonies of #A97194
Complementary color
Monochromatic Colors of #A97194
Black with #A97194
Text Example
Text Example
White with #A97194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97194; }
p { color: rgb(169,113,148); }
H1.HeaderClassName
{
color: #A97194;
}
.AnyTagClassName
{
color: #A97194;
}
</style>
background-color css
<style>
a { background-color: #A97194; }
a { background-color: rgb(169,113,148); }
div.DivClassName
{
background-color: #A97194;
}
.BgClassName
{
background-color: #A97194;
}
</style>
border-color css
<style>
span { border-color: #A97194; }
span { border-color: rgb(169,113,148); }
td.TdClassName
{
border-color: #A97194;
}
.TagClassName
{
border-color: #A97194;
}
</style>