Shades of Jazzberry Jam #AE114D
Tints of Jazzberry Jam #AE114D
RGB
CMYK
RGB Variations
Color information
#AE114D (or 0xAE114D) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 4D. RGB value is (174,17,77). Sum of RGB (Red+Green+Blue) = 174+17+77=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE114D is #51EEB2. Grayscale: #464646. Windows color (decimal): -5369523 or 5050798. OLE color: 5050798.
HSL color Cylindrical-coordinate representation of color #AE114D: hue angle of 337.07º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE114D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 77 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.32 |
| HSL | 337.07º | 0.82% | 0.37% | - |
| HSV(B) | 337.07º | 0.9% | 0.68% | - |
| XYZ | 19 | 9.94 | 7.94 | - |
| YUV | 70.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 77 | 0 | 0.90 | 0.56 | 0.32 | 337.07 | 0.82 | 0.37 |
| Hex | AE | 11 | 4D | 0 | 5A | 38 | 20 | 151 | 52 | 25 |
| Octal | 256 | 21 | 115 | 0 | 132 | 70 | 40 | 521 | 122 | 45 |
| Binary | 10101110 | 10001 | 1001101 | 0 | 1011010 | 111000 | 100000 | 101010001 | 1010010 | 100101 |
Color Harmonies of #AE114D
Complementary color
Monochromatic Colors of #AE114D
Black with #AE114D
Text Example
Text Example
White with #AE114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE114D; }
p { color: rgb(174,17,77); }
H1.HeaderClassName
{
color: #AE114D;
}
.AnyTagClassName
{
color: #AE114D;
}
</style>
background-color css
<style>
a { background-color: #AE114D; }
a { background-color: rgb(174,17,77); }
div.DivClassName
{
background-color: #AE114D;
}
.BgClassName
{
background-color: #AE114D;
}
</style>
border-color css
<style>
span { border-color: #AE114D; }
span { border-color: rgb(174,17,77); }
td.TdClassName
{
border-color: #AE114D;
}
.TagClassName
{
border-color: #AE114D;
}
</style>