Shades of Bouquet #A3859B
Tints of Bouquet #A3859B
RGB
CMYK
RGB Variations
Color information
#A3859B (or 0xA3859B) is known color: Bouquet. HEX triplet: A3, 85 and 9B. RGB value is (163,133,155). Sum of RGB (Red+Green+Blue) = 163+133+155=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3859B is #5C7A64. Grayscale: #909090. Windows color (decimal): -6060645 or 10192291. OLE color: 10192291.
HSL color Cylindrical-coordinate representation of color #A3859B: hue angle of 316º 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 #A3859B is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 155 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.36 |
| HSL | 316º | 0.14% | 0.58% | - |
| HSV(B) | 316º | 0.18% | 0.64% | - |
| XYZ | 29.41 | 26.93 | 34.66 | - |
| YUV | 144.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 155 | 0 | 0.18 | 0.05 | 0.36 | 316 | 0.14 | 0.58 |
| Hex | A3 | 85 | 9B | 0 | 12 | 5 | 24 | 13C | E | 3A |
| Octal | 243 | 205 | 233 | 0 | 22 | 5 | 44 | 474 | 16 | 72 |
| Binary | 10100011 | 10000101 | 10011011 | 0 | 10010 | 101 | 100100 | 100111100 | 1110 | 111010 |
Color Harmonies of #A3859B
Complementary color
Monochromatic Colors of #A3859B
Black with #A3859B
Text Example
Text Example
White with #A3859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3859B; }
p { color: rgb(163,133,155); }
H1.HeaderClassName
{
color: #A3859B;
}
.AnyTagClassName
{
color: #A3859B;
}
</style>
background-color css
<style>
a { background-color: #A3859B; }
a { background-color: rgb(163,133,155); }
div.DivClassName
{
background-color: #A3859B;
}
.BgClassName
{
background-color: #A3859B;
}
</style>
border-color css
<style>
span { border-color: #A3859B; }
span { border-color: rgb(163,133,155); }
td.TdClassName
{
border-color: #A3859B;
}
.TagClassName
{
border-color: #A3859B;
}
</style>