Shades of Bouquet #A46D98
Tints of Bouquet #A46D98
RGB
CMYK
RGB Variations
Color information
#A46D98 (or 0xA46D98) is known color: Bouquet. HEX triplet: A4, 6D and 98. RGB value is (164,109,152). Sum of RGB (Red+Green+Blue) = 164+109+152=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D98 is #5B9267. Grayscale: #828282. Windows color (decimal): -6001256 or 9989540. OLE color: 9989540.
HSL color Cylindrical-coordinate representation of color #A46D98: hue angle of 313.09º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D98 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 152 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.36 |
| HSL | 313.09º | 0.23% | 0.54% | - |
| HSV(B) | 313.09º | 0.34% | 0.64% | - |
| XYZ | 26.45 | 21.1 | 32.38 | - |
| YUV | 130.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 152 | 0 | 0.34 | 0.07 | 0.36 | 313.09 | 0.23 | 0.54 |
| Hex | A4 | 6D | 98 | 0 | 22 | 7 | 24 | 139 | 17 | 36 |
| Octal | 244 | 155 | 230 | 0 | 42 | 7 | 44 | 471 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10011000 | 0 | 100010 | 111 | 100100 | 100111001 | 10111 | 110110 |
Color Harmonies of #A46D98
Complementary color
Monochromatic Colors of #A46D98
Black with #A46D98
Text Example
Text Example
White with #A46D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D98; }
p { color: rgb(164,109,152); }
H1.HeaderClassName
{
color: #A46D98;
}
.AnyTagClassName
{
color: #A46D98;
}
</style>
background-color css
<style>
a { background-color: #A46D98; }
a { background-color: rgb(164,109,152); }
div.DivClassName
{
background-color: #A46D98;
}
.BgClassName
{
background-color: #A46D98;
}
</style>
border-color css
<style>
span { border-color: #A46D98; }
span { border-color: rgb(164,109,152); }
td.TdClassName
{
border-color: #A46D98;
}
.TagClassName
{
border-color: #A46D98;
}
</style>