Shades of Bouquet #A2859E
Tints of Bouquet #A2859E
RGB
CMYK
RGB Variations
Color information
#A2859E (or 0xA2859E) is known color: Bouquet. HEX triplet: A2, 85 and 9E. RGB value is (162,133,158). Sum of RGB (Red+Green+Blue) = 162+133+158=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2859E is #5D7A61. Grayscale: #909090. Windows color (decimal): -6126178 or 10388898. OLE color: 10388898.
HSL color Cylindrical-coordinate representation of color #A2859E: hue angle of 308.28º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2859E is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 158 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.36 |
| HSL | 308.28º | 0.13% | 0.58% | - |
| HSV(B) | 308.28º | 0.18% | 0.64% | - |
| XYZ | 29.46 | 26.93 | 35.99 | - |
| YUV | 144.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 158 | 0 | 0.18 | 0.02 | 0.36 | 308.28 | 0.13 | 0.58 |
| Hex | A2 | 85 | 9E | 0 | 12 | 2 | 24 | 134 | D | 3A |
| Octal | 242 | 205 | 236 | 0 | 22 | 2 | 44 | 464 | 15 | 72 |
| Binary | 10100010 | 10000101 | 10011110 | 0 | 10010 | 10 | 100100 | 100110100 | 1101 | 111010 |
Color Harmonies of #A2859E
Complementary color
Monochromatic Colors of #A2859E
Black with #A2859E
Text Example
Text Example
White with #A2859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2859E; }
p { color: rgb(162,133,158); }
H1.HeaderClassName
{
color: #A2859E;
}
.AnyTagClassName
{
color: #A2859E;
}
</style>
background-color css
<style>
a { background-color: #A2859E; }
a { background-color: rgb(162,133,158); }
div.DivClassName
{
background-color: #A2859E;
}
.BgClassName
{
background-color: #A2859E;
}
</style>
border-color css
<style>
span { border-color: #A2859E; }
span { border-color: rgb(162,133,158); }
td.TdClassName
{
border-color: #A2859E;
}
.TagClassName
{
border-color: #A2859E;
}
</style>