Shades of Bouquet #AA78A0
Tints of Bouquet #AA78A0
RGB
CMYK
RGB Variations
Color information
#AA78A0 (or 0xAA78A0) is known color: Bouquet. HEX triplet: AA, 78 and A0. RGB value is (170,120,160). Sum of RGB (Red+Green+Blue) = 170+120+160=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A0 is #55875F. Grayscale: #8B8B8B. Windows color (decimal): -5605216 or 10516650. OLE color: 10516650.
HSL color Cylindrical-coordinate representation of color #AA78A0: hue angle of 312º 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 #AA78A0 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 160 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.33 |
| HSL | 312º | 0.23% | 0.57% | - |
| HSV(B) | 312º | 0.29% | 0.67% | - |
| XYZ | 29.64 | 24.52 | 36.43 | - |
| YUV | 139.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 160 | 0 | 0.29 | 0.06 | 0.33 | 312 | 0.23 | 0.57 |
| Hex | AA | 78 | A0 | 0 | 1D | 6 | 21 | 138 | 17 | 39 |
| Octal | 252 | 170 | 240 | 0 | 35 | 6 | 41 | 470 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10100000 | 0 | 11101 | 110 | 100001 | 100111000 | 10111 | 111001 |
Color Harmonies of #AA78A0
Complementary color
Monochromatic Colors of #AA78A0
Black with #AA78A0
Text Example
Text Example
White with #AA78A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78A0; }
p { color: rgb(170,120,160); }
H1.HeaderClassName
{
color: #AA78A0;
}
.AnyTagClassName
{
color: #AA78A0;
}
</style>
background-color css
<style>
a { background-color: #AA78A0; }
a { background-color: rgb(170,120,160); }
div.DivClassName
{
background-color: #AA78A0;
}
.BgClassName
{
background-color: #AA78A0;
}
</style>
border-color css
<style>
span { border-color: #AA78A0; }
span { border-color: rgb(170,120,160); }
td.TdClassName
{
border-color: #AA78A0;
}
.TagClassName
{
border-color: #AA78A0;
}
</style>