Shades of Bouquet #A07F9A
Tints of Bouquet #A07F9A
RGB
CMYK
RGB Variations
Color information
#A07F9A (or 0xA07F9A) is known color: Bouquet. HEX triplet: A0, 7F and 9A. RGB value is (160,127,154). Sum of RGB (Red+Green+Blue) = 160+127+154=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F9A is #5F8065. Grayscale: #8B8B8B. Windows color (decimal): -6258790 or 10125216. OLE color: 10125216.
HSL color Cylindrical-coordinate representation of color #A07F9A: hue angle of 310.91º 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 #A07F9A is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 154 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.37 |
| HSL | 310.91º | 0.15% | 0.56% | - |
| HSV(B) | 310.91º | 0.21% | 0.63% | - |
| XYZ | 27.92 | 24.99 | 33.92 | - |
| YUV | 139.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 154 | 0 | 0.21 | 0.04 | 0.37 | 310.91 | 0.15 | 0.56 |
| Hex | A0 | 7F | 9A | 0 | 15 | 4 | 25 | 137 | F | 38 |
| Octal | 240 | 177 | 232 | 0 | 25 | 4 | 45 | 467 | 17 | 70 |
| Binary | 10100000 | 1111111 | 10011010 | 0 | 10101 | 100 | 100101 | 100110111 | 1111 | 111000 |
Color Harmonies of #A07F9A
Complementary color
Monochromatic Colors of #A07F9A
Black with #A07F9A
Text Example
Text Example
White with #A07F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F9A; }
p { color: rgb(160,127,154); }
H1.HeaderClassName
{
color: #A07F9A;
}
.AnyTagClassName
{
color: #A07F9A;
}
</style>
background-color css
<style>
a { background-color: #A07F9A; }
a { background-color: rgb(160,127,154); }
div.DivClassName
{
background-color: #A07F9A;
}
.BgClassName
{
background-color: #A07F9A;
}
</style>
border-color css
<style>
span { border-color: #A07F9A; }
span { border-color: rgb(160,127,154); }
td.TdClassName
{
border-color: #A07F9A;
}
.TagClassName
{
border-color: #A07F9A;
}
</style>