Shades of Bouquet #A57E9A
Tints of Bouquet #A57E9A
RGB
CMYK
RGB Variations
Color information
#A57E9A (or 0xA57E9A) is known color: Bouquet. HEX triplet: A5, 7E and 9A. RGB value is (165,126,154). Sum of RGB (Red+Green+Blue) = 165+126+154=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E9A is #5A8165. Grayscale: #8C8C8C. Windows color (decimal): -5931366 or 10124965. OLE color: 10124965.
HSL color Cylindrical-coordinate representation of color #A57E9A: hue angle of 316.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57E9A is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 154 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.35 |
| HSL | 316.92º | 0.18% | 0.57% | - |
| HSV(B) | 316.92º | 0.24% | 0.65% | - |
| XYZ | 28.81 | 25.25 | 33.93 | - |
| YUV | 140.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 154 | 0 | 0.24 | 0.07 | 0.35 | 316.92 | 0.18 | 0.57 |
| Hex | A5 | 7E | 9A | 0 | 18 | 7 | 23 | 13D | 12 | 39 |
| Octal | 245 | 176 | 232 | 0 | 30 | 7 | 43 | 475 | 22 | 71 |
| Binary | 10100101 | 1111110 | 10011010 | 0 | 11000 | 111 | 100011 | 100111101 | 10010 | 111001 |
Color Harmonies of #A57E9A
Complementary color
Monochromatic Colors of #A57E9A
Black with #A57E9A
Text Example
Text Example
White with #A57E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E9A; }
p { color: rgb(165,126,154); }
H1.HeaderClassName
{
color: #A57E9A;
}
.AnyTagClassName
{
color: #A57E9A;
}
</style>
background-color css
<style>
a { background-color: #A57E9A; }
a { background-color: rgb(165,126,154); }
div.DivClassName
{
background-color: #A57E9A;
}
.BgClassName
{
background-color: #A57E9A;
}
</style>
border-color css
<style>
span { border-color: #A57E9A; }
span { border-color: rgb(165,126,154); }
td.TdClassName
{
border-color: #A57E9A;
}
.TagClassName
{
border-color: #A57E9A;
}
</style>