Shades of Jazzberry Jam #AE124C
Tints of Jazzberry Jam #AE124C
RGB
CMYK
RGB Variations
Color information
#AE124C (or 0xAE124C) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 4C. RGB value is (174,18,76). Sum of RGB (Red+Green+Blue) = 174+18+76=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE124C is #51EDB3. Grayscale: #474747. Windows color (decimal): -5369268 or 4985518. OLE color: 4985518.
HSL color Cylindrical-coordinate representation of color #AE124C: hue angle of 337.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE124C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 76 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.32 |
| HSL | 337.69º | 0.81% | 0.38% | - |
| HSV(B) | 337.69º | 0.9% | 0.68% | - |
| XYZ | 18.98 | 9.95 | 7.76 | - |
| YUV | 71.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 76 | 0 | 0.90 | 0.56 | 0.32 | 337.69 | 0.81 | 0.38 |
| Hex | AE | 12 | 4C | 0 | 5A | 38 | 20 | 152 | 51 | 26 |
| Octal | 256 | 22 | 114 | 0 | 132 | 70 | 40 | 522 | 121 | 46 |
| Binary | 10101110 | 10010 | 1001100 | 0 | 1011010 | 111000 | 100000 | 101010010 | 1010001 | 100110 |
Color Harmonies of #AE124C
Complementary color
Monochromatic Colors of #AE124C
Black with #AE124C
Text Example
Text Example
White with #AE124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE124C; }
p { color: rgb(174,18,76); }
H1.HeaderClassName
{
color: #AE124C;
}
.AnyTagClassName
{
color: #AE124C;
}
</style>
background-color css
<style>
a { background-color: #AE124C; }
a { background-color: rgb(174,18,76); }
div.DivClassName
{
background-color: #AE124C;
}
.BgClassName
{
background-color: #AE124C;
}
</style>
border-color css
<style>
span { border-color: #AE124C; }
span { border-color: rgb(174,18,76); }
td.TdClassName
{
border-color: #AE124C;
}
.TagClassName
{
border-color: #AE124C;
}
</style>