Shades of Bouquet #A56F99
Tints of Bouquet #A56F99
RGB
CMYK
RGB Variations
Color information
#A56F99 (or 0xA56F99) is known color: Bouquet. HEX triplet: A5, 6F and 99. RGB value is (165,111,153). Sum of RGB (Red+Green+Blue) = 165+111+153=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F99 is #5A9066. Grayscale: #838383. Windows color (decimal): -5935207 or 10055589. OLE color: 10055589.
HSL color Cylindrical-coordinate representation of color #A56F99: hue angle of 313.33º 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 #A56F99 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 111 | 153 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.35 |
| HSL | 313.33º | 0.23% | 0.54% | - |
| HSV(B) | 313.33º | 0.33% | 0.65% | - |
| XYZ | 26.95 | 21.67 | 32.9 | - |
| YUV | 131.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 153 | 0 | 0.33 | 0.07 | 0.35 | 313.33 | 0.23 | 0.54 |
| Hex | A5 | 6F | 99 | 0 | 21 | 7 | 23 | 139 | 17 | 36 |
| Octal | 245 | 157 | 231 | 0 | 41 | 7 | 43 | 471 | 27 | 66 |
| Binary | 10100101 | 1101111 | 10011001 | 0 | 100001 | 111 | 100011 | 100111001 | 10111 | 110110 |
Color Harmonies of #A56F99
Complementary color
Monochromatic Colors of #A56F99
Black with #A56F99
Text Example
Text Example
White with #A56F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56F99; }
p { color: rgb(165,111,153); }
H1.HeaderClassName
{
color: #A56F99;
}
.AnyTagClassName
{
color: #A56F99;
}
</style>
background-color css
<style>
a { background-color: #A56F99; }
a { background-color: rgb(165,111,153); }
div.DivClassName
{
background-color: #A56F99;
}
.BgClassName
{
background-color: #A56F99;
}
</style>
border-color css
<style>
span { border-color: #A56F99; }
span { border-color: rgb(165,111,153); }
td.TdClassName
{
border-color: #A56F99;
}
.TagClassName
{
border-color: #A56F99;
}
</style>