Shades of Bouquet #A28E9D
Tints of Bouquet #A28E9D
RGB
CMYK
RGB Variations
Color information
#A28E9D (or 0xA28E9D) is known color: Bouquet. HEX triplet: A2, 8E and 9D. RGB value is (162,142,157). Sum of RGB (Red+Green+Blue) = 162+142+157=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E9D is #5D7162. Grayscale: #959595. Windows color (decimal): -6123875 or 10325666. OLE color: 10325666.
HSL color Cylindrical-coordinate representation of color #A28E9D: hue angle of 315º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A28E9D is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 157 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.36 |
| HSL | 315º | 0.1% | 0.6% | - |
| HSV(B) | 315º | 0.12% | 0.64% | - |
| XYZ | 30.66 | 29.46 | 35.97 | - |
| YUV | 149.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 157 | 0 | 0.12 | 0.03 | 0.36 | 315 | 0.1 | 0.6 |
| Hex | A2 | 8E | 9D | 0 | C | 3 | 24 | 13B | A | 3C |
| Octal | 242 | 216 | 235 | 0 | 14 | 3 | 44 | 473 | 12 | 74 |
| Binary | 10100010 | 10001110 | 10011101 | 0 | 1100 | 11 | 100100 | 100111011 | 1010 | 111100 |
Color Harmonies of #A28E9D
Complementary color
Monochromatic Colors of #A28E9D
Black with #A28E9D
Text Example
Text Example
White with #A28E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E9D; }
p { color: rgb(162,142,157); }
H1.HeaderClassName
{
color: #A28E9D;
}
.AnyTagClassName
{
color: #A28E9D;
}
</style>
background-color css
<style>
a { background-color: #A28E9D; }
a { background-color: rgb(162,142,157); }
div.DivClassName
{
background-color: #A28E9D;
}
.BgClassName
{
background-color: #A28E9D;
}
</style>
border-color css
<style>
span { border-color: #A28E9D; }
span { border-color: rgb(162,142,157); }
td.TdClassName
{
border-color: #A28E9D;
}
.TagClassName
{
border-color: #A28E9D;
}
</style>