Shades of Bouquet #AD6DA0
Tints of Bouquet #AD6DA0
RGB
CMYK
RGB Variations
Color information
#AD6DA0 (or 0xAD6DA0) is known color: Bouquet. HEX triplet: AD, 6D and A0. RGB value is (173,109,160). Sum of RGB (Red+Green+Blue) = 173+109+160=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DA0 is #52925F. Grayscale: #858585. Windows color (decimal): -5411424 or 10513837. OLE color: 10513837.
HSL color Cylindrical-coordinate representation of color #AD6DA0: hue angle of 312.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6DA0 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 160 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.32 |
| HSL | 312.19º | 0.28% | 0.55% | - |
| HSV(B) | 312.19º | 0.37% | 0.68% | - |
| XYZ | 29.05 | 22.36 | 36.04 | - |
| YUV | 133.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 160 | 0 | 0.37 | 0.08 | 0.32 | 312.19 | 0.28 | 0.55 |
| Hex | AD | 6D | A0 | 0 | 25 | 8 | 20 | 138 | 1C | 37 |
| Octal | 255 | 155 | 240 | 0 | 45 | 10 | 40 | 470 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10100000 | 0 | 100101 | 1000 | 100000 | 100111000 | 11100 | 110111 |
Color Harmonies of #AD6DA0
Complementary color
Monochromatic Colors of #AD6DA0
Black with #AD6DA0
Text Example
Text Example
White with #AD6DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DA0; }
p { color: rgb(173,109,160); }
H1.HeaderClassName
{
color: #AD6DA0;
}
.AnyTagClassName
{
color: #AD6DA0;
}
</style>
background-color css
<style>
a { background-color: #AD6DA0; }
a { background-color: rgb(173,109,160); }
div.DivClassName
{
background-color: #AD6DA0;
}
.BgClassName
{
background-color: #AD6DA0;
}
</style>
border-color css
<style>
span { border-color: #AD6DA0; }
span { border-color: rgb(173,109,160); }
td.TdClassName
{
border-color: #AD6DA0;
}
.TagClassName
{
border-color: #AD6DA0;
}
</style>