Shades of Bouquet #AE7BA3
Tints of Bouquet #AE7BA3
RGB
CMYK
RGB Variations
Color information
#AE7BA3 (or 0xAE7BA3) is known color: Bouquet. HEX triplet: AE, 7B and A3. RGB value is (174,123,163). Sum of RGB (Red+Green+Blue) = 174+123+163=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BA3 is #51845C. Grayscale: #8E8E8E. Windows color (decimal): -5342301 or 10714030. OLE color: 10714030.
HSL color Cylindrical-coordinate representation of color #AE7BA3: hue angle of 312.94º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7BA3 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 163 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.32 |
| HSL | 312.94º | 0.24% | 0.58% | - |
| HSV(B) | 312.94º | 0.29% | 0.68% | - |
| XYZ | 31.15 | 25.81 | 37.99 | - |
| YUV | 142.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 163 | 0 | 0.29 | 0.06 | 0.32 | 312.94 | 0.24 | 0.58 |
| Hex | AE | 7B | A3 | 0 | 1D | 6 | 20 | 139 | 18 | 3A |
| Octal | 256 | 173 | 243 | 0 | 35 | 6 | 40 | 471 | 30 | 72 |
| Binary | 10101110 | 1111011 | 10100011 | 0 | 11101 | 110 | 100000 | 100111001 | 11000 | 111010 |
Color Harmonies of #AE7BA3
Complementary color
Monochromatic Colors of #AE7BA3
Black with #AE7BA3
Text Example
Text Example
White with #AE7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BA3; }
p { color: rgb(174,123,163); }
H1.HeaderClassName
{
color: #AE7BA3;
}
.AnyTagClassName
{
color: #AE7BA3;
}
</style>
background-color css
<style>
a { background-color: #AE7BA3; }
a { background-color: rgb(174,123,163); }
div.DivClassName
{
background-color: #AE7BA3;
}
.BgClassName
{
background-color: #AE7BA3;
}
</style>
border-color css
<style>
span { border-color: #AE7BA3; }
span { border-color: rgb(174,123,163); }
td.TdClassName
{
border-color: #AE7BA3;
}
.TagClassName
{
border-color: #AE7BA3;
}
</style>