Shades of Bouquet #A682A1
Tints of Bouquet #A682A1
RGB
CMYK
RGB Variations
Color information
#A682A1 (or 0xA682A1) is known color: Bouquet. HEX triplet: A6, 82 and A1. RGB value is (166,130,161). Sum of RGB (Red+Green+Blue) = 166+130+161=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A682A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682A1 is #597D5E. Grayscale: #909090. Windows color (decimal): -5864799 or 10584742. OLE color: 10584742.
HSL color Cylindrical-coordinate representation of color #A682A1: hue angle of 308.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A682A1 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 161 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.35 |
| HSL | 308.33º | 0.17% | 0.58% | - |
| HSV(B) | 308.33º | 0.22% | 0.65% | - |
| XYZ | 30.14 | 26.65 | 37.27 | - |
| YUV | 144.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 161 | 0 | 0.22 | 0.03 | 0.35 | 308.33 | 0.17 | 0.58 |
| Hex | A6 | 82 | A1 | 0 | 16 | 3 | 23 | 134 | 11 | 3A |
| Octal | 246 | 202 | 241 | 0 | 26 | 3 | 43 | 464 | 21 | 72 |
| Binary | 10100110 | 10000010 | 10100001 | 0 | 10110 | 11 | 100011 | 100110100 | 10001 | 111010 |
Color Harmonies of #A682A1
Complementary color
Monochromatic Colors of #A682A1
Black with #A682A1
Text Example
Text Example
White with #A682A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682A1; }
p { color: rgb(166,130,161); }
H1.HeaderClassName
{
color: #A682A1;
}
.AnyTagClassName
{
color: #A682A1;
}
</style>
background-color css
<style>
a { background-color: #A682A1; }
a { background-color: rgb(166,130,161); }
div.DivClassName
{
background-color: #A682A1;
}
.BgClassName
{
background-color: #A682A1;
}
</style>
border-color css
<style>
span { border-color: #A682A1; }
span { border-color: rgb(166,130,161); }
td.TdClassName
{
border-color: #A682A1;
}
.TagClassName
{
border-color: #A682A1;
}
</style>