Shades of Bouquet #A2829E
Tints of Bouquet #A2829E
RGB
CMYK
RGB Variations
Color information
#A2829E (or 0xA2829E) is known color: Bouquet. HEX triplet: A2, 82 and 9E. RGB value is (162,130,158). Sum of RGB (Red+Green+Blue) = 162+130+158=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2829E is #5D7D61. Grayscale: #8E8E8E. Windows color (decimal): -6126946 or 10388130. OLE color: 10388130.
HSL color Cylindrical-coordinate representation of color #A2829E: hue angle of 307.5º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2829E is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 158 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.36 |
| HSL | 307.5º | 0.15% | 0.57% | - |
| HSV(B) | 307.5º | 0.2% | 0.64% | - |
| XYZ | 29.05 | 26.12 | 35.86 | - |
| YUV | 142.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 158 | 0 | 0.20 | 0.02 | 0.36 | 307.5 | 0.15 | 0.57 |
| Hex | A2 | 82 | 9E | 0 | 14 | 2 | 24 | 134 | F | 39 |
| Octal | 242 | 202 | 236 | 0 | 24 | 2 | 44 | 464 | 17 | 71 |
| Binary | 10100010 | 10000010 | 10011110 | 0 | 10100 | 10 | 100100 | 100110100 | 1111 | 111001 |
Color Harmonies of #A2829E
Complementary color
Monochromatic Colors of #A2829E
Black with #A2829E
Text Example
Text Example
White with #A2829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2829E; }
p { color: rgb(162,130,158); }
H1.HeaderClassName
{
color: #A2829E;
}
.AnyTagClassName
{
color: #A2829E;
}
</style>
background-color css
<style>
a { background-color: #A2829E; }
a { background-color: rgb(162,130,158); }
div.DivClassName
{
background-color: #A2829E;
}
.BgClassName
{
background-color: #A2829E;
}
</style>
border-color css
<style>
span { border-color: #A2829E; }
span { border-color: rgb(162,130,158); }
td.TdClassName
{
border-color: #A2829E;
}
.TagClassName
{
border-color: #A2829E;
}
</style>