Shades of Bouquet #A3819E
Tints of Bouquet #A3819E
RGB
CMYK
RGB Variations
Color information
#A3819E (or 0xA3819E) is known color: Bouquet. HEX triplet: A3, 81 and 9E. RGB value is (163,129,158). Sum of RGB (Red+Green+Blue) = 163+129+158=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 163 - color contains mainly: red. Hex color #A3819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3819E is #5C7E61. Grayscale: #8E8E8E. Windows color (decimal): -6061666 or 10387875. OLE color: 10387875.
HSL color Cylindrical-coordinate representation of color #A3819E: hue angle of 308.82º 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 #A3819E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 158 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.36 |
| HSL | 308.82º | 0.16% | 0.57% | - |
| HSV(B) | 308.82º | 0.21% | 0.64% | - |
| XYZ | 29.13 | 25.96 | 35.82 | - |
| YUV | 142.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 158 | 0 | 0.21 | 0.03 | 0.36 | 308.82 | 0.16 | 0.57 |
| Hex | A3 | 81 | 9E | 0 | 15 | 3 | 24 | 135 | 10 | 39 |
| Octal | 243 | 201 | 236 | 0 | 25 | 3 | 44 | 465 | 20 | 71 |
| Binary | 10100011 | 10000001 | 10011110 | 0 | 10101 | 11 | 100100 | 100110101 | 10000 | 111001 |
Color Harmonies of #A3819E
Complementary color
Monochromatic Colors of #A3819E
Black with #A3819E
Text Example
Text Example
White with #A3819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3819E; }
p { color: rgb(163,129,158); }
H1.HeaderClassName
{
color: #A3819E;
}
.AnyTagClassName
{
color: #A3819E;
}
</style>
background-color css
<style>
a { background-color: #A3819E; }
a { background-color: rgb(163,129,158); }
div.DivClassName
{
background-color: #A3819E;
}
.BgClassName
{
background-color: #A3819E;
}
</style>
border-color css
<style>
span { border-color: #A3819E; }
span { border-color: rgb(163,129,158); }
td.TdClassName
{
border-color: #A3819E;
}
.TagClassName
{
border-color: #A3819E;
}
</style>