Shades of Bouquet #AD6993
Tints of Bouquet #AD6993
RGB
CMYK
RGB Variations
Color information
#AD6993 (or 0xAD6993) is known color: Bouquet. HEX triplet: AD, 69 and 93. RGB value is (173,105,147). Sum of RGB (Red+Green+Blue) = 173+105+147=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6993 is #52966C. Grayscale: #828282. Windows color (decimal): -5412461 or 9660845. OLE color: 9660845.
HSL color Cylindrical-coordinate representation of color #AD6993: hue angle of 322.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6993 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 147 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.32 |
| HSL | 322.94º | 0.29% | 0.55% | - |
| HSV(B) | 322.94º | 0.39% | 0.68% | - |
| XYZ | 27.55 | 21.09 | 30.22 | - |
| YUV | 130.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 147 | 0 | 0.39 | 0.15 | 0.32 | 322.94 | 0.29 | 0.55 |
| Hex | AD | 69 | 93 | 0 | 27 | F | 20 | 143 | 1D | 37 |
| Octal | 255 | 151 | 223 | 0 | 47 | 17 | 40 | 503 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10010011 | 0 | 100111 | 1111 | 100000 | 101000011 | 11101 | 110111 |
Color Harmonies of #AD6993
Complementary color
Monochromatic Colors of #AD6993
Black with #AD6993
Text Example
Text Example
White with #AD6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6993; }
p { color: rgb(173,105,147); }
H1.HeaderClassName
{
color: #AD6993;
}
.AnyTagClassName
{
color: #AD6993;
}
</style>
background-color css
<style>
a { background-color: #AD6993; }
a { background-color: rgb(173,105,147); }
div.DivClassName
{
background-color: #AD6993;
}
.BgClassName
{
background-color: #AD6993;
}
</style>
border-color css
<style>
span { border-color: #AD6993; }
span { border-color: rgb(173,105,147); }
td.TdClassName
{
border-color: #AD6993;
}
.TagClassName
{
border-color: #AD6993;
}
</style>