Shades of Bouquet #AD6893
Tints of Bouquet #AD6893
RGB
CMYK
RGB Variations
Color information
#AD6893 (or 0xAD6893) is known color: Bouquet. HEX triplet: AD, 68 and 93. RGB value is (173,104,147). Sum of RGB (Red+Green+Blue) = 173+104+147=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6893 is #52976C. Grayscale: #818181. Windows color (decimal): -5412717 or 9660589. OLE color: 9660589.
HSL color Cylindrical-coordinate representation of color #AD6893: hue angle of 322.61º 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 #AD6893 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 147 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.32 |
| HSL | 322.61º | 0.3% | 0.54% | - |
| HSV(B) | 322.61º | 0.4% | 0.68% | - |
| XYZ | 27.45 | 20.89 | 30.19 | - |
| YUV | 129.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 147 | 0 | 0.40 | 0.15 | 0.32 | 322.61 | 0.3 | 0.54 |
| Hex | AD | 68 | 93 | 0 | 28 | F | 20 | 143 | 1E | 36 |
| Octal | 255 | 150 | 223 | 0 | 50 | 17 | 40 | 503 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10010011 | 0 | 101000 | 1111 | 100000 | 101000011 | 11110 | 110110 |
Color Harmonies of #AD6893
Complementary color
Monochromatic Colors of #AD6893
Black with #AD6893
Text Example
Text Example
White with #AD6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6893; }
p { color: rgb(173,104,147); }
H1.HeaderClassName
{
color: #AD6893;
}
.AnyTagClassName
{
color: #AD6893;
}
</style>
background-color css
<style>
a { background-color: #AD6893; }
a { background-color: rgb(173,104,147); }
div.DivClassName
{
background-color: #AD6893;
}
.BgClassName
{
background-color: #AD6893;
}
</style>
border-color css
<style>
span { border-color: #AD6893; }
span { border-color: rgb(173,104,147); }
td.TdClassName
{
border-color: #AD6893;
}
.TagClassName
{
border-color: #AD6893;
}
</style>