Shades of Bouquet #A3859E
Tints of Bouquet #A3859E
RGB
CMYK
RGB Variations
Color information
#A3859E (or 0xA3859E) is known color: Bouquet. HEX triplet: A3, 85 and 9E. RGB value is (163,133,158). Sum of RGB (Red+Green+Blue) = 163+133+158=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A3859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3859E is #5C7A61. Grayscale: #909090. Windows color (decimal): -6060642 or 10388899. OLE color: 10388899.
HSL color Cylindrical-coordinate representation of color #A3859E: hue angle of 310º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3859E is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 158 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.36 |
| HSL | 310º | 0.14% | 0.58% | - |
| HSV(B) | 310º | 0.18% | 0.64% | - |
| XYZ | 29.66 | 27.03 | 36 | - |
| YUV | 144.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 158 | 0 | 0.18 | 0.03 | 0.36 | 310 | 0.14 | 0.58 |
| Hex | A3 | 85 | 9E | 0 | 12 | 3 | 24 | 136 | E | 3A |
| Octal | 243 | 205 | 236 | 0 | 22 | 3 | 44 | 466 | 16 | 72 |
| Binary | 10100011 | 10000101 | 10011110 | 0 | 10010 | 11 | 100100 | 100110110 | 1110 | 111010 |
Color Harmonies of #A3859E
Complementary color
Monochromatic Colors of #A3859E
Black with #A3859E
Text Example
Text Example
White with #A3859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3859E; }
p { color: rgb(163,133,158); }
H1.HeaderClassName
{
color: #A3859E;
}
.AnyTagClassName
{
color: #A3859E;
}
</style>
background-color css
<style>
a { background-color: #A3859E; }
a { background-color: rgb(163,133,158); }
div.DivClassName
{
background-color: #A3859E;
}
.BgClassName
{
background-color: #A3859E;
}
</style>
border-color css
<style>
span { border-color: #A3859E; }
span { border-color: rgb(163,133,158); }
td.TdClassName
{
border-color: #A3859E;
}
.TagClassName
{
border-color: #A3859E;
}
</style>