Shades of Bouquet #A2829B
Tints of Bouquet #A2829B
RGB
CMYK
RGB Variations
Color information
#A2829B (or 0xA2829B) is known color: Bouquet. HEX triplet: A2, 82 and 9B. RGB value is (162,130,155). Sum of RGB (Red+Green+Blue) = 162+130+155=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A2829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2829B is #5D7D64. Grayscale: #8E8E8E. Windows color (decimal): -6126949 or 10191522. OLE color: 10191522.
HSL color Cylindrical-coordinate representation of color #A2829B: hue angle of 313.12º 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 #A2829B is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 155 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.36 |
| HSL | 313.13º | 0.15% | 0.57% | - |
| HSV(B) | 313.13º | 0.2% | 0.64% | - |
| XYZ | 28.8 | 26.01 | 34.51 | - |
| YUV | 142.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 155 | 0 | 0.20 | 0.04 | 0.36 | 313.13 | 0.15 | 0.57 |
| Hex | A2 | 82 | 9B | 0 | 14 | 4 | 24 | 139 | F | 39 |
| Octal | 242 | 202 | 233 | 0 | 24 | 4 | 44 | 471 | 17 | 71 |
| Binary | 10100010 | 10000010 | 10011011 | 0 | 10100 | 100 | 100100 | 100111001 | 1111 | 111001 |
Color Harmonies of #A2829B
Complementary color
Monochromatic Colors of #A2829B
Black with #A2829B
Text Example
Text Example
White with #A2829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2829B; }
p { color: rgb(162,130,155); }
H1.HeaderClassName
{
color: #A2829B;
}
.AnyTagClassName
{
color: #A2829B;
}
</style>
background-color css
<style>
a { background-color: #A2829B; }
a { background-color: rgb(162,130,155); }
div.DivClassName
{
background-color: #A2829B;
}
.BgClassName
{
background-color: #A2829B;
}
</style>
border-color css
<style>
span { border-color: #A2829B; }
span { border-color: rgb(162,130,155); }
td.TdClassName
{
border-color: #A2829B;
}
.TagClassName
{
border-color: #A2829B;
}
</style>