Shades of Bouquet #A37A98
Tints of Bouquet #A37A98
RGB
CMYK
RGB Variations
Color information
#A37A98 (or 0xA37A98) is known color: Bouquet. HEX triplet: A3, 7A and 98. RGB value is (163,122,152). Sum of RGB (Red+Green+Blue) = 163+122+152=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A98 is #5C8567. Grayscale: #898989. Windows color (decimal): -6063464 or 9992867. OLE color: 9992867.
HSL color Cylindrical-coordinate representation of color #A37A98: hue angle of 316.1º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37A98 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 152 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.36 |
| HSL | 316.1º | 0.18% | 0.56% | - |
| HSV(B) | 316.1º | 0.25% | 0.64% | - |
| XYZ | 27.73 | 23.97 | 32.87 | - |
| YUV | 137.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 152 | 0 | 0.25 | 0.07 | 0.36 | 316.1 | 0.18 | 0.56 |
| Hex | A3 | 7A | 98 | 0 | 19 | 7 | 24 | 13C | 12 | 38 |
| Octal | 243 | 172 | 230 | 0 | 31 | 7 | 44 | 474 | 22 | 70 |
| Binary | 10100011 | 1111010 | 10011000 | 0 | 11001 | 111 | 100100 | 100111100 | 10010 | 111000 |
Color Harmonies of #A37A98
Complementary color
Monochromatic Colors of #A37A98
Black with #A37A98
Text Example
Text Example
White with #A37A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A98; }
p { color: rgb(163,122,152); }
H1.HeaderClassName
{
color: #A37A98;
}
.AnyTagClassName
{
color: #A37A98;
}
</style>
background-color css
<style>
a { background-color: #A37A98; }
a { background-color: rgb(163,122,152); }
div.DivClassName
{
background-color: #A37A98;
}
.BgClassName
{
background-color: #A37A98;
}
</style>
border-color css
<style>
span { border-color: #A37A98; }
span { border-color: rgb(163,122,152); }
td.TdClassName
{
border-color: #A37A98;
}
.TagClassName
{
border-color: #A37A98;
}
</style>