Shades of Bouquet #AD7FA4
Tints of Bouquet #AD7FA4
RGB
CMYK
RGB Variations
Color information
#AD7FA4 (or 0xAD7FA4) is known color: Bouquet. HEX triplet: AD, 7F and A4. RGB value is (173,127,164). Sum of RGB (Red+Green+Blue) = 173+127+164=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FA4 is #52805B. Grayscale: #909090. Windows color (decimal): -5406812 or 10780589. OLE color: 10780589.
HSL color Cylindrical-coordinate representation of color #AD7FA4: hue angle of 311.74º 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 #AD7FA4 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 164 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.32 |
| HSL | 311.74º | 0.22% | 0.59% | - |
| HSV(B) | 311.74º | 0.27% | 0.68% | - |
| XYZ | 31.52 | 26.74 | 38.62 | - |
| YUV | 144.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 164 | 0 | 0.27 | 0.05 | 0.32 | 311.74 | 0.22 | 0.59 |
| Hex | AD | 7F | A4 | 0 | 1B | 5 | 20 | 138 | 16 | 3B |
| Octal | 255 | 177 | 244 | 0 | 33 | 5 | 40 | 470 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10100100 | 0 | 11011 | 101 | 100000 | 100111000 | 10110 | 111011 |
Color Harmonies of #AD7FA4
Complementary color
Monochromatic Colors of #AD7FA4
Black with #AD7FA4
Text Example
Text Example
White with #AD7FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FA4; }
p { color: rgb(173,127,164); }
H1.HeaderClassName
{
color: #AD7FA4;
}
.AnyTagClassName
{
color: #AD7FA4;
}
</style>
background-color css
<style>
a { background-color: #AD7FA4; }
a { background-color: rgb(173,127,164); }
div.DivClassName
{
background-color: #AD7FA4;
}
.BgClassName
{
background-color: #AD7FA4;
}
</style>
border-color css
<style>
span { border-color: #AD7FA4; }
span { border-color: rgb(173,127,164); }
td.TdClassName
{
border-color: #AD7FA4;
}
.TagClassName
{
border-color: #AD7FA4;
}
</style>