Shades of Bouquet #A4759A
Tints of Bouquet #A4759A
RGB
CMYK
RGB Variations
Color information
#A4759A (or 0xA4759A) is known color: Bouquet. HEX triplet: A4, 75 and 9A. RGB value is (164,117,154). Sum of RGB (Red+Green+Blue) = 164+117+154=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4759A is #5B8A65. Grayscale: #878787. Windows color (decimal): -5999206 or 10122660. OLE color: 10122660.
HSL color Cylindrical-coordinate representation of color #A4759A: hue angle of 312.77º 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 #A4759A is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 154 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.36 |
| HSL | 312.77º | 0.21% | 0.55% | - |
| HSV(B) | 312.77º | 0.29% | 0.64% | - |
| XYZ | 27.5 | 22.95 | 33.55 | - |
| YUV | 135.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 154 | 0 | 0.29 | 0.06 | 0.36 | 312.77 | 0.21 | 0.55 |
| Hex | A4 | 75 | 9A | 0 | 1D | 6 | 24 | 139 | 15 | 37 |
| Octal | 244 | 165 | 232 | 0 | 35 | 6 | 44 | 471 | 25 | 67 |
| Binary | 10100100 | 1110101 | 10011010 | 0 | 11101 | 110 | 100100 | 100111001 | 10101 | 110111 |
Color Harmonies of #A4759A
Complementary color
Monochromatic Colors of #A4759A
Black with #A4759A
Text Example
Text Example
White with #A4759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4759A; }
p { color: rgb(164,117,154); }
H1.HeaderClassName
{
color: #A4759A;
}
.AnyTagClassName
{
color: #A4759A;
}
</style>
background-color css
<style>
a { background-color: #A4759A; }
a { background-color: rgb(164,117,154); }
div.DivClassName
{
background-color: #A4759A;
}
.BgClassName
{
background-color: #A4759A;
}
</style>
border-color css
<style>
span { border-color: #A4759A; }
span { border-color: rgb(164,117,154); }
td.TdClassName
{
border-color: #A4759A;
}
.TagClassName
{
border-color: #A4759A;
}
</style>