Shades of Bouquet #A5759F
Tints of Bouquet #A5759F
RGB
CMYK
RGB Variations
Color information
#A5759F (or 0xA5759F) is known color: Bouquet. HEX triplet: A5, 75 and 9F. RGB value is (165,117,159). Sum of RGB (Red+Green+Blue) = 165+117+159=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5759F is #5A8A60. Grayscale: #888888. Windows color (decimal): -5933665 or 10450341. OLE color: 10450341.
HSL color Cylindrical-coordinate representation of color #A5759F: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5759F is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 159 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.35 |
| HSL | 307.5º | 0.21% | 0.55% | - |
| HSV(B) | 307.5º | 0.29% | 0.65% | - |
| XYZ | 28.14 | 23.23 | 35.8 | - |
| YUV | 136.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 159 | 0 | 0.29 | 0.04 | 0.35 | 307.5 | 0.21 | 0.55 |
| Hex | A5 | 75 | 9F | 0 | 1D | 4 | 23 | 134 | 15 | 37 |
| Octal | 245 | 165 | 237 | 0 | 35 | 4 | 43 | 464 | 25 | 67 |
| Binary | 10100101 | 1110101 | 10011111 | 0 | 11101 | 100 | 100011 | 100110100 | 10101 | 110111 |
Color Harmonies of #A5759F
Complementary color
Monochromatic Colors of #A5759F
Black with #A5759F
Text Example
Text Example
White with #A5759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5759F; }
p { color: rgb(165,117,159); }
H1.HeaderClassName
{
color: #A5759F;
}
.AnyTagClassName
{
color: #A5759F;
}
</style>
background-color css
<style>
a { background-color: #A5759F; }
a { background-color: rgb(165,117,159); }
div.DivClassName
{
background-color: #A5759F;
}
.BgClassName
{
background-color: #A5759F;
}
</style>
border-color css
<style>
span { border-color: #A5759F; }
span { border-color: rgb(165,117,159); }
td.TdClassName
{
border-color: #A5759F;
}
.TagClassName
{
border-color: #A5759F;
}
</style>