Shades of Bouquet #A27A95
Tints of Bouquet #A27A95
RGB
CMYK
RGB Variations
Color information
#A27A95 (or 0xA27A95) is known color: Bouquet. HEX triplet: A2, 7A and 95. RGB value is (162,122,149). Sum of RGB (Red+Green+Blue) = 162+122+149=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A95 is #5D856A. Grayscale: #888888. Windows color (decimal): -6129003 or 9796258. OLE color: 9796258.
HSL color Cylindrical-coordinate representation of color #A27A95: hue angle of 319.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27A95 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 149 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.36 |
| HSL | 319.5º | 0.18% | 0.56% | - |
| HSV(B) | 319.5º | 0.25% | 0.64% | - |
| XYZ | 27.28 | 23.77 | 31.58 | - |
| YUV | 137.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 149 | 0 | 0.25 | 0.08 | 0.36 | 319.5 | 0.18 | 0.56 |
| Hex | A2 | 7A | 95 | 0 | 19 | 8 | 24 | 140 | 12 | 38 |
| Octal | 242 | 172 | 225 | 0 | 31 | 10 | 44 | 500 | 22 | 70 |
| Binary | 10100010 | 1111010 | 10010101 | 0 | 11001 | 1000 | 100100 | 101000000 | 10010 | 111000 |
Color Harmonies of #A27A95
Complementary color
Monochromatic Colors of #A27A95
Black with #A27A95
Text Example
Text Example
White with #A27A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A95; }
p { color: rgb(162,122,149); }
H1.HeaderClassName
{
color: #A27A95;
}
.AnyTagClassName
{
color: #A27A95;
}
</style>
background-color css
<style>
a { background-color: #A27A95; }
a { background-color: rgb(162,122,149); }
div.DivClassName
{
background-color: #A27A95;
}
.BgClassName
{
background-color: #A27A95;
}
</style>
border-color css
<style>
span { border-color: #A27A95; }
span { border-color: rgb(162,122,149); }
td.TdClassName
{
border-color: #A27A95;
}
.TagClassName
{
border-color: #A27A95;
}
</style>