Shades of Bouquet #A07D9D
Tints of Bouquet #A07D9D
RGB
CMYK
RGB Variations
Color information
#A07D9D (or 0xA07D9D) is known color: Bouquet. HEX triplet: A0, 7D and 9D. RGB value is (160,125,157). Sum of RGB (Red+Green+Blue) = 160+125+157=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D9D is #5F8262. Grayscale: #8B8B8B. Windows color (decimal): -6259299 or 10321312. OLE color: 10321312.
HSL color Cylindrical-coordinate representation of color #A07D9D: hue angle of 305.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07D9D is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 157 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.37 |
| HSL | 305.14º | 0.16% | 0.56% | - |
| HSV(B) | 305.14º | 0.22% | 0.63% | - |
| XYZ | 27.92 | 24.58 | 35.17 | - |
| YUV | 139.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 157 | 0 | 0.22 | 0.02 | 0.37 | 305.14 | 0.16 | 0.56 |
| Hex | A0 | 7D | 9D | 0 | 16 | 2 | 25 | 131 | 10 | 38 |
| Octal | 240 | 175 | 235 | 0 | 26 | 2 | 45 | 461 | 20 | 70 |
| Binary | 10100000 | 1111101 | 10011101 | 0 | 10110 | 10 | 100101 | 100110001 | 10000 | 111000 |
Color Harmonies of #A07D9D
Complementary color
Monochromatic Colors of #A07D9D
Black with #A07D9D
Text Example
Text Example
White with #A07D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D9D; }
p { color: rgb(160,125,157); }
H1.HeaderClassName
{
color: #A07D9D;
}
.AnyTagClassName
{
color: #A07D9D;
}
</style>
background-color css
<style>
a { background-color: #A07D9D; }
a { background-color: rgb(160,125,157); }
div.DivClassName
{
background-color: #A07D9D;
}
.BgClassName
{
background-color: #A07D9D;
}
</style>
border-color css
<style>
span { border-color: #A07D9D; }
span { border-color: rgb(160,125,157); }
td.TdClassName
{
border-color: #A07D9D;
}
.TagClassName
{
border-color: #A07D9D;
}
</style>