Shades of Bouquet #AA6A93
Tints of Bouquet #AA6A93
RGB
CMYK
RGB Variations
Color information
#AA6A93 (or 0xAA6A93) is known color: Bouquet. HEX triplet: AA, 6A and 93. RGB value is (170,106,147). Sum of RGB (Red+Green+Blue) = 170+106+147=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A93 is #55956C. Grayscale: #818181. Windows color (decimal): -5608813 or 9661098. OLE color: 9661098.
HSL color Cylindrical-coordinate representation of color #AA6A93: hue angle of 321.56º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6A93 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 147 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.33 |
| HSL | 321.56º | 0.27% | 0.54% | - |
| HSV(B) | 321.56º | 0.38% | 0.67% | - |
| XYZ | 27 | 20.96 | 30.23 | - |
| YUV | 129.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 147 | 0 | 0.38 | 0.14 | 0.33 | 321.56 | 0.27 | 0.54 |
| Hex | AA | 6A | 93 | 0 | 26 | E | 21 | 142 | 1B | 36 |
| Octal | 252 | 152 | 223 | 0 | 46 | 16 | 41 | 502 | 33 | 66 |
| Binary | 10101010 | 1101010 | 10010011 | 0 | 100110 | 1110 | 100001 | 101000010 | 11011 | 110110 |
Color Harmonies of #AA6A93
Complementary color
Monochromatic Colors of #AA6A93
Black with #AA6A93
Text Example
Text Example
White with #AA6A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A93; }
p { color: rgb(170,106,147); }
H1.HeaderClassName
{
color: #AA6A93;
}
.AnyTagClassName
{
color: #AA6A93;
}
</style>
background-color css
<style>
a { background-color: #AA6A93; }
a { background-color: rgb(170,106,147); }
div.DivClassName
{
background-color: #AA6A93;
}
.BgClassName
{
background-color: #AA6A93;
}
</style>
border-color css
<style>
span { border-color: #AA6A93; }
span { border-color: rgb(170,106,147); }
td.TdClassName
{
border-color: #AA6A93;
}
.TagClassName
{
border-color: #AA6A93;
}
</style>