Shades of Bouquet #A46C97
Tints of Bouquet #A46C97
RGB
CMYK
RGB Variations
Color information
#A46C97 (or 0xA46C97) is known color: Bouquet. HEX triplet: A4, 6C and 97. RGB value is (164,108,151). Sum of RGB (Red+Green+Blue) = 164+108+151=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C97 is #5B9368. Grayscale: #818181. Windows color (decimal): -6001513 or 9923748. OLE color: 9923748.
HSL color Cylindrical-coordinate representation of color #A46C97: hue angle of 313.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C97 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 151 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.36 |
| HSL | 313.93º | 0.24% | 0.53% | - |
| HSV(B) | 313.93º | 0.34% | 0.64% | - |
| XYZ | 26.26 | 20.85 | 31.92 | - |
| YUV | 129.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 151 | 0 | 0.34 | 0.08 | 0.36 | 313.93 | 0.24 | 0.53 |
| Hex | A4 | 6C | 97 | 0 | 22 | 8 | 24 | 13A | 18 | 35 |
| Octal | 244 | 154 | 227 | 0 | 42 | 10 | 44 | 472 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10010111 | 0 | 100010 | 1000 | 100100 | 100111010 | 11000 | 110101 |
Color Harmonies of #A46C97
Complementary color
Monochromatic Colors of #A46C97
Black with #A46C97
Text Example
Text Example
White with #A46C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C97; }
p { color: rgb(164,108,151); }
H1.HeaderClassName
{
color: #A46C97;
}
.AnyTagClassName
{
color: #A46C97;
}
</style>
background-color css
<style>
a { background-color: #A46C97; }
a { background-color: rgb(164,108,151); }
div.DivClassName
{
background-color: #A46C97;
}
.BgClassName
{
background-color: #A46C97;
}
</style>
border-color css
<style>
span { border-color: #A46C97; }
span { border-color: rgb(164,108,151); }
td.TdClassName
{
border-color: #A46C97;
}
.TagClassName
{
border-color: #A46C97;
}
</style>