Shades of Bouquet #A07E93
Tints of Bouquet #A07E93
RGB
CMYK
RGB Variations
Color information
#A07E93 (or 0xA07E93) is known color: Bouquet. HEX triplet: A0, 7E and 93. RGB value is (160,126,147). Sum of RGB (Red+Green+Blue) = 160+126+147=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07E93 is #5F816C. Grayscale: #8A8A8A. Windows color (decimal): -6259053 or 9666208. OLE color: 9666208.
HSL color Cylindrical-coordinate representation of color #A07E93: hue angle of 322.94º 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 #A07E93 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 126 | 147 | - |
CMYK | 0 | 0.21 | 0.08 | 0.37 |
HSL | 322.94º | 0.15% | 0.56% | - |
HSV(B) | 322.94º | 0.21% | 0.63% | - |
XYZ | 27.22 | 24.5 | 30.9 | - |
YUV | 138.56 | 132.76 | 143.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 126 | 147 | 0 | 0.21 | 0.08 | 0.37 | 322.94 | 0.15 | 0.56 |
Hex | A0 | 7E | 93 | 0 | 15 | 8 | 25 | 143 | F | 38 |
Octal | 240 | 176 | 223 | 0 | 25 | 10 | 45 | 503 | 17 | 70 |
Binary | 10100000 | 1111110 | 10010011 | 0 | 10101 | 1000 | 100101 | 101000011 | 1111 | 111000 |
Color Harmonies of #A07E93
Complementary color
Monochromatic Colors of #A07E93
Black with #A07E93
Text Example
Text Example
White with #A07E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E93; }
p { color: rgb(160,126,147); }
H1.HeaderClassName
{
color: #A07E93;
}
.AnyTagClassName
{
color: #A07E93;
}
</style>
background-color css
<style>
a { background-color: #A07E93; }
a { background-color: rgb(160,126,147); }
div.DivClassName
{
background-color: #A07E93;
}
.BgClassName
{
background-color: #A07E93;
}
</style>
border-color css
<style>
span { border-color: #A07E93; }
span { border-color: rgb(160,126,147); }
td.TdClassName
{
border-color: #A07E93;
}
.TagClassName
{
border-color: #A07E93;
}
</style>