Shades of Bouquet #AE719E
Tints of Bouquet #AE719E
RGB
CMYK
RGB Variations
Color information
#AE719E (or 0xAE719E) is known color: Bouquet. HEX triplet: AE, 71 and 9E. RGB value is (174,113,158). Sum of RGB (Red+Green+Blue) = 174+113+158=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE719E is #518E61. Grayscale: #888888. Windows color (decimal): -5344866 or 10383790. OLE color: 10383790.
HSL color Cylindrical-coordinate representation of color #AE719E: hue angle of 315.74º 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 #AE719E is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 158 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.32 |
| HSL | 315.74º | 0.27% | 0.56% | - |
| HSV(B) | 315.74º | 0.35% | 0.68% | - |
| XYZ | 29.53 | 23.28 | 35.28 | - |
| YUV | 136.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 158 | 0 | 0.35 | 0.09 | 0.32 | 315.74 | 0.27 | 0.56 |
| Hex | AE | 71 | 9E | 0 | 23 | 9 | 20 | 13C | 1B | 38 |
| Octal | 256 | 161 | 236 | 0 | 43 | 11 | 40 | 474 | 33 | 70 |
| Binary | 10101110 | 1110001 | 10011110 | 0 | 100011 | 1001 | 100000 | 100111100 | 11011 | 111000 |
Color Harmonies of #AE719E
Complementary color
Monochromatic Colors of #AE719E
Black with #AE719E
Text Example
Text Example
White with #AE719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE719E; }
p { color: rgb(174,113,158); }
H1.HeaderClassName
{
color: #AE719E;
}
.AnyTagClassName
{
color: #AE719E;
}
</style>
background-color css
<style>
a { background-color: #AE719E; }
a { background-color: rgb(174,113,158); }
div.DivClassName
{
background-color: #AE719E;
}
.BgClassName
{
background-color: #AE719E;
}
</style>
border-color css
<style>
span { border-color: #AE719E; }
span { border-color: rgb(174,113,158); }
td.TdClassName
{
border-color: #AE719E;
}
.TagClassName
{
border-color: #AE719E;
}
</style>