Shades of Bouquet #A4759C
Tints of Bouquet #A4759C
RGB
CMYK
RGB Variations
Color information
#A4759C (or 0xA4759C) is known color: Bouquet. HEX triplet: A4, 75 and 9C. RGB value is (164,117,156). Sum of RGB (Red+Green+Blue) = 164+117+156=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4759C is #5B8A63. Grayscale: #878787. Windows color (decimal): -5999204 or 10253732. OLE color: 10253732.
HSL color Cylindrical-coordinate representation of color #A4759C: hue angle of 310.21º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4759C is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 156 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.36 |
| HSL | 310.21º | 0.21% | 0.55% | - |
| HSV(B) | 310.21º | 0.29% | 0.64% | - |
| XYZ | 27.67 | 23.02 | 34.44 | - |
| YUV | 135.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 156 | 0 | 0.29 | 0.05 | 0.36 | 310.21 | 0.21 | 0.55 |
| Hex | A4 | 75 | 9C | 0 | 1D | 5 | 24 | 136 | 15 | 37 |
| Octal | 244 | 165 | 234 | 0 | 35 | 5 | 44 | 466 | 25 | 67 |
| Binary | 10100100 | 1110101 | 10011100 | 0 | 11101 | 101 | 100100 | 100110110 | 10101 | 110111 |
Color Harmonies of #A4759C
Complementary color
Monochromatic Colors of #A4759C
Black with #A4759C
Text Example
Text Example
White with #A4759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4759C; }
p { color: rgb(164,117,156); }
H1.HeaderClassName
{
color: #A4759C;
}
.AnyTagClassName
{
color: #A4759C;
}
</style>
background-color css
<style>
a { background-color: #A4759C; }
a { background-color: rgb(164,117,156); }
div.DivClassName
{
background-color: #A4759C;
}
.BgClassName
{
background-color: #A4759C;
}
</style>
border-color css
<style>
span { border-color: #A4759C; }
span { border-color: rgb(164,117,156); }
td.TdClassName
{
border-color: #A4759C;
}
.TagClassName
{
border-color: #A4759C;
}
</style>