Shades of Bouquet #A3759C
Tints of Bouquet #A3759C
RGB
CMYK
RGB Variations
Color information
#A3759C (or 0xA3759C) is known color: Bouquet. HEX triplet: A3, 75 and 9C. RGB value is (163,117,156). Sum of RGB (Red+Green+Blue) = 163+117+156=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3759C is #5C8A63. Grayscale: #878787. Windows color (decimal): -6064740 or 10253731. OLE color: 10253731.
HSL color Cylindrical-coordinate representation of color #A3759C: hue angle of 309.13º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3759C is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 156 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.36 |
| HSL | 309.13º | 0.2% | 0.55% | - |
| HSV(B) | 309.13º | 0.28% | 0.64% | - |
| XYZ | 27.47 | 22.91 | 34.43 | - |
| YUV | 135.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 156 | 0 | 0.28 | 0.04 | 0.36 | 309.13 | 0.2 | 0.55 |
| Hex | A3 | 75 | 9C | 0 | 1C | 4 | 24 | 135 | 14 | 37 |
| Octal | 243 | 165 | 234 | 0 | 34 | 4 | 44 | 465 | 24 | 67 |
| Binary | 10100011 | 1110101 | 10011100 | 0 | 11100 | 100 | 100100 | 100110101 | 10100 | 110111 |
Color Harmonies of #A3759C
Complementary color
Monochromatic Colors of #A3759C
Black with #A3759C
Text Example
Text Example
White with #A3759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3759C; }
p { color: rgb(163,117,156); }
H1.HeaderClassName
{
color: #A3759C;
}
.AnyTagClassName
{
color: #A3759C;
}
</style>
background-color css
<style>
a { background-color: #A3759C; }
a { background-color: rgb(163,117,156); }
div.DivClassName
{
background-color: #A3759C;
}
.BgClassName
{
background-color: #A3759C;
}
</style>
border-color css
<style>
span { border-color: #A3759C; }
span { border-color: rgb(163,117,156); }
td.TdClassName
{
border-color: #A3759C;
}
.TagClassName
{
border-color: #A3759C;
}
</style>