Shades of Bouquet #A28D9B
Tints of Bouquet #A28D9B
RGB
CMYK
RGB Variations
Color information
#A28D9B (or 0xA28D9B) is known color: Bouquet. HEX triplet: A2, 8D and 9B. RGB value is (162,141,155). Sum of RGB (Red+Green+Blue) = 162+141+155=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D9B is #5D7264. Grayscale: #949494. Windows color (decimal): -6124133 or 10194338. OLE color: 10194338.
HSL color Cylindrical-coordinate representation of color #A28D9B: hue angle of 320º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A28D9B is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 155 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.36 |
| HSL | 320º | 0.1% | 0.59% | - |
| HSV(B) | 320º | 0.13% | 0.64% | - |
| XYZ | 30.34 | 29.1 | 35.03 | - |
| YUV | 148.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 155 | 0 | 0.13 | 0.04 | 0.36 | 320 | 0.1 | 0.59 |
| Hex | A2 | 8D | 9B | 0 | D | 4 | 24 | 140 | A | 3B |
| Octal | 242 | 215 | 233 | 0 | 15 | 4 | 44 | 500 | 12 | 73 |
| Binary | 10100010 | 10001101 | 10011011 | 0 | 1101 | 100 | 100100 | 101000000 | 1010 | 111011 |
Color Harmonies of #A28D9B
Complementary color
Monochromatic Colors of #A28D9B
Black with #A28D9B
Text Example
Text Example
White with #A28D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D9B; }
p { color: rgb(162,141,155); }
H1.HeaderClassName
{
color: #A28D9B;
}
.AnyTagClassName
{
color: #A28D9B;
}
</style>
background-color css
<style>
a { background-color: #A28D9B; }
a { background-color: rgb(162,141,155); }
div.DivClassName
{
background-color: #A28D9B;
}
.BgClassName
{
background-color: #A28D9B;
}
</style>
border-color css
<style>
span { border-color: #A28D9B; }
span { border-color: rgb(162,141,155); }
td.TdClassName
{
border-color: #A28D9B;
}
.TagClassName
{
border-color: #A28D9B;
}
</style>