Shades of Bouquet #A07E9B
Tints of Bouquet #A07E9B
RGB
CMYK
RGB Variations
Color information
#A07E9B (or 0xA07E9B) is known color: Bouquet. HEX triplet: A0, 7E and 9B. RGB value is (160,126,155). Sum of RGB (Red+Green+Blue) = 160+126+155=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07E9B is #5F8164. Grayscale: #8B8B8B. Windows color (decimal): -6259045 or 10190496. OLE color: 10190496.
HSL color Cylindrical-coordinate representation of color #A07E9B: hue angle of 308.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07E9B is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 155 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.37 |
| HSL | 308.82º | 0.15% | 0.56% | - |
| HSV(B) | 308.82º | 0.21% | 0.63% | - |
| XYZ | 27.87 | 24.76 | 34.32 | - |
| YUV | 139.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 155 | 0 | 0.21 | 0.03 | 0.37 | 308.82 | 0.15 | 0.56 |
| Hex | A0 | 7E | 9B | 0 | 15 | 3 | 25 | 135 | F | 38 |
| Octal | 240 | 176 | 233 | 0 | 25 | 3 | 45 | 465 | 17 | 70 |
| Binary | 10100000 | 1111110 | 10011011 | 0 | 10101 | 11 | 100101 | 100110101 | 1111 | 111000 |
Color Harmonies of #A07E9B
Complementary color
Monochromatic Colors of #A07E9B
Black with #A07E9B
Text Example
Text Example
White with #A07E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E9B; }
p { color: rgb(160,126,155); }
H1.HeaderClassName
{
color: #A07E9B;
}
.AnyTagClassName
{
color: #A07E9B;
}
</style>
background-color css
<style>
a { background-color: #A07E9B; }
a { background-color: rgb(160,126,155); }
div.DivClassName
{
background-color: #A07E9B;
}
.BgClassName
{
background-color: #A07E9B;
}
</style>
border-color css
<style>
span { border-color: #A07E9B; }
span { border-color: rgb(160,126,155); }
td.TdClassName
{
border-color: #A07E9B;
}
.TagClassName
{
border-color: #A07E9B;
}
</style>