Shades of Bouquet #AD6E9A
Tints of Bouquet #AD6E9A
RGB
CMYK
RGB Variations
Color information
#AD6E9A (or 0xAD6E9A) is known color: Bouquet. HEX triplet: AD, 6E and 9A. RGB value is (173,110,154). Sum of RGB (Red+Green+Blue) = 173+110+154=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E9A is #529165. Grayscale: #858585. Windows color (decimal): -5411174 or 10120877. OLE color: 10120877.
HSL color Cylindrical-coordinate representation of color #AD6E9A: hue angle of 318.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6E9A is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 154 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.32 |
| HSL | 318.1º | 0.28% | 0.55% | - |
| HSV(B) | 318.1º | 0.36% | 0.68% | - |
| XYZ | 28.64 | 22.37 | 33.38 | - |
| YUV | 133.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 154 | 0 | 0.36 | 0.11 | 0.32 | 318.1 | 0.28 | 0.55 |
| Hex | AD | 6E | 9A | 0 | 24 | B | 20 | 13E | 1C | 37 |
| Octal | 255 | 156 | 232 | 0 | 44 | 13 | 40 | 476 | 34 | 67 |
| Binary | 10101101 | 1101110 | 10011010 | 0 | 100100 | 1011 | 100000 | 100111110 | 11100 | 110111 |
Color Harmonies of #AD6E9A
Complementary color
Monochromatic Colors of #AD6E9A
Black with #AD6E9A
Text Example
Text Example
White with #AD6E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E9A; }
p { color: rgb(173,110,154); }
H1.HeaderClassName
{
color: #AD6E9A;
}
.AnyTagClassName
{
color: #AD6E9A;
}
</style>
background-color css
<style>
a { background-color: #AD6E9A; }
a { background-color: rgb(173,110,154); }
div.DivClassName
{
background-color: #AD6E9A;
}
.BgClassName
{
background-color: #AD6E9A;
}
</style>
border-color css
<style>
span { border-color: #AD6E9A; }
span { border-color: rgb(173,110,154); }
td.TdClassName
{
border-color: #AD6E9A;
}
.TagClassName
{
border-color: #AD6E9A;
}
</style>