Shades of Jazzberry Jam #AE044E
Tints of Jazzberry Jam #AE044E
RGB
CMYK
RGB Variations
Color information
#AE044E (or 0xAE044E) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 4E. RGB value is (174,4,78). Sum of RGB (Red+Green+Blue) = 174+4+78=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE044E is #51FBB1. Grayscale: #3F3F3F. Windows color (decimal): -5372850 or 5113006. OLE color: 5113006.
HSL color Cylindrical-coordinate representation of color #AE044E: hue angle of 333.88º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE044E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.32 |
| HSL | 333.88º | 0.96% | 0.35% | - |
| HSV(B) | 333.88º | 0.98% | 0.68% | - |
| XYZ | 18.87 | 9.64 | 8.07 | - |
| YUV | 63.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 78 | 0 | 0.98 | 0.55 | 0.32 | 333.88 | 0.96 | 0.35 |
| Hex | AE | 4 | 4E | 0 | 62 | 37 | 20 | 14E | 60 | 23 |
| Octal | 256 | 4 | 116 | 0 | 142 | 67 | 40 | 516 | 140 | 43 |
| Binary | 10101110 | 100 | 1001110 | 0 | 1100010 | 110111 | 100000 | 101001110 | 1100000 | 100011 |
Color Harmonies of #AE044E
Complementary color
Monochromatic Colors of #AE044E
Black with #AE044E
Text Example
Text Example
White with #AE044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE044E; }
p { color: rgb(174,4,78); }
H1.HeaderClassName
{
color: #AE044E;
}
.AnyTagClassName
{
color: #AE044E;
}
</style>
background-color css
<style>
a { background-color: #AE044E; }
a { background-color: rgb(174,4,78); }
div.DivClassName
{
background-color: #AE044E;
}
.BgClassName
{
background-color: #AE044E;
}
</style>
border-color css
<style>
span { border-color: #AE044E; }
span { border-color: rgb(174,4,78); }
td.TdClassName
{
border-color: #AE044E;
}
.TagClassName
{
border-color: #AE044E;
}
</style>