Shades of Bouquet #A1819E
Tints of Bouquet #A1819E
RGB
CMYK
RGB Variations
Color information
#A1819E (or 0xA1819E) is known color: Bouquet. HEX triplet: A1, 81 and 9E. RGB value is (161,129,158). Sum of RGB (Red+Green+Blue) = 161+129+158=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1819E is #5E7E61. Grayscale: #8D8D8D. Windows color (decimal): -6192738 or 10387873. OLE color: 10387873.
HSL color Cylindrical-coordinate representation of color #A1819E: hue angle of 305.62º 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 #A1819E is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 158 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.37 |
| HSL | 305.63º | 0.15% | 0.57% | - |
| HSV(B) | 305.63º | 0.2% | 0.63% | - |
| XYZ | 28.72 | 25.75 | 35.8 | - |
| YUV | 141.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 158 | 0 | 0.20 | 0.02 | 0.37 | 305.63 | 0.15 | 0.57 |
| Hex | A1 | 81 | 9E | 0 | 14 | 2 | 25 | 132 | F | 39 |
| Octal | 241 | 201 | 236 | 0 | 24 | 2 | 45 | 462 | 17 | 71 |
| Binary | 10100001 | 10000001 | 10011110 | 0 | 10100 | 10 | 100101 | 100110010 | 1111 | 111001 |
Color Harmonies of #A1819E
Complementary color
Monochromatic Colors of #A1819E
Black with #A1819E
Text Example
Text Example
White with #A1819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1819E; }
p { color: rgb(161,129,158); }
H1.HeaderClassName
{
color: #A1819E;
}
.AnyTagClassName
{
color: #A1819E;
}
</style>
background-color css
<style>
a { background-color: #A1819E; }
a { background-color: rgb(161,129,158); }
div.DivClassName
{
background-color: #A1819E;
}
.BgClassName
{
background-color: #A1819E;
}
</style>
border-color css
<style>
span { border-color: #A1819E; }
span { border-color: rgb(161,129,158); }
td.TdClassName
{
border-color: #A1819E;
}
.TagClassName
{
border-color: #A1819E;
}
</style>