Shades of Bouquet #AD78A1
Tints of Bouquet #AD78A1
RGB
CMYK
RGB Variations
Color information
#AD78A1 (or 0xAD78A1) is known color: Bouquet. HEX triplet: AD, 78 and A1. RGB value is (173,120,161). Sum of RGB (Red+Green+Blue) = 173+120+161=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD78A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD78A1 is #52875E. Grayscale: #8C8C8C. Windows color (decimal): -5408607 or 10582189. OLE color: 10582189.
HSL color Cylindrical-coordinate representation of color #AD78A1: hue angle of 313.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD78A1 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 161 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.32 |
| HSL | 313.58º | 0.24% | 0.57% | - |
| HSV(B) | 313.58º | 0.31% | 0.68% | - |
| XYZ | 30.38 | 24.89 | 36.92 | - |
| YUV | 140.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 161 | 0 | 0.31 | 0.07 | 0.32 | 313.58 | 0.24 | 0.57 |
| Hex | AD | 78 | A1 | 0 | 1F | 7 | 20 | 13A | 18 | 39 |
| Octal | 255 | 170 | 241 | 0 | 37 | 7 | 40 | 472 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10100001 | 0 | 11111 | 111 | 100000 | 100111010 | 11000 | 111001 |
Color Harmonies of #AD78A1
Complementary color
Monochromatic Colors of #AD78A1
Black with #AD78A1
Text Example
Text Example
White with #AD78A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78A1; }
p { color: rgb(173,120,161); }
H1.HeaderClassName
{
color: #AD78A1;
}
.AnyTagClassName
{
color: #AD78A1;
}
</style>
background-color css
<style>
a { background-color: #AD78A1; }
a { background-color: rgb(173,120,161); }
div.DivClassName
{
background-color: #AD78A1;
}
.BgClassName
{
background-color: #AD78A1;
}
</style>
border-color css
<style>
span { border-color: #AD78A1; }
span { border-color: rgb(173,120,161); }
td.TdClassName
{
border-color: #AD78A1;
}
.TagClassName
{
border-color: #AD78A1;
}
</style>