Shades of Bouquet #A27C9C
Tints of Bouquet #A27C9C
RGB
CMYK
RGB Variations
Color information
#A27C9C (or 0xA27C9C) is known color: Bouquet. HEX triplet: A2, 7C and 9C. RGB value is (162,124,156). Sum of RGB (Red+Green+Blue) = 162+124+156=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C9C is #5D8363. Grayscale: #8A8A8A. Windows color (decimal): -6128484 or 10255522. OLE color: 10255522.
HSL color Cylindrical-coordinate representation of color #A27C9C: hue angle of 309.47º 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 #A27C9C is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 156 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.36 |
| HSL | 309.47º | 0.17% | 0.56% | - |
| HSV(B) | 309.47º | 0.23% | 0.64% | - |
| XYZ | 28.11 | 24.5 | 34.7 | - |
| YUV | 139.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 156 | 0 | 0.23 | 0.04 | 0.36 | 309.47 | 0.17 | 0.56 |
| Hex | A2 | 7C | 9C | 0 | 17 | 4 | 24 | 135 | 11 | 38 |
| Octal | 242 | 174 | 234 | 0 | 27 | 4 | 44 | 465 | 21 | 70 |
| Binary | 10100010 | 1111100 | 10011100 | 0 | 10111 | 100 | 100100 | 100110101 | 10001 | 111000 |
Color Harmonies of #A27C9C
Complementary color
Monochromatic Colors of #A27C9C
Black with #A27C9C
Text Example
Text Example
White with #A27C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C9C; }
p { color: rgb(162,124,156); }
H1.HeaderClassName
{
color: #A27C9C;
}
.AnyTagClassName
{
color: #A27C9C;
}
</style>
background-color css
<style>
a { background-color: #A27C9C; }
a { background-color: rgb(162,124,156); }
div.DivClassName
{
background-color: #A27C9C;
}
.BgClassName
{
background-color: #A27C9C;
}
</style>
border-color css
<style>
span { border-color: #A27C9C; }
span { border-color: rgb(162,124,156); }
td.TdClassName
{
border-color: #A27C9C;
}
.TagClassName
{
border-color: #A27C9C;
}
</style>