Shades of Bouquet #AD6A97
Tints of Bouquet #AD6A97
RGB
CMYK
RGB Variations
Color information
#AD6A97 (or 0xAD6A97) is known color: Bouquet. HEX triplet: AD, 6A and 97. RGB value is (173,106,151). Sum of RGB (Red+Green+Blue) = 173+106+151=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A97 is #529568. Grayscale: #838383. Windows color (decimal): -5412201 or 9923245. OLE color: 9923245.
HSL color Cylindrical-coordinate representation of color #AD6A97: hue angle of 319.7º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A97 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 151 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.32 |
| HSL | 319.7º | 0.29% | 0.55% | - |
| HSV(B) | 319.7º | 0.39% | 0.68% | - |
| XYZ | 27.97 | 21.43 | 31.94 | - |
| YUV | 131.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 151 | 0 | 0.39 | 0.13 | 0.32 | 319.7 | 0.29 | 0.55 |
| Hex | AD | 6A | 97 | 0 | 27 | D | 20 | 140 | 1D | 37 |
| Octal | 255 | 152 | 227 | 0 | 47 | 15 | 40 | 500 | 35 | 67 |
| Binary | 10101101 | 1101010 | 10010111 | 0 | 100111 | 1101 | 100000 | 101000000 | 11101 | 110111 |
Color Harmonies of #AD6A97
Complementary color
Monochromatic Colors of #AD6A97
Black with #AD6A97
Text Example
Text Example
White with #AD6A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A97; }
p { color: rgb(173,106,151); }
H1.HeaderClassName
{
color: #AD6A97;
}
.AnyTagClassName
{
color: #AD6A97;
}
</style>
background-color css
<style>
a { background-color: #AD6A97; }
a { background-color: rgb(173,106,151); }
div.DivClassName
{
background-color: #AD6A97;
}
.BgClassName
{
background-color: #AD6A97;
}
</style>
border-color css
<style>
span { border-color: #AD6A97; }
span { border-color: rgb(173,106,151); }
td.TdClassName
{
border-color: #AD6A97;
}
.TagClassName
{
border-color: #AD6A97;
}
</style>