Shades of Bouquet #A3819B
Tints of Bouquet #A3819B
RGB
CMYK
RGB Variations
Color information
#A3819B (or 0xA3819B) is known color: Bouquet. HEX triplet: A3, 81 and 9B. RGB value is (163,129,155). Sum of RGB (Red+Green+Blue) = 163+129+155=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A3819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3819B is #5C7E64. Grayscale: #8E8E8E. Windows color (decimal): -6061669 or 10191267. OLE color: 10191267.
HSL color Cylindrical-coordinate representation of color #A3819B: hue angle of 314.12º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3819B is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 155 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.36 |
| HSL | 314.12º | 0.16% | 0.57% | - |
| HSV(B) | 314.12º | 0.21% | 0.64% | - |
| XYZ | 28.87 | 25.85 | 34.48 | - |
| YUV | 142.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 155 | 0 | 0.21 | 0.05 | 0.36 | 314.12 | 0.16 | 0.57 |
| Hex | A3 | 81 | 9B | 0 | 15 | 5 | 24 | 13A | 10 | 39 |
| Octal | 243 | 201 | 233 | 0 | 25 | 5 | 44 | 472 | 20 | 71 |
| Binary | 10100011 | 10000001 | 10011011 | 0 | 10101 | 101 | 100100 | 100111010 | 10000 | 111001 |
Color Harmonies of #A3819B
Complementary color
Monochromatic Colors of #A3819B
Black with #A3819B
Text Example
Text Example
White with #A3819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3819B; }
p { color: rgb(163,129,155); }
H1.HeaderClassName
{
color: #A3819B;
}
.AnyTagClassName
{
color: #A3819B;
}
</style>
background-color css
<style>
a { background-color: #A3819B; }
a { background-color: rgb(163,129,155); }
div.DivClassName
{
background-color: #A3819B;
}
.BgClassName
{
background-color: #A3819B;
}
</style>
border-color css
<style>
span { border-color: #A3819B; }
span { border-color: rgb(163,129,155); }
td.TdClassName
{
border-color: #A3819B;
}
.TagClassName
{
border-color: #A3819B;
}
</style>