Shades of Bouquet #A28B98
Tints of Bouquet #A28B98
RGB
CMYK
RGB Variations
Color information
#A28B98 (or 0xA28B98) is known color: Bouquet. HEX triplet: A2, 8B and 98. RGB value is (162,139,152). Sum of RGB (Red+Green+Blue) = 162+139+152=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B98 is #5D7467. Grayscale: #939393. Windows color (decimal): -6124648 or 9997218. OLE color: 9997218.
HSL color Cylindrical-coordinate representation of color #A28B98: hue angle of 326.09º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A28B98 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 152 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.36 |
| HSL | 326.09º | 0.11% | 0.59% | - |
| HSV(B) | 326.09º | 0.14% | 0.64% | - |
| XYZ | 29.8 | 28.41 | 33.62 | - |
| YUV | 147.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 152 | 0 | 0.14 | 0.06 | 0.36 | 326.09 | 0.11 | 0.59 |
| Hex | A2 | 8B | 98 | 0 | E | 6 | 24 | 146 | B | 3B |
| Octal | 242 | 213 | 230 | 0 | 16 | 6 | 44 | 506 | 13 | 73 |
| Binary | 10100010 | 10001011 | 10011000 | 0 | 1110 | 110 | 100100 | 101000110 | 1011 | 111011 |
Color Harmonies of #A28B98
Complementary color
Monochromatic Colors of #A28B98
Black with #A28B98
Text Example
Text Example
White with #A28B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B98; }
p { color: rgb(162,139,152); }
H1.HeaderClassName
{
color: #A28B98;
}
.AnyTagClassName
{
color: #A28B98;
}
</style>
background-color css
<style>
a { background-color: #A28B98; }
a { background-color: rgb(162,139,152); }
div.DivClassName
{
background-color: #A28B98;
}
.BgClassName
{
background-color: #A28B98;
}
</style>
border-color css
<style>
span { border-color: #A28B98; }
span { border-color: rgb(162,139,152); }
td.TdClassName
{
border-color: #A28B98;
}
.TagClassName
{
border-color: #A28B98;
}
</style>