Shades of Bouquet #A2869C
Tints of Bouquet #A2869C
RGB
CMYK
RGB Variations
Color information
#A2869C (or 0xA2869C) is known color: Bouquet. HEX triplet: A2, 86 and 9C. RGB value is (162,134,156). Sum of RGB (Red+Green+Blue) = 162+134+156=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2869C is #5D7963. Grayscale: #909090. Windows color (decimal): -6125924 or 10258082. OLE color: 10258082.
HSL color Cylindrical-coordinate representation of color #A2869C: hue angle of 312.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2869C is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 156 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.36 |
| HSL | 312.86º | 0.13% | 0.58% | - |
| HSV(B) | 312.86º | 0.17% | 0.64% | - |
| XYZ | 29.43 | 27.13 | 35.14 | - |
| YUV | 144.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 156 | 0 | 0.17 | 0.04 | 0.36 | 312.86 | 0.13 | 0.58 |
| Hex | A2 | 86 | 9C | 0 | 11 | 4 | 24 | 139 | D | 3A |
| Octal | 242 | 206 | 234 | 0 | 21 | 4 | 44 | 471 | 15 | 72 |
| Binary | 10100010 | 10000110 | 10011100 | 0 | 10001 | 100 | 100100 | 100111001 | 1101 | 111010 |
Color Harmonies of #A2869C
Complementary color
Monochromatic Colors of #A2869C
Black with #A2869C
Text Example
Text Example
White with #A2869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2869C; }
p { color: rgb(162,134,156); }
H1.HeaderClassName
{
color: #A2869C;
}
.AnyTagClassName
{
color: #A2869C;
}
</style>
background-color css
<style>
a { background-color: #A2869C; }
a { background-color: rgb(162,134,156); }
div.DivClassName
{
background-color: #A2869C;
}
.BgClassName
{
background-color: #A2869C;
}
</style>
border-color css
<style>
span { border-color: #A2869C; }
span { border-color: rgb(162,134,156); }
td.TdClassName
{
border-color: #A2869C;
}
.TagClassName
{
border-color: #A2869C;
}
</style>