Shades of Bouquet #AE74A2
Tints of Bouquet #AE74A2
RGB
CMYK
RGB Variations
Color information
#AE74A2 (or 0xAE74A2) is known color: Bouquet. HEX triplet: AE, 74 and A2. RGB value is (174,116,162). Sum of RGB (Red+Green+Blue) = 174+116+162=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE74A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE74A2 is #518B5D. Grayscale: #8A8A8A. Windows color (decimal): -5344094 or 10646702. OLE color: 10646702.
HSL color Cylindrical-coordinate representation of color #AE74A2: hue angle of 312.41º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE74A2 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 162 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.32 |
| HSL | 312.41º | 0.26% | 0.57% | - |
| HSV(B) | 312.41º | 0.33% | 0.68% | - |
| XYZ | 30.22 | 24.1 | 37.24 | - |
| YUV | 138.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 162 | 0 | 0.33 | 0.07 | 0.32 | 312.41 | 0.26 | 0.57 |
| Hex | AE | 74 | A2 | 0 | 21 | 7 | 20 | 138 | 1A | 39 |
| Octal | 256 | 164 | 242 | 0 | 41 | 7 | 40 | 470 | 32 | 71 |
| Binary | 10101110 | 1110100 | 10100010 | 0 | 100001 | 111 | 100000 | 100111000 | 11010 | 111001 |
Color Harmonies of #AE74A2
Complementary color
Monochromatic Colors of #AE74A2
Black with #AE74A2
Text Example
Text Example
White with #AE74A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE74A2; }
p { color: rgb(174,116,162); }
H1.HeaderClassName
{
color: #AE74A2;
}
.AnyTagClassName
{
color: #AE74A2;
}
</style>
background-color css
<style>
a { background-color: #AE74A2; }
a { background-color: rgb(174,116,162); }
div.DivClassName
{
background-color: #AE74A2;
}
.BgClassName
{
background-color: #AE74A2;
}
</style>
border-color css
<style>
span { border-color: #AE74A2; }
span { border-color: rgb(174,116,162); }
td.TdClassName
{
border-color: #AE74A2;
}
.TagClassName
{
border-color: #AE74A2;
}
</style>