Shades of Bouquet #AD6D9A
Tints of Bouquet #AD6D9A
RGB
CMYK
RGB Variations
Color information
#AD6D9A (or 0xAD6D9A) is known color: Bouquet. HEX triplet: AD, 6D and 9A. RGB value is (173,109,154). Sum of RGB (Red+Green+Blue) = 173+109+154=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D9A is #529265. Grayscale: #858585. Windows color (decimal): -5411430 or 10120621. OLE color: 10120621.
HSL color Cylindrical-coordinate representation of color #AD6D9A: hue angle of 317.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D9A is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 154 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.32 |
| HSL | 317.81º | 0.28% | 0.55% | - |
| HSV(B) | 317.81º | 0.37% | 0.68% | - |
| XYZ | 28.53 | 22.15 | 33.34 | - |
| YUV | 133.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 154 | 0 | 0.37 | 0.11 | 0.32 | 317.81 | 0.28 | 0.55 |
| Hex | AD | 6D | 9A | 0 | 25 | B | 20 | 13E | 1C | 37 |
| Octal | 255 | 155 | 232 | 0 | 45 | 13 | 40 | 476 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10011010 | 0 | 100101 | 1011 | 100000 | 100111110 | 11100 | 110111 |
Color Harmonies of #AD6D9A
Complementary color
Monochromatic Colors of #AD6D9A
Black with #AD6D9A
Text Example
Text Example
White with #AD6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D9A; }
p { color: rgb(173,109,154); }
H1.HeaderClassName
{
color: #AD6D9A;
}
.AnyTagClassName
{
color: #AD6D9A;
}
</style>
background-color css
<style>
a { background-color: #AD6D9A; }
a { background-color: rgb(173,109,154); }
div.DivClassName
{
background-color: #AD6D9A;
}
.BgClassName
{
background-color: #AD6D9A;
}
</style>
border-color css
<style>
span { border-color: #AD6D9A; }
span { border-color: rgb(173,109,154); }
td.TdClassName
{
border-color: #AD6D9A;
}
.TagClassName
{
border-color: #AD6D9A;
}
</style>