Shades of Jazzberry Jam #AE1354
Tints of Jazzberry Jam #AE1354
RGB
CMYK
RGB Variations
Color information
#AE1354 (or 0xAE1354) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 54. RGB value is (174,19,84). Sum of RGB (Red+Green+Blue) = 174+19+84=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1354 is #51ECAB. Grayscale: #484848. Windows color (decimal): -5369004 or 5510062. OLE color: 5510062.
HSL color Cylindrical-coordinate representation of color #AE1354: hue angle of 334.84º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1354 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 84 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.32 |
| HSL | 334.84º | 0.8% | 0.38% | - |
| HSV(B) | 334.84º | 0.89% | 0.68% | - |
| XYZ | 19.29 | 10.1 | 9.32 | - |
| YUV | 72.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 84 | 0 | 0.89 | 0.52 | 0.32 | 334.84 | 0.8 | 0.38 |
| Hex | AE | 13 | 54 | 0 | 59 | 34 | 20 | 14F | 50 | 26 |
| Octal | 256 | 23 | 124 | 0 | 131 | 64 | 40 | 517 | 120 | 46 |
| Binary | 10101110 | 10011 | 1010100 | 0 | 1011001 | 110100 | 100000 | 101001111 | 1010000 | 100110 |
Color Harmonies of #AE1354
Complementary color
Monochromatic Colors of #AE1354
Black with #AE1354
Text Example
Text Example
White with #AE1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1354; }
p { color: rgb(174,19,84); }
H1.HeaderClassName
{
color: #AE1354;
}
.AnyTagClassName
{
color: #AE1354;
}
</style>
background-color css
<style>
a { background-color: #AE1354; }
a { background-color: rgb(174,19,84); }
div.DivClassName
{
background-color: #AE1354;
}
.BgClassName
{
background-color: #AE1354;
}
</style>
border-color css
<style>
span { border-color: #AE1354; }
span { border-color: rgb(174,19,84); }
td.TdClassName
{
border-color: #AE1354;
}
.TagClassName
{
border-color: #AE1354;
}
</style>