Shades of Bouquet #A0829B
Tints of Bouquet #A0829B
RGB
CMYK
RGB Variations
Color information
#A0829B (or 0xA0829B) is known color: Bouquet. HEX triplet: A0, 82 and 9B. RGB value is (160,130,155). Sum of RGB (Red+Green+Blue) = 160+130+155=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A0829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0829B is #5F7D64. Grayscale: #8D8D8D. Windows color (decimal): -6258021 or 10191520. OLE color: 10191520.
HSL color Cylindrical-coordinate representation of color #A0829B: hue angle of 310º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0829B is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 155 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.37 |
| HSL | 310º | 0.14% | 0.57% | - |
| HSV(B) | 310º | 0.19% | 0.63% | - |
| XYZ | 28.4 | 25.81 | 34.49 | - |
| YUV | 141.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 155 | 0 | 0.19 | 0.03 | 0.37 | 310 | 0.14 | 0.57 |
| Hex | A0 | 82 | 9B | 0 | 13 | 3 | 25 | 136 | E | 39 |
| Octal | 240 | 202 | 233 | 0 | 23 | 3 | 45 | 466 | 16 | 71 |
| Binary | 10100000 | 10000010 | 10011011 | 0 | 10011 | 11 | 100101 | 100110110 | 1110 | 111001 |
Color Harmonies of #A0829B
Complementary color
Monochromatic Colors of #A0829B
Black with #A0829B
Text Example
Text Example
White with #A0829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0829B; }
p { color: rgb(160,130,155); }
H1.HeaderClassName
{
color: #A0829B;
}
.AnyTagClassName
{
color: #A0829B;
}
</style>
background-color css
<style>
a { background-color: #A0829B; }
a { background-color: rgb(160,130,155); }
div.DivClassName
{
background-color: #A0829B;
}
.BgClassName
{
background-color: #A0829B;
}
</style>
border-color css
<style>
span { border-color: #A0829B; }
span { border-color: rgb(160,130,155); }
td.TdClassName
{
border-color: #A0829B;
}
.TagClassName
{
border-color: #A0829B;
}
</style>