Shades of Bouquet #A680A1
Tints of Bouquet #A680A1
RGB
CMYK
RGB Variations
Color information
#A680A1 (or 0xA680A1) is known color: Bouquet. HEX triplet: A6, 80 and A1. RGB value is (166,128,161). Sum of RGB (Red+Green+Blue) = 166+128+161=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A680A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A680A1 is #597F5E. Grayscale: #8F8F8F. Windows color (decimal): -5865311 or 10584230. OLE color: 10584230.
HSL color Cylindrical-coordinate representation of color #A680A1: hue angle of 307.89º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A680A1 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 161 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.35 |
| HSL | 307.89º | 0.18% | 0.58% | - |
| HSV(B) | 307.89º | 0.23% | 0.65% | - |
| XYZ | 29.88 | 26.12 | 37.18 | - |
| YUV | 143.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 161 | 0 | 0.23 | 0.03 | 0.35 | 307.89 | 0.18 | 0.58 |
| Hex | A6 | 80 | A1 | 0 | 17 | 3 | 23 | 134 | 12 | 3A |
| Octal | 246 | 200 | 241 | 0 | 27 | 3 | 43 | 464 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10100001 | 0 | 10111 | 11 | 100011 | 100110100 | 10010 | 111010 |
Color Harmonies of #A680A1
Complementary color
Monochromatic Colors of #A680A1
Black with #A680A1
Text Example
Text Example
White with #A680A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680A1; }
p { color: rgb(166,128,161); }
H1.HeaderClassName
{
color: #A680A1;
}
.AnyTagClassName
{
color: #A680A1;
}
</style>
background-color css
<style>
a { background-color: #A680A1; }
a { background-color: rgb(166,128,161); }
div.DivClassName
{
background-color: #A680A1;
}
.BgClassName
{
background-color: #A680A1;
}
</style>
border-color css
<style>
span { border-color: #A680A1; }
span { border-color: rgb(166,128,161); }
td.TdClassName
{
border-color: #A680A1;
}
.TagClassName
{
border-color: #A680A1;
}
</style>