Shades of Bouquet #A2759A
Tints of Bouquet #A2759A
RGB
CMYK
RGB Variations
Color information
#A2759A (or 0xA2759A) is known color: Bouquet. HEX triplet: A2, 75 and 9A. RGB value is (162,117,154). Sum of RGB (Red+Green+Blue) = 162+117+154=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2759A is #5D8A65. Grayscale: #868686. Windows color (decimal): -6130278 or 10122658. OLE color: 10122658.
HSL color Cylindrical-coordinate representation of color #A2759A: hue angle of 310.67º 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 #A2759A is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 154 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.36 |
| HSL | 310.67º | 0.19% | 0.55% | - |
| HSV(B) | 310.67º | 0.28% | 0.64% | - |
| XYZ | 27.09 | 22.74 | 33.53 | - |
| YUV | 134.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 154 | 0 | 0.28 | 0.05 | 0.36 | 310.67 | 0.19 | 0.55 |
| Hex | A2 | 75 | 9A | 0 | 1C | 5 | 24 | 137 | 13 | 37 |
| Octal | 242 | 165 | 232 | 0 | 34 | 5 | 44 | 467 | 23 | 67 |
| Binary | 10100010 | 1110101 | 10011010 | 0 | 11100 | 101 | 100100 | 100110111 | 10011 | 110111 |
Color Harmonies of #A2759A
Complementary color
Monochromatic Colors of #A2759A
Black with #A2759A
Text Example
Text Example
White with #A2759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2759A; }
p { color: rgb(162,117,154); }
H1.HeaderClassName
{
color: #A2759A;
}
.AnyTagClassName
{
color: #A2759A;
}
</style>
background-color css
<style>
a { background-color: #A2759A; }
a { background-color: rgb(162,117,154); }
div.DivClassName
{
background-color: #A2759A;
}
.BgClassName
{
background-color: #A2759A;
}
</style>
border-color css
<style>
span { border-color: #A2759A; }
span { border-color: rgb(162,117,154); }
td.TdClassName
{
border-color: #A2759A;
}
.TagClassName
{
border-color: #A2759A;
}
</style>