Shades of Bouquet #AE71A1
Tints of Bouquet #AE71A1
RGB
CMYK
RGB Variations
Color information
#AE71A1 (or 0xAE71A1) is known color: Bouquet. HEX triplet: AE, 71 and A1. RGB value is (174,113,161). Sum of RGB (Red+Green+Blue) = 174+113+161=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE71A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE71A1 is #518E5E. Grayscale: #888888. Windows color (decimal): -5344863 or 10580398. OLE color: 10580398.
HSL color Cylindrical-coordinate representation of color #AE71A1: hue angle of 312.79º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE71A1 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 161 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.32 |
| HSL | 312.79º | 0.27% | 0.56% | - |
| HSV(B) | 312.79º | 0.35% | 0.68% | - |
| XYZ | 29.79 | 23.38 | 36.66 | - |
| YUV | 136.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 161 | 0 | 0.35 | 0.07 | 0.32 | 312.79 | 0.27 | 0.56 |
| Hex | AE | 71 | A1 | 0 | 23 | 7 | 20 | 139 | 1B | 38 |
| Octal | 256 | 161 | 241 | 0 | 43 | 7 | 40 | 471 | 33 | 70 |
| Binary | 10101110 | 1110001 | 10100001 | 0 | 100011 | 111 | 100000 | 100111001 | 11011 | 111000 |
Color Harmonies of #AE71A1
Complementary color
Monochromatic Colors of #AE71A1
Black with #AE71A1
Text Example
Text Example
White with #AE71A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE71A1; }
p { color: rgb(174,113,161); }
H1.HeaderClassName
{
color: #AE71A1;
}
.AnyTagClassName
{
color: #AE71A1;
}
</style>
background-color css
<style>
a { background-color: #AE71A1; }
a { background-color: rgb(174,113,161); }
div.DivClassName
{
background-color: #AE71A1;
}
.BgClassName
{
background-color: #AE71A1;
}
</style>
border-color css
<style>
span { border-color: #AE71A1; }
span { border-color: rgb(174,113,161); }
td.TdClassName
{
border-color: #AE71A1;
}
.TagClassName
{
border-color: #AE71A1;
}
</style>