Shades of Bouquet #AD6395
Tints of Bouquet #AD6395
RGB
CMYK
RGB Variations
Color information
#AD6395 (or 0xAD6395) is known color: Bouquet. HEX triplet: AD, 63 and 95. RGB value is (173,99,149). Sum of RGB (Red+Green+Blue) = 173+99+149=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6395 is #529C6A. Grayscale: #7E7E7E. Windows color (decimal): -5413995 or 9790381. OLE color: 9790381.
HSL color Cylindrical-coordinate representation of color #AD6395: hue angle of 319.46º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6395 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 149 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.32 |
| HSL | 319.46º | 0.31% | 0.53% | - |
| HSV(B) | 319.46º | 0.43% | 0.68% | - |
| XYZ | 27.12 | 19.98 | 30.86 | - |
| YUV | 126.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 149 | 0 | 0.43 | 0.14 | 0.32 | 319.46 | 0.31 | 0.53 |
| Hex | AD | 63 | 95 | 0 | 2B | E | 20 | 13F | 1F | 35 |
| Octal | 255 | 143 | 225 | 0 | 53 | 16 | 40 | 477 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10010101 | 0 | 101011 | 1110 | 100000 | 100111111 | 11111 | 110101 |
Color Harmonies of #AD6395
Complementary color
Monochromatic Colors of #AD6395
Black with #AD6395
Text Example
Text Example
White with #AD6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6395; }
p { color: rgb(173,99,149); }
H1.HeaderClassName
{
color: #AD6395;
}
.AnyTagClassName
{
color: #AD6395;
}
</style>
background-color css
<style>
a { background-color: #AD6395; }
a { background-color: rgb(173,99,149); }
div.DivClassName
{
background-color: #AD6395;
}
.BgClassName
{
background-color: #AD6395;
}
</style>
border-color css
<style>
span { border-color: #AD6395; }
span { border-color: rgb(173,99,149); }
td.TdClassName
{
border-color: #AD6395;
}
.TagClassName
{
border-color: #AD6395;
}
</style>