Shades of Bouquet #AD719B
Tints of Bouquet #AD719B
RGB
CMYK
RGB Variations
Color information
#AD719B (or 0xAD719B) is known color: Bouquet. HEX triplet: AD, 71 and 9B. RGB value is (173,113,155). Sum of RGB (Red+Green+Blue) = 173+113+155=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD719B is #528E64. Grayscale: #878787. Windows color (decimal): -5410405 or 10187181. OLE color: 10187181.
HSL color Cylindrical-coordinate representation of color #AD719B: hue angle of 318º 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 #AD719B is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 155 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.32 |
| HSL | 318º | 0.27% | 0.56% | - |
| HSV(B) | 318º | 0.35% | 0.68% | - |
| XYZ | 29.06 | 23.06 | 33.93 | - |
| YUV | 135.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 155 | 0 | 0.35 | 0.10 | 0.32 | 318 | 0.27 | 0.56 |
| Hex | AD | 71 | 9B | 0 | 23 | A | 20 | 13E | 1B | 38 |
| Octal | 255 | 161 | 233 | 0 | 43 | 12 | 40 | 476 | 33 | 70 |
| Binary | 10101101 | 1110001 | 10011011 | 0 | 100011 | 1010 | 100000 | 100111110 | 11011 | 111000 |
Color Harmonies of #AD719B
Complementary color
Monochromatic Colors of #AD719B
Black with #AD719B
Text Example
Text Example
White with #AD719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD719B; }
p { color: rgb(173,113,155); }
H1.HeaderClassName
{
color: #AD719B;
}
.AnyTagClassName
{
color: #AD719B;
}
</style>
background-color css
<style>
a { background-color: #AD719B; }
a { background-color: rgb(173,113,155); }
div.DivClassName
{
background-color: #AD719B;
}
.BgClassName
{
background-color: #AD719B;
}
</style>
border-color css
<style>
span { border-color: #AD719B; }
span { border-color: rgb(173,113,155); }
td.TdClassName
{
border-color: #AD719B;
}
.TagClassName
{
border-color: #AD719B;
}
</style>