Shades of Bouquet #AD7AA4
Tints of Bouquet #AD7AA4
RGB
CMYK
RGB Variations
Color information
#AD7AA4 (or 0xAD7AA4) is known color: Bouquet. HEX triplet: AD, 7A and A4. RGB value is (173,122,164). Sum of RGB (Red+Green+Blue) = 173+122+164=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AA4 is #52855B. Grayscale: #8D8D8D. Windows color (decimal): -5408092 or 10779309. OLE color: 10779309.
HSL color Cylindrical-coordinate representation of color #AD7AA4: hue angle of 310.59º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7AA4 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 164 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.32 |
| HSL | 310.59º | 0.24% | 0.58% | - |
| HSV(B) | 310.59º | 0.29% | 0.68% | - |
| XYZ | 30.89 | 25.48 | 38.41 | - |
| YUV | 142.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 164 | 0 | 0.29 | 0.05 | 0.32 | 310.59 | 0.24 | 0.58 |
| Hex | AD | 7A | A4 | 0 | 1D | 5 | 20 | 137 | 18 | 3A |
| Octal | 255 | 172 | 244 | 0 | 35 | 5 | 40 | 467 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10100100 | 0 | 11101 | 101 | 100000 | 100110111 | 11000 | 111010 |
Color Harmonies of #AD7AA4
Complementary color
Monochromatic Colors of #AD7AA4
Black with #AD7AA4
Text Example
Text Example
White with #AD7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AA4; }
p { color: rgb(173,122,164); }
H1.HeaderClassName
{
color: #AD7AA4;
}
.AnyTagClassName
{
color: #AD7AA4;
}
</style>
background-color css
<style>
a { background-color: #AD7AA4; }
a { background-color: rgb(173,122,164); }
div.DivClassName
{
background-color: #AD7AA4;
}
.BgClassName
{
background-color: #AD7AA4;
}
</style>
border-color css
<style>
span { border-color: #AD7AA4; }
span { border-color: rgb(173,122,164); }
td.TdClassName
{
border-color: #AD7AA4;
}
.TagClassName
{
border-color: #AD7AA4;
}
</style>