Shades of Bouquet #AA6895
Tints of Bouquet #AA6895
RGB
CMYK
RGB Variations
Color information
#AA6895 (or 0xAA6895) is known color: Bouquet. HEX triplet: AA, 68 and 95. RGB value is (170,104,149). Sum of RGB (Red+Green+Blue) = 170+104+149=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6895 is #55976A. Grayscale: #808080. Windows color (decimal): -5609323 or 9791658. OLE color: 9791658.
HSL color Cylindrical-coordinate representation of color #AA6895: hue angle of 319.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6895 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 149 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.33 |
| HSL | 319.09º | 0.28% | 0.54% | - |
| HSV(B) | 319.09º | 0.39% | 0.67% | - |
| XYZ | 26.95 | 20.62 | 30.99 | - |
| YUV | 128.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 149 | 0 | 0.39 | 0.12 | 0.33 | 319.09 | 0.28 | 0.54 |
| Hex | AA | 68 | 95 | 0 | 27 | C | 21 | 13F | 1C | 36 |
| Octal | 252 | 150 | 225 | 0 | 47 | 14 | 41 | 477 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10010101 | 0 | 100111 | 1100 | 100001 | 100111111 | 11100 | 110110 |
Color Harmonies of #AA6895
Complementary color
Monochromatic Colors of #AA6895
Black with #AA6895
Text Example
Text Example
White with #AA6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6895; }
p { color: rgb(170,104,149); }
H1.HeaderClassName
{
color: #AA6895;
}
.AnyTagClassName
{
color: #AA6895;
}
</style>
background-color css
<style>
a { background-color: #AA6895; }
a { background-color: rgb(170,104,149); }
div.DivClassName
{
background-color: #AA6895;
}
.BgClassName
{
background-color: #AA6895;
}
</style>
border-color css
<style>
span { border-color: #AA6895; }
span { border-color: rgb(170,104,149); }
td.TdClassName
{
border-color: #AA6895;
}
.TagClassName
{
border-color: #AA6895;
}
</style>