Shades of Bouquet #AD6E9B
Tints of Bouquet #AD6E9B
RGB
CMYK
RGB Variations
Color information
#AD6E9B (or 0xAD6E9B) is known color: Bouquet. HEX triplet: AD, 6E and 9B. RGB value is (173,110,155). Sum of RGB (Red+Green+Blue) = 173+110+155=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E9B is #529164. Grayscale: #858585. Windows color (decimal): -5411173 or 10186413. OLE color: 10186413.
HSL color Cylindrical-coordinate representation of color #AD6E9B: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6E9B is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 155 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.32 |
| HSL | 317.14º | 0.28% | 0.55% | - |
| HSV(B) | 317.14º | 0.36% | 0.68% | - |
| XYZ | 28.73 | 22.4 | 33.82 | - |
| YUV | 133.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 155 | 0 | 0.36 | 0.10 | 0.32 | 317.14 | 0.28 | 0.55 |
| Hex | AD | 6E | 9B | 0 | 24 | A | 20 | 13D | 1C | 37 |
| Octal | 255 | 156 | 233 | 0 | 44 | 12 | 40 | 475 | 34 | 67 |
| Binary | 10101101 | 1101110 | 10011011 | 0 | 100100 | 1010 | 100000 | 100111101 | 11100 | 110111 |
Color Harmonies of #AD6E9B
Complementary color
Monochromatic Colors of #AD6E9B
Black with #AD6E9B
Text Example
Text Example
White with #AD6E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E9B; }
p { color: rgb(173,110,155); }
H1.HeaderClassName
{
color: #AD6E9B;
}
.AnyTagClassName
{
color: #AD6E9B;
}
</style>
background-color css
<style>
a { background-color: #AD6E9B; }
a { background-color: rgb(173,110,155); }
div.DivClassName
{
background-color: #AD6E9B;
}
.BgClassName
{
background-color: #AD6E9B;
}
</style>
border-color css
<style>
span { border-color: #AD6E9B; }
span { border-color: rgb(173,110,155); }
td.TdClassName
{
border-color: #AD6E9B;
}
.TagClassName
{
border-color: #AD6E9B;
}
</style>