Shades of Bouquet #AE679A
Tints of Bouquet #AE679A
RGB
CMYK
RGB Variations
Color information
#AE679A (or 0xAE679A) is known color: Bouquet. HEX triplet: AE, 67 and 9A. RGB value is (174,103,154). Sum of RGB (Red+Green+Blue) = 174+103+154=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE679A is #519865. Grayscale: #818181. Windows color (decimal): -5347430 or 10119086. OLE color: 10119086.
HSL color Cylindrical-coordinate representation of color #AE679A: hue angle of 316.9º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE679A is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 154 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.32 |
| HSL | 316.9º | 0.3% | 0.54% | - |
| HSV(B) | 316.9º | 0.41% | 0.68% | - |
| XYZ | 28.14 | 21.03 | 33.15 | - |
| YUV | 130.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 154 | 0 | 0.41 | 0.11 | 0.32 | 316.9 | 0.3 | 0.54 |
| Hex | AE | 67 | 9A | 0 | 29 | B | 20 | 13D | 1E | 36 |
| Octal | 256 | 147 | 232 | 0 | 51 | 13 | 40 | 475 | 36 | 66 |
| Binary | 10101110 | 1100111 | 10011010 | 0 | 101001 | 1011 | 100000 | 100111101 | 11110 | 110110 |
Color Harmonies of #AE679A
Complementary color
Monochromatic Colors of #AE679A
Black with #AE679A
Text Example
Text Example
White with #AE679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE679A; }
p { color: rgb(174,103,154); }
H1.HeaderClassName
{
color: #AE679A;
}
.AnyTagClassName
{
color: #AE679A;
}
</style>
background-color css
<style>
a { background-color: #AE679A; }
a { background-color: rgb(174,103,154); }
div.DivClassName
{
background-color: #AE679A;
}
.BgClassName
{
background-color: #AE679A;
}
</style>
border-color css
<style>
span { border-color: #AE679A; }
span { border-color: rgb(174,103,154); }
td.TdClassName
{
border-color: #AE679A;
}
.TagClassName
{
border-color: #AE679A;
}
</style>