Shades of Bouquet #A27E9F
Tints of Bouquet #A27E9F
RGB
CMYK
RGB Variations
Color information
#A27E9F (or 0xA27E9F) is known color: Bouquet. HEX triplet: A2, 7E and 9F. RGB value is (162,126,159). Sum of RGB (Red+Green+Blue) = 162+126+159=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E9F is #5D8160. Grayscale: #8C8C8C. Windows color (decimal): -6127969 or 10452642. OLE color: 10452642.
HSL color Cylindrical-coordinate representation of color #A27E9F: hue angle of 305º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27E9F is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 159 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.36 |
| HSL | 305º | 0.16% | 0.56% | - |
| HSV(B) | 305º | 0.22% | 0.64% | - |
| XYZ | 28.62 | 25.11 | 36.14 | - |
| YUV | 140.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 159 | 0 | 0.22 | 0.02 | 0.36 | 305 | 0.16 | 0.56 |
| Hex | A2 | 7E | 9F | 0 | 16 | 2 | 24 | 131 | 10 | 38 |
| Octal | 242 | 176 | 237 | 0 | 26 | 2 | 44 | 461 | 20 | 70 |
| Binary | 10100010 | 1111110 | 10011111 | 0 | 10110 | 10 | 100100 | 100110001 | 10000 | 111000 |
Color Harmonies of #A27E9F
Complementary color
Monochromatic Colors of #A27E9F
Black with #A27E9F
Text Example
Text Example
White with #A27E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E9F; }
p { color: rgb(162,126,159); }
H1.HeaderClassName
{
color: #A27E9F;
}
.AnyTagClassName
{
color: #A27E9F;
}
</style>
background-color css
<style>
a { background-color: #A27E9F; }
a { background-color: rgb(162,126,159); }
div.DivClassName
{
background-color: #A27E9F;
}
.BgClassName
{
background-color: #A27E9F;
}
</style>
border-color css
<style>
span { border-color: #A27E9F; }
span { border-color: rgb(162,126,159); }
td.TdClassName
{
border-color: #A27E9F;
}
.TagClassName
{
border-color: #A27E9F;
}
</style>