Shades of Bouquet #A0819B
Tints of Bouquet #A0819B
RGB
CMYK
RGB Variations
Color information
#A0819B (or 0xA0819B) is known color: Bouquet. HEX triplet: A0, 81 and 9B. RGB value is (160,129,155). Sum of RGB (Red+Green+Blue) = 160+129+155=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A0819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0819B is #5F7E64. Grayscale: #8D8D8D. Windows color (decimal): -6258277 or 10191264. OLE color: 10191264.
HSL color Cylindrical-coordinate representation of color #A0819B: hue angle of 309.68º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0819B is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 155 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.37 |
| HSL | 309.68º | 0.14% | 0.57% | - |
| HSV(B) | 309.68º | 0.19% | 0.63% | - |
| XYZ | 28.26 | 25.54 | 34.45 | - |
| YUV | 141.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 155 | 0 | 0.19 | 0.03 | 0.37 | 309.68 | 0.14 | 0.57 |
| Hex | A0 | 81 | 9B | 0 | 13 | 3 | 25 | 136 | E | 39 |
| Octal | 240 | 201 | 233 | 0 | 23 | 3 | 45 | 466 | 16 | 71 |
| Binary | 10100000 | 10000001 | 10011011 | 0 | 10011 | 11 | 100101 | 100110110 | 1110 | 111001 |
Color Harmonies of #A0819B
Complementary color
Monochromatic Colors of #A0819B
Black with #A0819B
Text Example
Text Example
White with #A0819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0819B; }
p { color: rgb(160,129,155); }
H1.HeaderClassName
{
color: #A0819B;
}
.AnyTagClassName
{
color: #A0819B;
}
</style>
background-color css
<style>
a { background-color: #A0819B; }
a { background-color: rgb(160,129,155); }
div.DivClassName
{
background-color: #A0819B;
}
.BgClassName
{
background-color: #A0819B;
}
</style>
border-color css
<style>
span { border-color: #A0819B; }
span { border-color: rgb(160,129,155); }
td.TdClassName
{
border-color: #A0819B;
}
.TagClassName
{
border-color: #A0819B;
}
</style>