Shades of Bouquet #AA75A1
Tints of Bouquet #AA75A1
RGB
CMYK
RGB Variations
Color information
#AA75A1 (or 0xAA75A1) is known color: Bouquet. HEX triplet: AA, 75 and A1. RGB value is (170,117,161). Sum of RGB (Red+Green+Blue) = 170+117+161=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA75A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75A1 is #558A5E. Grayscale: #898989. Windows color (decimal): -5605983 or 10581418. OLE color: 10581418.
HSL color Cylindrical-coordinate representation of color #AA75A1: hue angle of 310.19º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA75A1 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 161 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.33 |
| HSL | 310.19º | 0.24% | 0.56% | - |
| HSV(B) | 310.19º | 0.31% | 0.67% | - |
| XYZ | 29.37 | 23.84 | 36.77 | - |
| YUV | 137.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 161 | 0 | 0.31 | 0.05 | 0.33 | 310.19 | 0.24 | 0.56 |
| Hex | AA | 75 | A1 | 0 | 1F | 5 | 21 | 136 | 18 | 38 |
| Octal | 252 | 165 | 241 | 0 | 37 | 5 | 41 | 466 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10100001 | 0 | 11111 | 101 | 100001 | 100110110 | 11000 | 111000 |
Color Harmonies of #AA75A1
Complementary color
Monochromatic Colors of #AA75A1
Black with #AA75A1
Text Example
Text Example
White with #AA75A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75A1; }
p { color: rgb(170,117,161); }
H1.HeaderClassName
{
color: #AA75A1;
}
.AnyTagClassName
{
color: #AA75A1;
}
</style>
background-color css
<style>
a { background-color: #AA75A1; }
a { background-color: rgb(170,117,161); }
div.DivClassName
{
background-color: #AA75A1;
}
.BgClassName
{
background-color: #AA75A1;
}
</style>
border-color css
<style>
span { border-color: #AA75A1; }
span { border-color: rgb(170,117,161); }
td.TdClassName
{
border-color: #AA75A1;
}
.TagClassName
{
border-color: #AA75A1;
}
</style>