Shades of Bouquet #A6719D
Tints of Bouquet #A6719D
RGB
CMYK
RGB Variations
Color information
#A6719D (or 0xA6719D) is known color: Bouquet. HEX triplet: A6, 71 and 9D. RGB value is (166,113,157). Sum of RGB (Red+Green+Blue) = 166+113+157=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719D is #598E62. Grayscale: #858585. Windows color (decimal): -5869155 or 10318246. OLE color: 10318246.
HSL color Cylindrical-coordinate representation of color #A6719D: hue angle of 310.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6719D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 157 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.35 |
| HSL | 310.19º | 0.23% | 0.55% | - |
| HSV(B) | 310.19º | 0.32% | 0.65% | - |
| XYZ | 27.72 | 22.35 | 34.75 | - |
| YUV | 133.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 157 | 0 | 0.32 | 0.05 | 0.35 | 310.19 | 0.23 | 0.55 |
| Hex | A6 | 71 | 9D | 0 | 20 | 5 | 23 | 136 | 17 | 37 |
| Octal | 246 | 161 | 235 | 0 | 40 | 5 | 43 | 466 | 27 | 67 |
| Binary | 10100110 | 1110001 | 10011101 | 0 | 100000 | 101 | 100011 | 100110110 | 10111 | 110111 |
Color Harmonies of #A6719D
Complementary color
Monochromatic Colors of #A6719D
Black with #A6719D
Text Example
Text Example
White with #A6719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6719D; }
p { color: rgb(166,113,157); }
H1.HeaderClassName
{
color: #A6719D;
}
.AnyTagClassName
{
color: #A6719D;
}
</style>
background-color css
<style>
a { background-color: #A6719D; }
a { background-color: rgb(166,113,157); }
div.DivClassName
{
background-color: #A6719D;
}
.BgClassName
{
background-color: #A6719D;
}
</style>
border-color css
<style>
span { border-color: #A6719D; }
span { border-color: rgb(166,113,157); }
td.TdClassName
{
border-color: #A6719D;
}
.TagClassName
{
border-color: #A6719D;
}
</style>