Shades of Bouquet #AD6892
Tints of Bouquet #AD6892
RGB
CMYK
RGB Variations
Color information
#AD6892 (or 0xAD6892) is known color: Bouquet. HEX triplet: AD, 68 and 92. RGB value is (173,104,146). Sum of RGB (Red+Green+Blue) = 173+104+146=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6892 is #52976D. Grayscale: #818181. Windows color (decimal): -5412718 or 9595053. OLE color: 9595053.
HSL color Cylindrical-coordinate representation of color #AD6892: hue angle of 323.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6892 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 146 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.32 |
| HSL | 323.48º | 0.3% | 0.54% | - |
| HSV(B) | 323.48º | 0.4% | 0.68% | - |
| XYZ | 27.37 | 20.86 | 29.78 | - |
| YUV | 129.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 146 | 0 | 0.40 | 0.16 | 0.32 | 323.48 | 0.3 | 0.54 |
| Hex | AD | 68 | 92 | 0 | 28 | 10 | 20 | 143 | 1E | 36 |
| Octal | 255 | 150 | 222 | 0 | 50 | 20 | 40 | 503 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10010010 | 0 | 101000 | 10000 | 100000 | 101000011 | 11110 | 110110 |
Color Harmonies of #AD6892
Complementary color
Monochromatic Colors of #AD6892
Black with #AD6892
Text Example
Text Example
White with #AD6892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6892; }
p { color: rgb(173,104,146); }
H1.HeaderClassName
{
color: #AD6892;
}
.AnyTagClassName
{
color: #AD6892;
}
</style>
background-color css
<style>
a { background-color: #AD6892; }
a { background-color: rgb(173,104,146); }
div.DivClassName
{
background-color: #AD6892;
}
.BgClassName
{
background-color: #AD6892;
}
</style>
border-color css
<style>
span { border-color: #AD6892; }
span { border-color: rgb(173,104,146); }
td.TdClassName
{
border-color: #AD6892;
}
.TagClassName
{
border-color: #AD6892;
}
</style>