Shades of Bouquet #AD709A
Tints of Bouquet #AD709A
RGB
CMYK
RGB Variations
Color information
#AD709A (or 0xAD709A) is known color: Bouquet. HEX triplet: AD, 70 and 9A. RGB value is (173,112,154). Sum of RGB (Red+Green+Blue) = 173+112+154=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD709A is #528F65. Grayscale: #868686. Windows color (decimal): -5410662 or 10121389. OLE color: 10121389.
HSL color Cylindrical-coordinate representation of color #AD709A: hue angle of 318.69º 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 #AD709A is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 154 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.32 |
| HSL | 318.69º | 0.27% | 0.56% | - |
| HSV(B) | 318.69º | 0.35% | 0.68% | - |
| XYZ | 28.86 | 22.81 | 33.45 | - |
| YUV | 135.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 154 | 0 | 0.35 | 0.11 | 0.32 | 318.69 | 0.27 | 0.56 |
| Hex | AD | 70 | 9A | 0 | 23 | B | 20 | 13F | 1B | 38 |
| Octal | 255 | 160 | 232 | 0 | 43 | 13 | 40 | 477 | 33 | 70 |
| Binary | 10101101 | 1110000 | 10011010 | 0 | 100011 | 1011 | 100000 | 100111111 | 11011 | 111000 |
Color Harmonies of #AD709A
Complementary color
Monochromatic Colors of #AD709A
Black with #AD709A
Text Example
Text Example
White with #AD709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD709A; }
p { color: rgb(173,112,154); }
H1.HeaderClassName
{
color: #AD709A;
}
.AnyTagClassName
{
color: #AD709A;
}
</style>
background-color css
<style>
a { background-color: #AD709A; }
a { background-color: rgb(173,112,154); }
div.DivClassName
{
background-color: #AD709A;
}
.BgClassName
{
background-color: #AD709A;
}
</style>
border-color css
<style>
span { border-color: #AD709A; }
span { border-color: rgb(173,112,154); }
td.TdClassName
{
border-color: #AD709A;
}
.TagClassName
{
border-color: #AD709A;
}
</style>