Shades of Bouquet #AD77A3
Tints of Bouquet #AD77A3
RGB
CMYK
RGB Variations
Color information
#AD77A3 (or 0xAD77A3) is known color: Bouquet. HEX triplet: AD, 77 and A3. RGB value is (173,119,163). Sum of RGB (Red+Green+Blue) = 173+119+163=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD77A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD77A3 is #52885C. Grayscale: #8C8C8C. Windows color (decimal): -5408861 or 10713005. OLE color: 10713005.
HSL color Cylindrical-coordinate representation of color #AD77A3: hue angle of 311.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD77A3 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 163 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.32 |
| HSL | 311.11º | 0.25% | 0.57% | - |
| HSV(B) | 311.11º | 0.31% | 0.68% | - |
| XYZ | 30.44 | 24.72 | 37.82 | - |
| YUV | 140.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 163 | 0 | 0.31 | 0.06 | 0.32 | 311.11 | 0.25 | 0.57 |
| Hex | AD | 77 | A3 | 0 | 1F | 6 | 20 | 137 | 19 | 39 |
| Octal | 255 | 167 | 243 | 0 | 37 | 6 | 40 | 467 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10100011 | 0 | 11111 | 110 | 100000 | 100110111 | 11001 | 111001 |
Color Harmonies of #AD77A3
Complementary color
Monochromatic Colors of #AD77A3
Black with #AD77A3
Text Example
Text Example
White with #AD77A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77A3; }
p { color: rgb(173,119,163); }
H1.HeaderClassName
{
color: #AD77A3;
}
.AnyTagClassName
{
color: #AD77A3;
}
</style>
background-color css
<style>
a { background-color: #AD77A3; }
a { background-color: rgb(173,119,163); }
div.DivClassName
{
background-color: #AD77A3;
}
.BgClassName
{
background-color: #AD77A3;
}
</style>
border-color css
<style>
span { border-color: #AD77A3; }
span { border-color: rgb(173,119,163); }
td.TdClassName
{
border-color: #AD77A3;
}
.TagClassName
{
border-color: #AD77A3;
}
</style>