Shades of Bouquet #AA77A0
Tints of Bouquet #AA77A0
RGB
CMYK
RGB Variations
Color information
#AA77A0 (or 0xAA77A0) is known color: Bouquet. HEX triplet: AA, 77 and A0. RGB value is (170,119,160). Sum of RGB (Red+Green+Blue) = 170+119+160=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA77A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77A0 is #55885F. Grayscale: #8A8A8A. Windows color (decimal): -5605472 or 10516394. OLE color: 10516394.
HSL color Cylindrical-coordinate representation of color #AA77A0: hue angle of 311.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA77A0 is Cyan = 0, Magento = 0.3, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 119 | 160 | - |
CMYK | 0 | 0.3 | 0.06 | 0.33 |
HSL | 311.76º | 0.23% | 0.57% | - |
HSV(B) | 311.76º | 0.3% | 0.67% | - |
XYZ | 29.52 | 24.28 | 36.39 | - |
YUV | 138.92 | 139.9 | 150.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 119 | 160 | 0 | 0.3 | 0.06 | 0.33 | 311.76 | 0.23 | 0.57 |
Hex | AA | 77 | A0 | 0 | 1E | 6 | 21 | 138 | 17 | 39 |
Octal | 252 | 167 | 240 | 0 | 36 | 6 | 41 | 470 | 27 | 71 |
Binary | 10101010 | 1110111 | 10100000 | 0 | 11110 | 110 | 100001 | 100111000 | 10111 | 111001 |
Color Harmonies of #AA77A0
Complementary color
Monochromatic Colors of #AA77A0
Black with #AA77A0
Text Example
Text Example
White with #AA77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77A0; }
p { color: rgb(170,119,160); }
H1.HeaderClassName
{
color: #AA77A0;
}
.AnyTagClassName
{
color: #AA77A0;
}
</style>
background-color css
<style>
a { background-color: #AA77A0; }
a { background-color: rgb(170,119,160); }
div.DivClassName
{
background-color: #AA77A0;
}
.BgClassName
{
background-color: #AA77A0;
}
</style>
border-color css
<style>
span { border-color: #AA77A0; }
span { border-color: rgb(170,119,160); }
td.TdClassName
{
border-color: #AA77A0;
}
.TagClassName
{
border-color: #AA77A0;
}
</style>