Shades of Bouquet #AE83A5
Tints of Bouquet #AE83A5
RGB
CMYK
RGB Variations
Color information
#AE83A5 (or 0xAE83A5) is known color: Bouquet. HEX triplet: AE, 83 and A5. RGB value is (174,131,165). Sum of RGB (Red+Green+Blue) = 174+131+165=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE83A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE83A5 is #517C5A. Grayscale: #939393. Windows color (decimal): -5340251 or 10847150. OLE color: 10847150.
HSL color Cylindrical-coordinate representation of color #AE83A5: hue angle of 312.56º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE83A5 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 131 | 165 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.32 |
| HSL | 312.56º | 0.21% | 0.6% | - |
| HSV(B) | 312.56º | 0.25% | 0.68% | - |
| XYZ | 32.36 | 27.95 | 39.29 | - |
| YUV | 147.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 165 | 0 | 0.25 | 0.05 | 0.32 | 312.56 | 0.21 | 0.6 |
| Hex | AE | 83 | A5 | 0 | 19 | 5 | 20 | 139 | 15 | 3C |
| Octal | 256 | 203 | 245 | 0 | 31 | 5 | 40 | 471 | 25 | 74 |
| Binary | 10101110 | 10000011 | 10100101 | 0 | 11001 | 101 | 100000 | 100111001 | 10101 | 111100 |
Color Harmonies of #AE83A5
Complementary color
Monochromatic Colors of #AE83A5
Black with #AE83A5
Text Example
Text Example
White with #AE83A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE83A5; }
p { color: rgb(174,131,165); }
H1.HeaderClassName
{
color: #AE83A5;
}
.AnyTagClassName
{
color: #AE83A5;
}
</style>
background-color css
<style>
a { background-color: #AE83A5; }
a { background-color: rgb(174,131,165); }
div.DivClassName
{
background-color: #AE83A5;
}
.BgClassName
{
background-color: #AE83A5;
}
</style>
border-color css
<style>
span { border-color: #AE83A5; }
span { border-color: rgb(174,131,165); }
td.TdClassName
{
border-color: #AE83A5;
}
.TagClassName
{
border-color: #AE83A5;
}
</style>