Shades of Bouquet #A56E98
Tints of Bouquet #A56E98
RGB
CMYK
RGB Variations
Color information
#A56E98 (or 0xA56E98) is known color: Bouquet. HEX triplet: A5, 6E and 98. RGB value is (165,110,152). Sum of RGB (Red+Green+Blue) = 165+110+152=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E98 is #5A9167. Grayscale: #838383. Windows color (decimal): -5935464 or 9989797. OLE color: 9989797.
HSL color Cylindrical-coordinate representation of color #A56E98: hue angle of 314.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56E98 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 110 | 152 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.35 |
| HSL | 314.18º | 0.23% | 0.54% | - |
| HSV(B) | 314.18º | 0.33% | 0.65% | - |
| XYZ | 26.76 | 21.42 | 32.43 | - |
| YUV | 131.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 152 | 0 | 0.33 | 0.08 | 0.35 | 314.18 | 0.23 | 0.54 |
| Hex | A5 | 6E | 98 | 0 | 21 | 8 | 23 | 13A | 17 | 36 |
| Octal | 245 | 156 | 230 | 0 | 41 | 10 | 43 | 472 | 27 | 66 |
| Binary | 10100101 | 1101110 | 10011000 | 0 | 100001 | 1000 | 100011 | 100111010 | 10111 | 110110 |
Color Harmonies of #A56E98
Complementary color
Monochromatic Colors of #A56E98
Black with #A56E98
Text Example
Text Example
White with #A56E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56E98; }
p { color: rgb(165,110,152); }
H1.HeaderClassName
{
color: #A56E98;
}
.AnyTagClassName
{
color: #A56E98;
}
</style>
background-color css
<style>
a { background-color: #A56E98; }
a { background-color: rgb(165,110,152); }
div.DivClassName
{
background-color: #A56E98;
}
.BgClassName
{
background-color: #A56E98;
}
</style>
border-color css
<style>
span { border-color: #A56E98; }
span { border-color: rgb(165,110,152); }
td.TdClassName
{
border-color: #A56E98;
}
.TagClassName
{
border-color: #A56E98;
}
</style>