Shades of Bouquet #AD6495
Tints of Bouquet #AD6495
RGB
CMYK
RGB Variations
Color information
#AD6495 (or 0xAD6495) is known color: Bouquet. HEX triplet: AD, 64 and 95. RGB value is (173,100,149). Sum of RGB (Red+Green+Blue) = 173+100+149=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6495 is #529B6A. Grayscale: #7F7F7F. Windows color (decimal): -5413739 or 9790637. OLE color: 9790637.
HSL color Cylindrical-coordinate representation of color #AD6495: hue angle of 319.73º 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 #AD6495 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 149 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.32 |
| HSL | 319.73º | 0.31% | 0.54% | - |
| HSV(B) | 319.73º | 0.42% | 0.68% | - |
| XYZ | 27.22 | 20.17 | 30.89 | - |
| YUV | 127.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 149 | 0 | 0.42 | 0.14 | 0.32 | 319.73 | 0.31 | 0.54 |
| Hex | AD | 64 | 95 | 0 | 2A | E | 20 | 140 | 1F | 36 |
| Octal | 255 | 144 | 225 | 0 | 52 | 16 | 40 | 500 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10010101 | 0 | 101010 | 1110 | 100000 | 101000000 | 11111 | 110110 |
Color Harmonies of #AD6495
Complementary color
Monochromatic Colors of #AD6495
Black with #AD6495
Text Example
Text Example
White with #AD6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6495; }
p { color: rgb(173,100,149); }
H1.HeaderClassName
{
color: #AD6495;
}
.AnyTagClassName
{
color: #AD6495;
}
</style>
background-color css
<style>
a { background-color: #AD6495; }
a { background-color: rgb(173,100,149); }
div.DivClassName
{
background-color: #AD6495;
}
.BgClassName
{
background-color: #AD6495;
}
</style>
border-color css
<style>
span { border-color: #AD6495; }
span { border-color: rgb(173,100,149); }
td.TdClassName
{
border-color: #AD6495;
}
.TagClassName
{
border-color: #AD6495;
}
</style>