Shades of Bouquet #A884A0
Tints of Bouquet #A884A0
RGB
CMYK
RGB Variations
Color information
#A884A0 (or 0xA884A0) is known color: Bouquet. HEX triplet: A8, 84 and A0. RGB value is (168,132,160). Sum of RGB (Red+Green+Blue) = 168+132+160=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A884A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884A0 is #577B5F. Grayscale: #919191. Windows color (decimal): -5733216 or 10519720. OLE color: 10519720.
HSL color Cylindrical-coordinate representation of color #A884A0: hue angle of 313.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A884A0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 160 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.34 |
| HSL | 313.33º | 0.17% | 0.59% | - |
| HSV(B) | 313.33º | 0.21% | 0.66% | - |
| XYZ | 30.74 | 27.37 | 36.92 | - |
| YUV | 145.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 160 | 0 | 0.21 | 0.05 | 0.34 | 313.33 | 0.17 | 0.59 |
| Hex | A8 | 84 | A0 | 0 | 15 | 5 | 22 | 139 | 11 | 3B |
| Octal | 250 | 204 | 240 | 0 | 25 | 5 | 42 | 471 | 21 | 73 |
| Binary | 10101000 | 10000100 | 10100000 | 0 | 10101 | 101 | 100010 | 100111001 | 10001 | 111011 |
Color Harmonies of #A884A0
Complementary color
Monochromatic Colors of #A884A0
Black with #A884A0
Text Example
Text Example
White with #A884A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884A0; }
p { color: rgb(168,132,160); }
H1.HeaderClassName
{
color: #A884A0;
}
.AnyTagClassName
{
color: #A884A0;
}
</style>
background-color css
<style>
a { background-color: #A884A0; }
a { background-color: rgb(168,132,160); }
div.DivClassName
{
background-color: #A884A0;
}
.BgClassName
{
background-color: #A884A0;
}
</style>
border-color css
<style>
span { border-color: #A884A0; }
span { border-color: rgb(168,132,160); }
td.TdClassName
{
border-color: #A884A0;
}
.TagClassName
{
border-color: #A884A0;
}
</style>