Shades of Bouquet #A27C9B
Tints of Bouquet #A27C9B
RGB
CMYK
RGB Variations
Color information
#A27C9B (or 0xA27C9B) is known color: Bouquet. HEX triplet: A2, 7C and 9B. RGB value is (162,124,155). Sum of RGB (Red+Green+Blue) = 162+124+155=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C9B is #5D8364. Grayscale: #8A8A8A. Windows color (decimal): -6128485 or 10189986. OLE color: 10189986.
HSL color Cylindrical-coordinate representation of color #A27C9B: hue angle of 311.05º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27C9B is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 155 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.36 |
| HSL | 311.05º | 0.17% | 0.56% | - |
| HSV(B) | 311.05º | 0.23% | 0.64% | - |
| XYZ | 28.02 | 24.46 | 34.26 | - |
| YUV | 138.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 155 | 0 | 0.23 | 0.04 | 0.36 | 311.05 | 0.17 | 0.56 |
| Hex | A2 | 7C | 9B | 0 | 17 | 4 | 24 | 137 | 11 | 38 |
| Octal | 242 | 174 | 233 | 0 | 27 | 4 | 44 | 467 | 21 | 70 |
| Binary | 10100010 | 1111100 | 10011011 | 0 | 10111 | 100 | 100100 | 100110111 | 10001 | 111000 |
Color Harmonies of #A27C9B
Complementary color
Monochromatic Colors of #A27C9B
Black with #A27C9B
Text Example
Text Example
White with #A27C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C9B; }
p { color: rgb(162,124,155); }
H1.HeaderClassName
{
color: #A27C9B;
}
.AnyTagClassName
{
color: #A27C9B;
}
</style>
background-color css
<style>
a { background-color: #A27C9B; }
a { background-color: rgb(162,124,155); }
div.DivClassName
{
background-color: #A27C9B;
}
.BgClassName
{
background-color: #A27C9B;
}
</style>
border-color css
<style>
span { border-color: #A27C9B; }
span { border-color: rgb(162,124,155); }
td.TdClassName
{
border-color: #A27C9B;
}
.TagClassName
{
border-color: #A27C9B;
}
</style>