Shades of Bouquet #AD8DA3
Tints of Bouquet #AD8DA3
RGB
CMYK
RGB Variations
Color information
#AD8DA3 (or 0xAD8DA3) is known color: Bouquet. HEX triplet: AD, 8D and A3. RGB value is (173,141,163). Sum of RGB (Red+Green+Blue) = 173+141+163=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DA3 is #52725C. Grayscale: #999999. Windows color (decimal): -5403229 or 10718637. OLE color: 10718637.
HSL color Cylindrical-coordinate representation of color #AD8DA3: hue angle of 318.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8DA3 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 163 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.32 |
| HSL | 318.75º | 0.16% | 0.62% | - |
| HSV(B) | 318.75º | 0.18% | 0.68% | - |
| XYZ | 33.37 | 30.58 | 38.79 | - |
| YUV | 153.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 163 | 0 | 0.18 | 0.06 | 0.32 | 318.75 | 0.16 | 0.62 |
| Hex | AD | 8D | A3 | 0 | 12 | 6 | 20 | 13F | 10 | 3E |
| Octal | 255 | 215 | 243 | 0 | 22 | 6 | 40 | 477 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10100011 | 0 | 10010 | 110 | 100000 | 100111111 | 10000 | 111110 |
Color Harmonies of #AD8DA3
Complementary color
Monochromatic Colors of #AD8DA3
Black with #AD8DA3
Text Example
Text Example
White with #AD8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DA3; }
p { color: rgb(173,141,163); }
H1.HeaderClassName
{
color: #AD8DA3;
}
.AnyTagClassName
{
color: #AD8DA3;
}
</style>
background-color css
<style>
a { background-color: #AD8DA3; }
a { background-color: rgb(173,141,163); }
div.DivClassName
{
background-color: #AD8DA3;
}
.BgClassName
{
background-color: #AD8DA3;
}
</style>
border-color css
<style>
span { border-color: #AD8DA3; }
span { border-color: rgb(173,141,163); }
td.TdClassName
{
border-color: #AD8DA3;
}
.TagClassName
{
border-color: #AD8DA3;
}
</style>