Shades of Jazzberry Jam #AE155E
Tints of Jazzberry Jam #AE155E
RGB
CMYK
RGB Variations
Color information
#AE155E (or 0xAE155E) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 5E. RGB value is (174,21,94). Sum of RGB (Red+Green+Blue) = 174+21+94=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE155E is #51EAA1. Grayscale: #4A4A4A. Windows color (decimal): -5368482 or 6165934. OLE color: 6165934.
HSL color Cylindrical-coordinate representation of color #AE155E: hue angle of 331.37º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE155E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 94 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.32 |
| HSL | 331.37º | 0.78% | 0.38% | - |
| HSV(B) | 331.37º | 0.88% | 0.68% | - |
| XYZ | 19.74 | 10.34 | 11.55 | - |
| YUV | 75.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 94 | 0 | 0.88 | 0.46 | 0.32 | 331.37 | 0.78 | 0.38 |
| Hex | AE | 15 | 5E | 0 | 58 | 2E | 20 | 14B | 4E | 26 |
| Octal | 256 | 25 | 136 | 0 | 130 | 56 | 40 | 513 | 116 | 46 |
| Binary | 10101110 | 10101 | 1011110 | 0 | 1011000 | 101110 | 100000 | 101001011 | 1001110 | 100110 |
Color Harmonies of #AE155E
Complementary color
Monochromatic Colors of #AE155E
Black with #AE155E
Text Example
Text Example
White with #AE155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE155E; }
p { color: rgb(174,21,94); }
H1.HeaderClassName
{
color: #AE155E;
}
.AnyTagClassName
{
color: #AE155E;
}
</style>
background-color css
<style>
a { background-color: #AE155E; }
a { background-color: rgb(174,21,94); }
div.DivClassName
{
background-color: #AE155E;
}
.BgClassName
{
background-color: #AE155E;
}
</style>
border-color css
<style>
span { border-color: #AE155E; }
span { border-color: rgb(174,21,94); }
td.TdClassName
{
border-color: #AE155E;
}
.TagClassName
{
border-color: #AE155E;
}
</style>