Shades of Bouquet #AD709B
Tints of Bouquet #AD709B
RGB
CMYK
RGB Variations
Color information
#AD709B (or 0xAD709B) is known color: Bouquet. HEX triplet: AD, 70 and 9B. RGB value is (173,112,155). Sum of RGB (Red+Green+Blue) = 173+112+155=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD709B is #528F64. Grayscale: #878787. Windows color (decimal): -5410661 or 10186925. OLE color: 10186925.
HSL color Cylindrical-coordinate representation of color #AD709B: hue angle of 317.7º 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 #AD709B is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 155 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.32 |
| HSL | 317.7º | 0.27% | 0.56% | - |
| HSV(B) | 317.7º | 0.35% | 0.68% | - |
| XYZ | 28.94 | 22.84 | 33.89 | - |
| YUV | 135.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 155 | 0 | 0.35 | 0.10 | 0.32 | 317.7 | 0.27 | 0.56 |
| Hex | AD | 70 | 9B | 0 | 23 | A | 20 | 13E | 1B | 38 |
| Octal | 255 | 160 | 233 | 0 | 43 | 12 | 40 | 476 | 33 | 70 |
| Binary | 10101101 | 1110000 | 10011011 | 0 | 100011 | 1010 | 100000 | 100111110 | 11011 | 111000 |
Color Harmonies of #AD709B
Complementary color
Monochromatic Colors of #AD709B
Black with #AD709B
Text Example
Text Example
White with #AD709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD709B; }
p { color: rgb(173,112,155); }
H1.HeaderClassName
{
color: #AD709B;
}
.AnyTagClassName
{
color: #AD709B;
}
</style>
background-color css
<style>
a { background-color: #AD709B; }
a { background-color: rgb(173,112,155); }
div.DivClassName
{
background-color: #AD709B;
}
.BgClassName
{
background-color: #AD709B;
}
</style>
border-color css
<style>
span { border-color: #AD709B; }
span { border-color: rgb(173,112,155); }
td.TdClassName
{
border-color: #AD709B;
}
.TagClassName
{
border-color: #AD709B;
}
</style>