Shades of Bouquet #A1819B
Tints of Bouquet #A1819B
RGB
CMYK
RGB Variations
Color information
#A1819B (or 0xA1819B) is known color: Bouquet. HEX triplet: A1, 81 and 9B. RGB value is (161,129,155). Sum of RGB (Red+Green+Blue) = 161+129+155=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A1819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1819B is #5E7E64. Grayscale: #8D8D8D. Windows color (decimal): -6192741 or 10191265. OLE color: 10191265.
HSL color Cylindrical-coordinate representation of color #A1819B: hue angle of 311.25º 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 #A1819B is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 155 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.37 |
| HSL | 311.25º | 0.15% | 0.57% | - |
| HSV(B) | 311.25º | 0.2% | 0.63% | - |
| XYZ | 28.46 | 25.64 | 34.46 | - |
| YUV | 141.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 155 | 0 | 0.20 | 0.04 | 0.37 | 311.25 | 0.15 | 0.57 |
| Hex | A1 | 81 | 9B | 0 | 14 | 4 | 25 | 137 | F | 39 |
| Octal | 241 | 201 | 233 | 0 | 24 | 4 | 45 | 467 | 17 | 71 |
| Binary | 10100001 | 10000001 | 10011011 | 0 | 10100 | 100 | 100101 | 100110111 | 1111 | 111001 |
Color Harmonies of #A1819B
Complementary color
Monochromatic Colors of #A1819B
Black with #A1819B
Text Example
Text Example
White with #A1819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1819B; }
p { color: rgb(161,129,155); }
H1.HeaderClassName
{
color: #A1819B;
}
.AnyTagClassName
{
color: #A1819B;
}
</style>
background-color css
<style>
a { background-color: #A1819B; }
a { background-color: rgb(161,129,155); }
div.DivClassName
{
background-color: #A1819B;
}
.BgClassName
{
background-color: #A1819B;
}
</style>
border-color css
<style>
span { border-color: #A1819B; }
span { border-color: rgb(161,129,155); }
td.TdClassName
{
border-color: #A1819B;
}
.TagClassName
{
border-color: #A1819B;
}
</style>