Shades of Bouquet #AD7FA2
Tints of Bouquet #AD7FA2
RGB
CMYK
RGB Variations
Color information
#AD7FA2 (or 0xAD7FA2) is known color: Bouquet. HEX triplet: AD, 7F and A2. RGB value is (173,127,162). Sum of RGB (Red+Green+Blue) = 173+127+162=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FA2 is #52805D. Grayscale: #909090. Windows color (decimal): -5406814 or 10649517. OLE color: 10649517.
HSL color Cylindrical-coordinate representation of color #AD7FA2: hue angle of 314.35º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7FA2 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 162 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.32 |
| HSL | 314.35º | 0.22% | 0.59% | - |
| HSV(B) | 314.35º | 0.27% | 0.68% | - |
| XYZ | 31.34 | 26.67 | 37.68 | - |
| YUV | 144.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 162 | 0 | 0.27 | 0.06 | 0.32 | 314.35 | 0.22 | 0.59 |
| Hex | AD | 7F | A2 | 0 | 1B | 6 | 20 | 13A | 16 | 3B |
| Octal | 255 | 177 | 242 | 0 | 33 | 6 | 40 | 472 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10100010 | 0 | 11011 | 110 | 100000 | 100111010 | 10110 | 111011 |
Color Harmonies of #AD7FA2
Complementary color
Monochromatic Colors of #AD7FA2
Black with #AD7FA2
Text Example
Text Example
White with #AD7FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FA2; }
p { color: rgb(173,127,162); }
H1.HeaderClassName
{
color: #AD7FA2;
}
.AnyTagClassName
{
color: #AD7FA2;
}
</style>
background-color css
<style>
a { background-color: #AD7FA2; }
a { background-color: rgb(173,127,162); }
div.DivClassName
{
background-color: #AD7FA2;
}
.BgClassName
{
background-color: #AD7FA2;
}
</style>
border-color css
<style>
span { border-color: #AD7FA2; }
span { border-color: rgb(173,127,162); }
td.TdClassName
{
border-color: #AD7FA2;
}
.TagClassName
{
border-color: #AD7FA2;
}
</style>