Shades of Bouquet #AE6A9A
Tints of Bouquet #AE6A9A
RGB
CMYK
RGB Variations
Color information
#AE6A9A (or 0xAE6A9A) is known color: Bouquet. HEX triplet: AE, 6A and 9A. RGB value is (174,106,154). Sum of RGB (Red+Green+Blue) = 174+106+154=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A9A is #519565. Grayscale: #838383. Windows color (decimal): -5346662 or 10119854. OLE color: 10119854.
HSL color Cylindrical-coordinate representation of color #AE6A9A: hue angle of 317.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A9A is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 154 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.32 |
| HSL | 317.65º | 0.3% | 0.55% | - |
| HSV(B) | 317.65º | 0.39% | 0.68% | - |
| XYZ | 28.44 | 21.64 | 33.25 | - |
| YUV | 131.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 154 | 0 | 0.39 | 0.11 | 0.32 | 317.65 | 0.3 | 0.55 |
| Hex | AE | 6A | 9A | 0 | 27 | B | 20 | 13E | 1E | 37 |
| Octal | 256 | 152 | 232 | 0 | 47 | 13 | 40 | 476 | 36 | 67 |
| Binary | 10101110 | 1101010 | 10011010 | 0 | 100111 | 1011 | 100000 | 100111110 | 11110 | 110111 |
Color Harmonies of #AE6A9A
Complementary color
Monochromatic Colors of #AE6A9A
Black with #AE6A9A
Text Example
Text Example
White with #AE6A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6A9A; }
p { color: rgb(174,106,154); }
H1.HeaderClassName
{
color: #AE6A9A;
}
.AnyTagClassName
{
color: #AE6A9A;
}
</style>
background-color css
<style>
a { background-color: #AE6A9A; }
a { background-color: rgb(174,106,154); }
div.DivClassName
{
background-color: #AE6A9A;
}
.BgClassName
{
background-color: #AE6A9A;
}
</style>
border-color css
<style>
span { border-color: #AE6A9A; }
span { border-color: rgb(174,106,154); }
td.TdClassName
{
border-color: #AE6A9A;
}
.TagClassName
{
border-color: #AE6A9A;
}
</style>