Shades of Bouquet #AA82A0
Tints of Bouquet #AA82A0
RGB
CMYK
RGB Variations
Color information
#AA82A0 (or 0xAA82A0) is known color: Bouquet. HEX triplet: AA, 82 and A0. RGB value is (170,130,160). Sum of RGB (Red+Green+Blue) = 170+130+160=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA82A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82A0 is #557D5F. Grayscale: #919191. Windows color (decimal): -5602656 or 10519210. OLE color: 10519210.
HSL color Cylindrical-coordinate representation of color #AA82A0: hue angle of 315º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA82A0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 160 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.33 |
| HSL | 315º | 0.19% | 0.59% | - |
| HSV(B) | 315º | 0.24% | 0.67% | - |
| XYZ | 30.91 | 27.05 | 36.85 | - |
| YUV | 145.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 160 | 0 | 0.24 | 0.06 | 0.33 | 315 | 0.19 | 0.59 |
| Hex | AA | 82 | A0 | 0 | 18 | 6 | 21 | 13B | 13 | 3B |
| Octal | 252 | 202 | 240 | 0 | 30 | 6 | 41 | 473 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10100000 | 0 | 11000 | 110 | 100001 | 100111011 | 10011 | 111011 |
Color Harmonies of #AA82A0
Complementary color
Monochromatic Colors of #AA82A0
Black with #AA82A0
Text Example
Text Example
White with #AA82A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82A0; }
p { color: rgb(170,130,160); }
H1.HeaderClassName
{
color: #AA82A0;
}
.AnyTagClassName
{
color: #AA82A0;
}
</style>
background-color css
<style>
a { background-color: #AA82A0; }
a { background-color: rgb(170,130,160); }
div.DivClassName
{
background-color: #AA82A0;
}
.BgClassName
{
background-color: #AA82A0;
}
</style>
border-color css
<style>
span { border-color: #AA82A0; }
span { border-color: rgb(170,130,160); }
td.TdClassName
{
border-color: #AA82A0;
}
.TagClassName
{
border-color: #AA82A0;
}
</style>