Shades of Bouquet #A3859D
Tints of Bouquet #A3859D
RGB
CMYK
RGB Variations
Color information
#A3859D (or 0xA3859D) is known color: Bouquet. HEX triplet: A3, 85 and 9D. RGB value is (163,133,157). Sum of RGB (Red+Green+Blue) = 163+133+157=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3859D is #5C7A62. Grayscale: #909090. Windows color (decimal): -6060643 or 10323363. OLE color: 10323363.
HSL color Cylindrical-coordinate representation of color #A3859D: hue angle of 312º 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 #A3859D is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 157 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.36 |
| HSL | 312º | 0.14% | 0.58% | - |
| HSV(B) | 312º | 0.18% | 0.64% | - |
| XYZ | 29.58 | 27 | 35.55 | - |
| YUV | 144.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 157 | 0 | 0.18 | 0.04 | 0.36 | 312 | 0.14 | 0.58 |
| Hex | A3 | 85 | 9D | 0 | 12 | 4 | 24 | 138 | E | 3A |
| Octal | 243 | 205 | 235 | 0 | 22 | 4 | 44 | 470 | 16 | 72 |
| Binary | 10100011 | 10000101 | 10011101 | 0 | 10010 | 100 | 100100 | 100111000 | 1110 | 111010 |
Color Harmonies of #A3859D
Complementary color
Monochromatic Colors of #A3859D
Black with #A3859D
Text Example
Text Example
White with #A3859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3859D; }
p { color: rgb(163,133,157); }
H1.HeaderClassName
{
color: #A3859D;
}
.AnyTagClassName
{
color: #A3859D;
}
</style>
background-color css
<style>
a { background-color: #A3859D; }
a { background-color: rgb(163,133,157); }
div.DivClassName
{
background-color: #A3859D;
}
.BgClassName
{
background-color: #A3859D;
}
</style>
border-color css
<style>
span { border-color: #A3859D; }
span { border-color: rgb(163,133,157); }
td.TdClassName
{
border-color: #A3859D;
}
.TagClassName
{
border-color: #A3859D;
}
</style>