Shades of Bouquet #A6719A
Tints of Bouquet #A6719A
RGB
CMYK
RGB Variations
Color information
#A6719A (or 0xA6719A) is known color: Bouquet. HEX triplet: A6, 71 and 9A. RGB value is (166,113,154). Sum of RGB (Red+Green+Blue) = 166+113+154=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719A is #598E65. Grayscale: #858585. Windows color (decimal): -5869158 or 10121638. OLE color: 10121638.
HSL color Cylindrical-coordinate representation of color #A6719A: hue angle of 313.58º 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 #A6719A is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 154 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.35 |
| HSL | 313.58º | 0.23% | 0.55% | - |
| HSV(B) | 313.58º | 0.32% | 0.65% | - |
| XYZ | 27.46 | 22.25 | 33.42 | - |
| YUV | 133.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 154 | 0 | 0.32 | 0.07 | 0.35 | 313.58 | 0.23 | 0.55 |
| Hex | A6 | 71 | 9A | 0 | 20 | 7 | 23 | 13A | 17 | 37 |
| Octal | 246 | 161 | 232 | 0 | 40 | 7 | 43 | 472 | 27 | 67 |
| Binary | 10100110 | 1110001 | 10011010 | 0 | 100000 | 111 | 100011 | 100111010 | 10111 | 110111 |
Color Harmonies of #A6719A
Complementary color
Monochromatic Colors of #A6719A
Black with #A6719A
Text Example
Text Example
White with #A6719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6719A; }
p { color: rgb(166,113,154); }
H1.HeaderClassName
{
color: #A6719A;
}
.AnyTagClassName
{
color: #A6719A;
}
</style>
background-color css
<style>
a { background-color: #A6719A; }
a { background-color: rgb(166,113,154); }
div.DivClassName
{
background-color: #A6719A;
}
.BgClassName
{
background-color: #A6719A;
}
</style>
border-color css
<style>
span { border-color: #A6719A; }
span { border-color: rgb(166,113,154); }
td.TdClassName
{
border-color: #A6719A;
}
.TagClassName
{
border-color: #A6719A;
}
</style>