Shades of Bouquet #AD7CA3
Tints of Bouquet #AD7CA3
RGB
CMYK
RGB Variations
Color information
#AD7CA3 (or 0xAD7CA3) is known color: Bouquet. HEX triplet: AD, 7C and A3. RGB value is (173,124,163). Sum of RGB (Red+Green+Blue) = 173+124+163=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CA3 is #52835C. Grayscale: #8E8E8E. Windows color (decimal): -5407581 or 10714285. OLE color: 10714285.
HSL color Cylindrical-coordinate representation of color #AD7CA3: hue angle of 312.24º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7CA3 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 163 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.32 |
| HSL | 312.24º | 0.23% | 0.58% | - |
| HSV(B) | 312.24º | 0.28% | 0.68% | - |
| XYZ | 31.05 | 25.94 | 38.02 | - |
| YUV | 143.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 163 | 0 | 0.28 | 0.06 | 0.32 | 312.24 | 0.23 | 0.58 |
| Hex | AD | 7C | A3 | 0 | 1C | 6 | 20 | 138 | 17 | 3A |
| Octal | 255 | 174 | 243 | 0 | 34 | 6 | 40 | 470 | 27 | 72 |
| Binary | 10101101 | 1111100 | 10100011 | 0 | 11100 | 110 | 100000 | 100111000 | 10111 | 111010 |
Color Harmonies of #AD7CA3
Complementary color
Monochromatic Colors of #AD7CA3
Black with #AD7CA3
Text Example
Text Example
White with #AD7CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CA3; }
p { color: rgb(173,124,163); }
H1.HeaderClassName
{
color: #AD7CA3;
}
.AnyTagClassName
{
color: #AD7CA3;
}
</style>
background-color css
<style>
a { background-color: #AD7CA3; }
a { background-color: rgb(173,124,163); }
div.DivClassName
{
background-color: #AD7CA3;
}
.BgClassName
{
background-color: #AD7CA3;
}
</style>
border-color css
<style>
span { border-color: #AD7CA3; }
span { border-color: rgb(173,124,163); }
td.TdClassName
{
border-color: #AD7CA3;
}
.TagClassName
{
border-color: #AD7CA3;
}
</style>