Shades of Bouquet #AD78A5
Tints of Bouquet #AD78A5
RGB
CMYK
RGB Variations
Color information
#AD78A5 (or 0xAD78A5) is known color: Bouquet. HEX triplet: AD, 78 and A5. RGB value is (173,120,165). Sum of RGB (Red+Green+Blue) = 173+120+165=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD78A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD78A5 is #52875A. Grayscale: #8C8C8C. Windows color (decimal): -5408603 or 10844333. OLE color: 10844333.
HSL color Cylindrical-coordinate representation of color #AD78A5: hue angle of 309.06º 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 #AD78A5 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 165 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.32 |
| HSL | 309.06º | 0.24% | 0.57% | - |
| HSV(B) | 309.06º | 0.31% | 0.68% | - |
| XYZ | 30.74 | 25.03 | 38.81 | - |
| YUV | 140.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 165 | 0 | 0.31 | 0.05 | 0.32 | 309.06 | 0.24 | 0.57 |
| Hex | AD | 78 | A5 | 0 | 1F | 5 | 20 | 135 | 18 | 39 |
| Octal | 255 | 170 | 245 | 0 | 37 | 5 | 40 | 465 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10100101 | 0 | 11111 | 101 | 100000 | 100110101 | 11000 | 111001 |
Color Harmonies of #AD78A5
Complementary color
Monochromatic Colors of #AD78A5
Black with #AD78A5
Text Example
Text Example
White with #AD78A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78A5; }
p { color: rgb(173,120,165); }
H1.HeaderClassName
{
color: #AD78A5;
}
.AnyTagClassName
{
color: #AD78A5;
}
</style>
background-color css
<style>
a { background-color: #AD78A5; }
a { background-color: rgb(173,120,165); }
div.DivClassName
{
background-color: #AD78A5;
}
.BgClassName
{
background-color: #AD78A5;
}
</style>
border-color css
<style>
span { border-color: #AD78A5; }
span { border-color: rgb(173,120,165); }
td.TdClassName
{
border-color: #AD78A5;
}
.TagClassName
{
border-color: #AD78A5;
}
</style>