Shades of Bouquet #AD709E
Tints of Bouquet #AD709E
RGB
CMYK
RGB Variations
Color information
#AD709E (or 0xAD709E) is known color: Bouquet. HEX triplet: AD, 70 and 9E. RGB value is (173,112,158). Sum of RGB (Red+Green+Blue) = 173+112+158=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD709E is #528F61. Grayscale: #878787. Windows color (decimal): -5410658 or 10383533. OLE color: 10383533.
HSL color Cylindrical-coordinate representation of color #AD709E: hue angle of 314.75º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD709E is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 158 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.32 |
| HSL | 314.75º | 0.27% | 0.56% | - |
| HSV(B) | 314.75º | 0.35% | 0.68% | - |
| XYZ | 29.2 | 22.94 | 35.24 | - |
| YUV | 135.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 158 | 0 | 0.35 | 0.09 | 0.32 | 314.75 | 0.27 | 0.56 |
| Hex | AD | 70 | 9E | 0 | 23 | 9 | 20 | 13B | 1B | 38 |
| Octal | 255 | 160 | 236 | 0 | 43 | 11 | 40 | 473 | 33 | 70 |
| Binary | 10101101 | 1110000 | 10011110 | 0 | 100011 | 1001 | 100000 | 100111011 | 11011 | 111000 |
Color Harmonies of #AD709E
Complementary color
Monochromatic Colors of #AD709E
Black with #AD709E
Text Example
Text Example
White with #AD709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD709E; }
p { color: rgb(173,112,158); }
H1.HeaderClassName
{
color: #AD709E;
}
.AnyTagClassName
{
color: #AD709E;
}
</style>
background-color css
<style>
a { background-color: #AD709E; }
a { background-color: rgb(173,112,158); }
div.DivClassName
{
background-color: #AD709E;
}
.BgClassName
{
background-color: #AD709E;
}
</style>
border-color css
<style>
span { border-color: #AD709E; }
span { border-color: rgb(173,112,158); }
td.TdClassName
{
border-color: #AD709E;
}
.TagClassName
{
border-color: #AD709E;
}
</style>