Shades of Bouquet #AE7AA2
Tints of Bouquet #AE7AA2
RGB
CMYK
RGB Variations
Color information
#AE7AA2 (or 0xAE7AA2) is known color: Bouquet. HEX triplet: AE, 7A and A2. RGB value is (174,122,162). Sum of RGB (Red+Green+Blue) = 174+122+162=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AA2 is #51855D. Grayscale: #8D8D8D. Windows color (decimal): -5342558 or 10648238. OLE color: 10648238.
HSL color Cylindrical-coordinate representation of color #AE7AA2: hue angle of 313.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7AA2 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 162 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.32 |
| HSL | 313.85º | 0.24% | 0.58% | - |
| HSV(B) | 313.85º | 0.3% | 0.68% | - |
| XYZ | 30.94 | 25.53 | 37.48 | - |
| YUV | 142.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 162 | 0 | 0.30 | 0.07 | 0.32 | 313.85 | 0.24 | 0.58 |
| Hex | AE | 7A | A2 | 0 | 1E | 7 | 20 | 13A | 18 | 3A |
| Octal | 256 | 172 | 242 | 0 | 36 | 7 | 40 | 472 | 30 | 72 |
| Binary | 10101110 | 1111010 | 10100010 | 0 | 11110 | 111 | 100000 | 100111010 | 11000 | 111010 |
Color Harmonies of #AE7AA2
Complementary color
Monochromatic Colors of #AE7AA2
Black with #AE7AA2
Text Example
Text Example
White with #AE7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7AA2; }
p { color: rgb(174,122,162); }
H1.HeaderClassName
{
color: #AE7AA2;
}
.AnyTagClassName
{
color: #AE7AA2;
}
</style>
background-color css
<style>
a { background-color: #AE7AA2; }
a { background-color: rgb(174,122,162); }
div.DivClassName
{
background-color: #AE7AA2;
}
.BgClassName
{
background-color: #AE7AA2;
}
</style>
border-color css
<style>
span { border-color: #AE7AA2; }
span { border-color: rgb(174,122,162); }
td.TdClassName
{
border-color: #AE7AA2;
}
.TagClassName
{
border-color: #AE7AA2;
}
</style>