Shades of Bouquet #A1809E
Tints of Bouquet #A1809E
RGB
CMYK
RGB Variations
Color information
#A1809E (or 0xA1809E) is known color: Bouquet. HEX triplet: A1, 80 and 9E. RGB value is (161,128,158). Sum of RGB (Red+Green+Blue) = 161+128+158=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A1809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1809E is #5E7F61. Grayscale: #8D8D8D. Windows color (decimal): -6192994 or 10387617. OLE color: 10387617.
HSL color Cylindrical-coordinate representation of color #A1809E: hue angle of 305.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1809E is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 158 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.37 |
| HSL | 305.45º | 0.15% | 0.57% | - |
| HSV(B) | 305.45º | 0.2% | 0.63% | - |
| XYZ | 28.59 | 25.48 | 35.76 | - |
| YUV | 141.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 158 | 0 | 0.20 | 0.02 | 0.37 | 305.45 | 0.15 | 0.57 |
| Hex | A1 | 80 | 9E | 0 | 14 | 2 | 25 | 131 | F | 39 |
| Octal | 241 | 200 | 236 | 0 | 24 | 2 | 45 | 461 | 17 | 71 |
| Binary | 10100001 | 10000000 | 10011110 | 0 | 10100 | 10 | 100101 | 100110001 | 1111 | 111001 |
Color Harmonies of #A1809E
Complementary color
Monochromatic Colors of #A1809E
Black with #A1809E
Text Example
Text Example
White with #A1809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1809E; }
p { color: rgb(161,128,158); }
H1.HeaderClassName
{
color: #A1809E;
}
.AnyTagClassName
{
color: #A1809E;
}
</style>
background-color css
<style>
a { background-color: #A1809E; }
a { background-color: rgb(161,128,158); }
div.DivClassName
{
background-color: #A1809E;
}
.BgClassName
{
background-color: #A1809E;
}
</style>
border-color css
<style>
span { border-color: #A1809E; }
span { border-color: rgb(161,128,158); }
td.TdClassName
{
border-color: #A1809E;
}
.TagClassName
{
border-color: #A1809E;
}
</style>