Shades of Bouquet #AE719C
Tints of Bouquet #AE719C
RGB
CMYK
RGB Variations
Color information
#AE719C (or 0xAE719C) is known color: Bouquet. HEX triplet: AE, 71 and 9C. RGB value is (174,113,156). Sum of RGB (Red+Green+Blue) = 174+113+156=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE719C is #518E63. Grayscale: #888888. Windows color (decimal): -5344868 or 10252718. OLE color: 10252718.
HSL color Cylindrical-coordinate representation of color #AE719C: hue angle of 317.7º 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 #AE719C is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 156 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.32 |
| HSL | 317.7º | 0.27% | 0.56% | - |
| HSV(B) | 317.7º | 0.35% | 0.68% | - |
| XYZ | 29.36 | 23.21 | 34.38 | - |
| YUV | 136.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 156 | 0 | 0.35 | 0.10 | 0.32 | 317.7 | 0.27 | 0.56 |
| Hex | AE | 71 | 9C | 0 | 23 | A | 20 | 13E | 1B | 38 |
| Octal | 256 | 161 | 234 | 0 | 43 | 12 | 40 | 476 | 33 | 70 |
| Binary | 10101110 | 1110001 | 10011100 | 0 | 100011 | 1010 | 100000 | 100111110 | 11011 | 111000 |
Color Harmonies of #AE719C
Complementary color
Monochromatic Colors of #AE719C
Black with #AE719C
Text Example
Text Example
White with #AE719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE719C; }
p { color: rgb(174,113,156); }
H1.HeaderClassName
{
color: #AE719C;
}
.AnyTagClassName
{
color: #AE719C;
}
</style>
background-color css
<style>
a { background-color: #AE719C; }
a { background-color: rgb(174,113,156); }
div.DivClassName
{
background-color: #AE719C;
}
.BgClassName
{
background-color: #AE719C;
}
</style>
border-color css
<style>
span { border-color: #AE719C; }
span { border-color: rgb(174,113,156); }
td.TdClassName
{
border-color: #AE719C;
}
.TagClassName
{
border-color: #AE719C;
}
</style>