Shades of Bouquet #A2759B
Tints of Bouquet #A2759B
RGB
CMYK
RGB Variations
Color information
#A2759B (or 0xA2759B) is known color: Bouquet. HEX triplet: A2, 75 and 9B. RGB value is (162,117,155). Sum of RGB (Red+Green+Blue) = 162+117+155=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2759B is #5D8A64. Grayscale: #868686. Windows color (decimal): -6130277 or 10188194. OLE color: 10188194.
HSL color Cylindrical-coordinate representation of color #A2759B: hue angle of 309.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2759B is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 155 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.36 |
| HSL | 309.33º | 0.19% | 0.55% | - |
| HSV(B) | 309.33º | 0.28% | 0.64% | - |
| XYZ | 27.18 | 22.77 | 33.97 | - |
| YUV | 134.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 155 | 0 | 0.28 | 0.04 | 0.36 | 309.33 | 0.19 | 0.55 |
| Hex | A2 | 75 | 9B | 0 | 1C | 4 | 24 | 135 | 13 | 37 |
| Octal | 242 | 165 | 233 | 0 | 34 | 4 | 44 | 465 | 23 | 67 |
| Binary | 10100010 | 1110101 | 10011011 | 0 | 11100 | 100 | 100100 | 100110101 | 10011 | 110111 |
Color Harmonies of #A2759B
Complementary color
Monochromatic Colors of #A2759B
Black with #A2759B
Text Example
Text Example
White with #A2759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2759B; }
p { color: rgb(162,117,155); }
H1.HeaderClassName
{
color: #A2759B;
}
.AnyTagClassName
{
color: #A2759B;
}
</style>
background-color css
<style>
a { background-color: #A2759B; }
a { background-color: rgb(162,117,155); }
div.DivClassName
{
background-color: #A2759B;
}
.BgClassName
{
background-color: #A2759B;
}
</style>
border-color css
<style>
span { border-color: #A2759B; }
span { border-color: rgb(162,117,155); }
td.TdClassName
{
border-color: #A2759B;
}
.TagClassName
{
border-color: #A2759B;
}
</style>