Shades of Bouquet #A3809D
Tints of Bouquet #A3809D
RGB
CMYK
RGB Variations
Color information
#A3809D (or 0xA3809D) is known color: Bouquet. HEX triplet: A3, 80 and 9D. RGB value is (163,128,157). Sum of RGB (Red+Green+Blue) = 163+128+157=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A3809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3809D is #5C7F62. Grayscale: #8D8D8D. Windows color (decimal): -6061923 or 10322083. OLE color: 10322083.
HSL color Cylindrical-coordinate representation of color #A3809D: hue angle of 310.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3809D is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 157 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.36 |
| HSL | 310.29º | 0.16% | 0.57% | - |
| HSV(B) | 310.29º | 0.21% | 0.64% | - |
| XYZ | 28.91 | 25.66 | 35.33 | - |
| YUV | 141.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 157 | 0 | 0.21 | 0.04 | 0.36 | 310.29 | 0.16 | 0.57 |
| Hex | A3 | 80 | 9D | 0 | 15 | 4 | 24 | 136 | 10 | 39 |
| Octal | 243 | 200 | 235 | 0 | 25 | 4 | 44 | 466 | 20 | 71 |
| Binary | 10100011 | 10000000 | 10011101 | 0 | 10101 | 100 | 100100 | 100110110 | 10000 | 111001 |
Color Harmonies of #A3809D
Complementary color
Monochromatic Colors of #A3809D
Black with #A3809D
Text Example
Text Example
White with #A3809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3809D; }
p { color: rgb(163,128,157); }
H1.HeaderClassName
{
color: #A3809D;
}
.AnyTagClassName
{
color: #A3809D;
}
</style>
background-color css
<style>
a { background-color: #A3809D; }
a { background-color: rgb(163,128,157); }
div.DivClassName
{
background-color: #A3809D;
}
.BgClassName
{
background-color: #A3809D;
}
</style>
border-color css
<style>
span { border-color: #A3809D; }
span { border-color: rgb(163,128,157); }
td.TdClassName
{
border-color: #A3809D;
}
.TagClassName
{
border-color: #A3809D;
}
</style>