Shades of Bouquet #A3799D
Tints of Bouquet #A3799D
RGB
CMYK
RGB Variations
Color information
#A3799D (or 0xA3799D) is known color: Bouquet. HEX triplet: A3, 79 and 9D. RGB value is (163,121,157). Sum of RGB (Red+Green+Blue) = 163+121+157=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3799D is #5C8662. Grayscale: #898989. Windows color (decimal): -6063715 or 10320291. OLE color: 10320291.
HSL color Cylindrical-coordinate representation of color #A3799D: hue angle of 308.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3799D is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 157 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.36 |
| HSL | 308.57º | 0.19% | 0.56% | - |
| HSV(B) | 308.57º | 0.26% | 0.64% | - |
| XYZ | 28.03 | 23.9 | 35.03 | - |
| YUV | 137.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 157 | 0 | 0.26 | 0.04 | 0.36 | 308.57 | 0.19 | 0.56 |
| Hex | A3 | 79 | 9D | 0 | 1A | 4 | 24 | 135 | 13 | 38 |
| Octal | 243 | 171 | 235 | 0 | 32 | 4 | 44 | 465 | 23 | 70 |
| Binary | 10100011 | 1111001 | 10011101 | 0 | 11010 | 100 | 100100 | 100110101 | 10011 | 111000 |
Color Harmonies of #A3799D
Complementary color
Monochromatic Colors of #A3799D
Black with #A3799D
Text Example
Text Example
White with #A3799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3799D; }
p { color: rgb(163,121,157); }
H1.HeaderClassName
{
color: #A3799D;
}
.AnyTagClassName
{
color: #A3799D;
}
</style>
background-color css
<style>
a { background-color: #A3799D; }
a { background-color: rgb(163,121,157); }
div.DivClassName
{
background-color: #A3799D;
}
.BgClassName
{
background-color: #A3799D;
}
</style>
border-color css
<style>
span { border-color: #A3799D; }
span { border-color: rgb(163,121,157); }
td.TdClassName
{
border-color: #A3799D;
}
.TagClassName
{
border-color: #A3799D;
}
</style>