Shades of Bouquet #A3829B
Tints of Bouquet #A3829B
RGB
CMYK
RGB Variations
Color information
#A3829B (or 0xA3829B) is known color: Bouquet. HEX triplet: A3, 82 and 9B. RGB value is (163,130,155). Sum of RGB (Red+Green+Blue) = 163+130+155=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A3829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3829B is #5C7D64. Grayscale: #8E8E8E. Windows color (decimal): -6061413 or 10191523. OLE color: 10191523.
HSL color Cylindrical-coordinate representation of color #A3829B: hue angle of 314.55º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3829B is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 155 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.36 |
| HSL | 314.55º | 0.15% | 0.57% | - |
| HSV(B) | 314.55º | 0.2% | 0.64% | - |
| XYZ | 29 | 26.12 | 34.52 | - |
| YUV | 142.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 155 | 0 | 0.20 | 0.05 | 0.36 | 314.55 | 0.15 | 0.57 |
| Hex | A3 | 82 | 9B | 0 | 14 | 5 | 24 | 13B | F | 39 |
| Octal | 243 | 202 | 233 | 0 | 24 | 5 | 44 | 473 | 17 | 71 |
| Binary | 10100011 | 10000010 | 10011011 | 0 | 10100 | 101 | 100100 | 100111011 | 1111 | 111001 |
Color Harmonies of #A3829B
Complementary color
Monochromatic Colors of #A3829B
Black with #A3829B
Text Example
Text Example
White with #A3829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3829B; }
p { color: rgb(163,130,155); }
H1.HeaderClassName
{
color: #A3829B;
}
.AnyTagClassName
{
color: #A3829B;
}
</style>
background-color css
<style>
a { background-color: #A3829B; }
a { background-color: rgb(163,130,155); }
div.DivClassName
{
background-color: #A3829B;
}
.BgClassName
{
background-color: #A3829B;
}
</style>
border-color css
<style>
span { border-color: #A3829B; }
span { border-color: rgb(163,130,155); }
td.TdClassName
{
border-color: #A3829B;
}
.TagClassName
{
border-color: #A3829B;
}
</style>