Shades of Bouquet #A57AA1
Tints of Bouquet #A57AA1
RGB
CMYK
RGB Variations
Color information
#A57AA1 (or 0xA57AA1) is known color: Bouquet. HEX triplet: A5, 7A and A1. RGB value is (165,122,161). Sum of RGB (Red+Green+Blue) = 165+122+161=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A57AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AA1 is #5A855E. Grayscale: #8B8B8B. Windows color (decimal): -5932383 or 10582693. OLE color: 10582693.
HSL color Cylindrical-coordinate representation of color #A57AA1: hue angle of 305.58º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57AA1 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 161 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.35 |
| HSL | 305.58º | 0.19% | 0.56% | - |
| HSV(B) | 305.58º | 0.26% | 0.65% | - |
| XYZ | 28.91 | 24.49 | 36.92 | - |
| YUV | 139.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 161 | 0 | 0.26 | 0.02 | 0.35 | 305.58 | 0.19 | 0.56 |
| Hex | A5 | 7A | A1 | 0 | 1A | 2 | 23 | 132 | 13 | 38 |
| Octal | 245 | 172 | 241 | 0 | 32 | 2 | 43 | 462 | 23 | 70 |
| Binary | 10100101 | 1111010 | 10100001 | 0 | 11010 | 10 | 100011 | 100110010 | 10011 | 111000 |
Color Harmonies of #A57AA1
Complementary color
Monochromatic Colors of #A57AA1
Black with #A57AA1
Text Example
Text Example
White with #A57AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AA1; }
p { color: rgb(165,122,161); }
H1.HeaderClassName
{
color: #A57AA1;
}
.AnyTagClassName
{
color: #A57AA1;
}
</style>
background-color css
<style>
a { background-color: #A57AA1; }
a { background-color: rgb(165,122,161); }
div.DivClassName
{
background-color: #A57AA1;
}
.BgClassName
{
background-color: #A57AA1;
}
</style>
border-color css
<style>
span { border-color: #A57AA1; }
span { border-color: rgb(165,122,161); }
td.TdClassName
{
border-color: #A57AA1;
}
.TagClassName
{
border-color: #A57AA1;
}
</style>