Shades of Bouquet #A28A9E
Tints of Bouquet #A28A9E
RGB
CMYK
RGB Variations
Color information
#A28A9E (or 0xA28A9E) is known color: Bouquet. HEX triplet: A2, 8A and 9E. RGB value is (162,138,158). Sum of RGB (Red+Green+Blue) = 162+138+158=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A9E is #5D7561. Grayscale: #939393. Windows color (decimal): -6124898 or 10390178. OLE color: 10390178.
HSL color Cylindrical-coordinate representation of color #A28A9E: hue angle of 310º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28A9E is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 158 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.36 |
| HSL | 310º | 0.11% | 0.59% | - |
| HSV(B) | 310º | 0.15% | 0.64% | - |
| XYZ | 30.16 | 28.33 | 36.23 | - |
| YUV | 147.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 158 | 0 | 0.15 | 0.02 | 0.36 | 310 | 0.11 | 0.59 |
| Hex | A2 | 8A | 9E | 0 | F | 2 | 24 | 136 | B | 3B |
| Octal | 242 | 212 | 236 | 0 | 17 | 2 | 44 | 466 | 13 | 73 |
| Binary | 10100010 | 10001010 | 10011110 | 0 | 1111 | 10 | 100100 | 100110110 | 1011 | 111011 |
Color Harmonies of #A28A9E
Complementary color
Monochromatic Colors of #A28A9E
Black with #A28A9E
Text Example
Text Example
White with #A28A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A9E; }
p { color: rgb(162,138,158); }
H1.HeaderClassName
{
color: #A28A9E;
}
.AnyTagClassName
{
color: #A28A9E;
}
</style>
background-color css
<style>
a { background-color: #A28A9E; }
a { background-color: rgb(162,138,158); }
div.DivClassName
{
background-color: #A28A9E;
}
.BgClassName
{
background-color: #A28A9E;
}
</style>
border-color css
<style>
span { border-color: #A28A9E; }
span { border-color: rgb(162,138,158); }
td.TdClassName
{
border-color: #A28A9E;
}
.TagClassName
{
border-color: #A28A9E;
}
</style>