Shades of Bouquet #AA70A0
Tints of Bouquet #AA70A0
RGB
CMYK
RGB Variations
Color information
#AA70A0 (or 0xAA70A0) is known color: Bouquet. HEX triplet: AA, 70 and A0. RGB value is (170,112,160). Sum of RGB (Red+Green+Blue) = 170+112+160=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A0 is #558F5F. Grayscale: #868686. Windows color (decimal): -5607264 or 10514602. OLE color: 10514602.
HSL color Cylindrical-coordinate representation of color #AA70A0: hue angle of 310.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA70A0 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 160 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.33 |
| HSL | 310.34º | 0.25% | 0.55% | - |
| HSV(B) | 310.34º | 0.34% | 0.67% | - |
| XYZ | 28.72 | 22.67 | 36.12 | - |
| YUV | 134.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 160 | 0 | 0.34 | 0.06 | 0.33 | 310.34 | 0.25 | 0.55 |
| Hex | AA | 70 | A0 | 0 | 22 | 6 | 21 | 136 | 19 | 37 |
| Octal | 252 | 160 | 240 | 0 | 42 | 6 | 41 | 466 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10100000 | 0 | 100010 | 110 | 100001 | 100110110 | 11001 | 110111 |
Color Harmonies of #AA70A0
Complementary color
Monochromatic Colors of #AA70A0
Black with #AA70A0
Text Example
Text Example
White with #AA70A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70A0; }
p { color: rgb(170,112,160); }
H1.HeaderClassName
{
color: #AA70A0;
}
.AnyTagClassName
{
color: #AA70A0;
}
</style>
background-color css
<style>
a { background-color: #AA70A0; }
a { background-color: rgb(170,112,160); }
div.DivClassName
{
background-color: #AA70A0;
}
.BgClassName
{
background-color: #AA70A0;
}
</style>
border-color css
<style>
span { border-color: #AA70A0; }
span { border-color: rgb(170,112,160); }
td.TdClassName
{
border-color: #AA70A0;
}
.TagClassName
{
border-color: #AA70A0;
}
</style>