Shades of Bouquet #AD6594
Tints of Bouquet #AD6594
RGB
CMYK
RGB Variations
Color information
#AD6594 (or 0xAD6594) is known color: Bouquet. HEX triplet: AD, 65 and 94. RGB value is (173,101,148). Sum of RGB (Red+Green+Blue) = 173+101+148=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6594 is #529A6B. Grayscale: #7F7F7F. Windows color (decimal): -5413484 or 9725357. OLE color: 9725357.
HSL color Cylindrical-coordinate representation of color #AD6594: hue angle of 320.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6594 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 148 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.32 |
| HSL | 320.83º | 0.31% | 0.54% | - |
| HSV(B) | 320.83º | 0.42% | 0.68% | - |
| XYZ | 27.23 | 20.33 | 30.51 | - |
| YUV | 127.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 148 | 0 | 0.42 | 0.14 | 0.32 | 320.83 | 0.31 | 0.54 |
| Hex | AD | 65 | 94 | 0 | 2A | E | 20 | 141 | 1F | 36 |
| Octal | 255 | 145 | 224 | 0 | 52 | 16 | 40 | 501 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10010100 | 0 | 101010 | 1110 | 100000 | 101000001 | 11111 | 110110 |
Color Harmonies of #AD6594
Complementary color
Monochromatic Colors of #AD6594
Black with #AD6594
Text Example
Text Example
White with #AD6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6594; }
p { color: rgb(173,101,148); }
H1.HeaderClassName
{
color: #AD6594;
}
.AnyTagClassName
{
color: #AD6594;
}
</style>
background-color css
<style>
a { background-color: #AD6594; }
a { background-color: rgb(173,101,148); }
div.DivClassName
{
background-color: #AD6594;
}
.BgClassName
{
background-color: #AD6594;
}
</style>
border-color css
<style>
span { border-color: #AD6594; }
span { border-color: rgb(173,101,148); }
td.TdClassName
{
border-color: #AD6594;
}
.TagClassName
{
border-color: #AD6594;
}
</style>