Shades of Bouquet #AD6C9A
Tints of Bouquet #AD6C9A
RGB
CMYK
RGB Variations
Color information
#AD6C9A (or 0xAD6C9A) is known color: Bouquet. HEX triplet: AD, 6C and 9A. RGB value is (173,108,154). Sum of RGB (Red+Green+Blue) = 173+108+154=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6C9A is #529365. Grayscale: #848484. Windows color (decimal): -5411686 or 10120365. OLE color: 10120365.
HSL color Cylindrical-coordinate representation of color #AD6C9A: hue angle of 317.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6C9A is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 154 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.32 |
| HSL | 317.54º | 0.28% | 0.55% | - |
| HSV(B) | 317.54º | 0.38% | 0.68% | - |
| XYZ | 28.43 | 21.94 | 33.31 | - |
| YUV | 132.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 154 | 0 | 0.38 | 0.11 | 0.32 | 317.54 | 0.28 | 0.55 |
| Hex | AD | 6C | 9A | 0 | 26 | B | 20 | 13E | 1C | 37 |
| Octal | 255 | 154 | 232 | 0 | 46 | 13 | 40 | 476 | 34 | 67 |
| Binary | 10101101 | 1101100 | 10011010 | 0 | 100110 | 1011 | 100000 | 100111110 | 11100 | 110111 |
Color Harmonies of #AD6C9A
Complementary color
Monochromatic Colors of #AD6C9A
Black with #AD6C9A
Text Example
Text Example
White with #AD6C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C9A; }
p { color: rgb(173,108,154); }
H1.HeaderClassName
{
color: #AD6C9A;
}
.AnyTagClassName
{
color: #AD6C9A;
}
</style>
background-color css
<style>
a { background-color: #AD6C9A; }
a { background-color: rgb(173,108,154); }
div.DivClassName
{
background-color: #AD6C9A;
}
.BgClassName
{
background-color: #AD6C9A;
}
</style>
border-color css
<style>
span { border-color: #AD6C9A; }
span { border-color: rgb(173,108,154); }
td.TdClassName
{
border-color: #AD6C9A;
}
.TagClassName
{
border-color: #AD6C9A;
}
</style>