Shades of Bouquet #A5769D
Tints of Bouquet #A5769D
RGB
CMYK
RGB Variations
Color information
#A5769D (or 0xA5769D) is known color: Bouquet. HEX triplet: A5, 76 and 9D. RGB value is (165,118,157). Sum of RGB (Red+Green+Blue) = 165+118+157=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5769D is #5A8962. Grayscale: #888888. Windows color (decimal): -5933411 or 10319525. OLE color: 10319525.
HSL color Cylindrical-coordinate representation of color #A5769D: hue angle of 310.21º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5769D is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 157 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.35 |
| HSL | 310.21º | 0.21% | 0.55% | - |
| HSV(B) | 310.21º | 0.28% | 0.65% | - |
| XYZ | 28.08 | 23.39 | 34.93 | - |
| YUV | 136.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 157 | 0 | 0.28 | 0.05 | 0.35 | 310.21 | 0.21 | 0.55 |
| Hex | A5 | 76 | 9D | 0 | 1C | 5 | 23 | 136 | 15 | 37 |
| Octal | 245 | 166 | 235 | 0 | 34 | 5 | 43 | 466 | 25 | 67 |
| Binary | 10100101 | 1110110 | 10011101 | 0 | 11100 | 101 | 100011 | 100110110 | 10101 | 110111 |
Color Harmonies of #A5769D
Complementary color
Monochromatic Colors of #A5769D
Black with #A5769D
Text Example
Text Example
White with #A5769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5769D; }
p { color: rgb(165,118,157); }
H1.HeaderClassName
{
color: #A5769D;
}
.AnyTagClassName
{
color: #A5769D;
}
</style>
background-color css
<style>
a { background-color: #A5769D; }
a { background-color: rgb(165,118,157); }
div.DivClassName
{
background-color: #A5769D;
}
.BgClassName
{
background-color: #A5769D;
}
</style>
border-color css
<style>
span { border-color: #A5769D; }
span { border-color: rgb(165,118,157); }
td.TdClassName
{
border-color: #A5769D;
}
.TagClassName
{
border-color: #A5769D;
}
</style>