Shades of Bouquet #AA72A1
Tints of Bouquet #AA72A1
RGB
CMYK
RGB Variations
Color information
#AA72A1 (or 0xAA72A1) is known color: Bouquet. HEX triplet: AA, 72 and A1. RGB value is (170,114,161). Sum of RGB (Red+Green+Blue) = 170+114+161=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A1 is #558D5E. Grayscale: #878787. Windows color (decimal): -5606751 or 10580650. OLE color: 10580650.
HSL color Cylindrical-coordinate representation of color #AA72A1: hue angle of 309.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA72A1 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 161 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.33 |
| HSL | 309.64º | 0.25% | 0.56% | - |
| HSV(B) | 309.64º | 0.33% | 0.67% | - |
| XYZ | 29.03 | 23.15 | 36.66 | - |
| YUV | 136.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 161 | 0 | 0.33 | 0.05 | 0.33 | 309.64 | 0.25 | 0.56 |
| Hex | AA | 72 | A1 | 0 | 21 | 5 | 21 | 136 | 19 | 38 |
| Octal | 252 | 162 | 241 | 0 | 41 | 5 | 41 | 466 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10100001 | 0 | 100001 | 101 | 100001 | 100110110 | 11001 | 111000 |
Color Harmonies of #AA72A1
Complementary color
Monochromatic Colors of #AA72A1
Black with #AA72A1
Text Example
Text Example
White with #AA72A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72A1; }
p { color: rgb(170,114,161); }
H1.HeaderClassName
{
color: #AA72A1;
}
.AnyTagClassName
{
color: #AA72A1;
}
</style>
background-color css
<style>
a { background-color: #AA72A1; }
a { background-color: rgb(170,114,161); }
div.DivClassName
{
background-color: #AA72A1;
}
.BgClassName
{
background-color: #AA72A1;
}
</style>
border-color css
<style>
span { border-color: #AA72A1; }
span { border-color: rgb(170,114,161); }
td.TdClassName
{
border-color: #AA72A1;
}
.TagClassName
{
border-color: #AA72A1;
}
</style>