Shades of Bouquet #AA819D
Tints of Bouquet #AA819D
RGB
CMYK
RGB Variations
Color information
#AA819D (or 0xAA819D) is known color: Bouquet. HEX triplet: AA, 81 and 9D. RGB value is (170,129,157). Sum of RGB (Red+Green+Blue) = 170+129+157=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA819D is #557E62. Grayscale: #909090. Windows color (decimal): -5602915 or 10322346. OLE color: 10322346.
HSL color Cylindrical-coordinate representation of color #AA819D: hue angle of 319.02º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA819D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 157 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.33 |
| HSL | 319.02º | 0.19% | 0.59% | - |
| HSV(B) | 319.02º | 0.24% | 0.67% | - |
| XYZ | 30.51 | 26.68 | 35.44 | - |
| YUV | 144.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 157 | 0 | 0.24 | 0.08 | 0.33 | 319.02 | 0.19 | 0.59 |
| Hex | AA | 81 | 9D | 0 | 18 | 8 | 21 | 13F | 13 | 3B |
| Octal | 252 | 201 | 235 | 0 | 30 | 10 | 41 | 477 | 23 | 73 |
| Binary | 10101010 | 10000001 | 10011101 | 0 | 11000 | 1000 | 100001 | 100111111 | 10011 | 111011 |
Color Harmonies of #AA819D
Complementary color
Monochromatic Colors of #AA819D
Black with #AA819D
Text Example
Text Example
White with #AA819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA819D; }
p { color: rgb(170,129,157); }
H1.HeaderClassName
{
color: #AA819D;
}
.AnyTagClassName
{
color: #AA819D;
}
</style>
background-color css
<style>
a { background-color: #AA819D; }
a { background-color: rgb(170,129,157); }
div.DivClassName
{
background-color: #AA819D;
}
.BgClassName
{
background-color: #AA819D;
}
</style>
border-color css
<style>
span { border-color: #AA819D; }
span { border-color: rgb(170,129,157); }
td.TdClassName
{
border-color: #AA819D;
}
.TagClassName
{
border-color: #AA819D;
}
</style>