Shades of Bouquet #A27F93
Tints of Bouquet #A27F93
RGB
CMYK
RGB Variations
Color information
#A27F93 (or 0xA27F93) is known color: Bouquet. HEX triplet: A2, 7F and 93. RGB value is (162,127,147). Sum of RGB (Red+Green+Blue) = 162+127+147=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F93 is #5D806C. Grayscale: #8B8B8B. Windows color (decimal): -6127725 or 9666466. OLE color: 9666466.
HSL color Cylindrical-coordinate representation of color #A27F93: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F93 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 147 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.36 |
| HSL | 325.71º | 0.16% | 0.57% | - |
| HSV(B) | 325.71º | 0.22% | 0.64% | - |
| XYZ | 27.76 | 24.97 | 30.96 | - |
| YUV | 139.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 147 | 0 | 0.22 | 0.09 | 0.36 | 325.71 | 0.16 | 0.57 |
| Hex | A2 | 7F | 93 | 0 | 16 | 9 | 24 | 146 | 10 | 39 |
| Octal | 242 | 177 | 223 | 0 | 26 | 11 | 44 | 506 | 20 | 71 |
| Binary | 10100010 | 1111111 | 10010011 | 0 | 10110 | 1001 | 100100 | 101000110 | 10000 | 111001 |
Color Harmonies of #A27F93
Complementary color
Monochromatic Colors of #A27F93
Black with #A27F93
Text Example
Text Example
White with #A27F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F93; }
p { color: rgb(162,127,147); }
H1.HeaderClassName
{
color: #A27F93;
}
.AnyTagClassName
{
color: #A27F93;
}
</style>
background-color css
<style>
a { background-color: #A27F93; }
a { background-color: rgb(162,127,147); }
div.DivClassName
{
background-color: #A27F93;
}
.BgClassName
{
background-color: #A27F93;
}
</style>
border-color css
<style>
span { border-color: #A27F93; }
span { border-color: rgb(162,127,147); }
td.TdClassName
{
border-color: #A27F93;
}
.TagClassName
{
border-color: #A27F93;
}
</style>