Shades of Bouquet #A27498
Tints of Bouquet #A27498
RGB
CMYK
RGB Variations
Color information
#A27498 (or 0xA27498) is known color: Bouquet. HEX triplet: A2, 74 and 98. RGB value is (162,116,152). Sum of RGB (Red+Green+Blue) = 162+116+152=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A27498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27498 is #5D8B67. Grayscale: #858585. Windows color (decimal): -6130536 or 9991330. OLE color: 9991330.
HSL color Cylindrical-coordinate representation of color #A27498: hue angle of 313.04º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27498 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 116 | 152 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.36 |
| HSL | 313.04º | 0.2% | 0.55% | - |
| HSV(B) | 313.04º | 0.28% | 0.64% | - |
| XYZ | 26.81 | 22.44 | 32.62 | - |
| YUV | 133.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 152 | 0 | 0.28 | 0.06 | 0.36 | 313.04 | 0.2 | 0.55 |
| Hex | A2 | 74 | 98 | 0 | 1C | 6 | 24 | 139 | 14 | 37 |
| Octal | 242 | 164 | 230 | 0 | 34 | 6 | 44 | 471 | 24 | 67 |
| Binary | 10100010 | 1110100 | 10011000 | 0 | 11100 | 110 | 100100 | 100111001 | 10100 | 110111 |
Color Harmonies of #A27498
Complementary color
Monochromatic Colors of #A27498
Black with #A27498
Text Example
Text Example
White with #A27498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27498; }
p { color: rgb(162,116,152); }
H1.HeaderClassName
{
color: #A27498;
}
.AnyTagClassName
{
color: #A27498;
}
</style>
background-color css
<style>
a { background-color: #A27498; }
a { background-color: rgb(162,116,152); }
div.DivClassName
{
background-color: #A27498;
}
.BgClassName
{
background-color: #A27498;
}
</style>
border-color css
<style>
span { border-color: #A27498; }
span { border-color: rgb(162,116,152); }
td.TdClassName
{
border-color: #A27498;
}
.TagClassName
{
border-color: #A27498;
}
</style>