Shades of Bouquet #AA78A1
Tints of Bouquet #AA78A1
RGB
CMYK
RGB Variations
Color information
#AA78A1 (or 0xAA78A1) is known color: Bouquet. HEX triplet: AA, 78 and A1. RGB value is (170,120,161). Sum of RGB (Red+Green+Blue) = 170+120+161=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A1 is #55875E. Grayscale: #8B8B8B. Windows color (decimal): -5605215 or 10582186. OLE color: 10582186.
HSL color Cylindrical-coordinate representation of color #AA78A1: hue angle of 310.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA78A1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 161 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.33 |
| HSL | 310.8º | 0.23% | 0.57% | - |
| HSV(B) | 310.8º | 0.29% | 0.67% | - |
| XYZ | 29.73 | 24.55 | 36.89 | - |
| YUV | 139.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 161 | 0 | 0.29 | 0.05 | 0.33 | 310.8 | 0.23 | 0.57 |
| Hex | AA | 78 | A1 | 0 | 1D | 5 | 21 | 137 | 17 | 39 |
| Octal | 252 | 170 | 241 | 0 | 35 | 5 | 41 | 467 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10100001 | 0 | 11101 | 101 | 100001 | 100110111 | 10111 | 111001 |
Color Harmonies of #AA78A1
Complementary color
Monochromatic Colors of #AA78A1
Black with #AA78A1
Text Example
Text Example
White with #AA78A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78A1; }
p { color: rgb(170,120,161); }
H1.HeaderClassName
{
color: #AA78A1;
}
.AnyTagClassName
{
color: #AA78A1;
}
</style>
background-color css
<style>
a { background-color: #AA78A1; }
a { background-color: rgb(170,120,161); }
div.DivClassName
{
background-color: #AA78A1;
}
.BgClassName
{
background-color: #AA78A1;
}
</style>
border-color css
<style>
span { border-color: #AA78A1; }
span { border-color: rgb(170,120,161); }
td.TdClassName
{
border-color: #AA78A1;
}
.TagClassName
{
border-color: #AA78A1;
}
</style>