Shades of Bouquet #A3839F
Tints of Bouquet #A3839F
RGB
CMYK
RGB Variations
Color information
#A3839F (or 0xA3839F) is known color: Bouquet. HEX triplet: A3, 83 and 9F. RGB value is (163,131,159). Sum of RGB (Red+Green+Blue) = 163+131+159=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3839F is #5C7C60. Grayscale: #8F8F8F. Windows color (decimal): -6061153 or 10453923. OLE color: 10453923.
HSL color Cylindrical-coordinate representation of color #A3839F: hue angle of 307.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3839F is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 159 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.36 |
| HSL | 307.5º | 0.15% | 0.58% | - |
| HSV(B) | 307.5º | 0.2% | 0.64% | - |
| XYZ | 29.48 | 26.52 | 36.37 | - |
| YUV | 143.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 159 | 0 | 0.20 | 0.02 | 0.36 | 307.5 | 0.15 | 0.58 |
| Hex | A3 | 83 | 9F | 0 | 14 | 2 | 24 | 134 | F | 3A |
| Octal | 243 | 203 | 237 | 0 | 24 | 2 | 44 | 464 | 17 | 72 |
| Binary | 10100011 | 10000011 | 10011111 | 0 | 10100 | 10 | 100100 | 100110100 | 1111 | 111010 |
Color Harmonies of #A3839F
Complementary color
Monochromatic Colors of #A3839F
Black with #A3839F
Text Example
Text Example
White with #A3839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3839F; }
p { color: rgb(163,131,159); }
H1.HeaderClassName
{
color: #A3839F;
}
.AnyTagClassName
{
color: #A3839F;
}
</style>
background-color css
<style>
a { background-color: #A3839F; }
a { background-color: rgb(163,131,159); }
div.DivClassName
{
background-color: #A3839F;
}
.BgClassName
{
background-color: #A3839F;
}
</style>
border-color css
<style>
span { border-color: #A3839F; }
span { border-color: rgb(163,131,159); }
td.TdClassName
{
border-color: #A3839F;
}
.TagClassName
{
border-color: #A3839F;
}
</style>