Shades of Jazzberry Jam #AE1255
Tints of Jazzberry Jam #AE1255
RGB
CMYK
RGB Variations
Color information
#AE1255 (or 0xAE1255) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 55. RGB value is (174,18,85). Sum of RGB (Red+Green+Blue) = 174+18+85=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1255 is #51EDAA. Grayscale: #484848. Windows color (decimal): -5369259 or 5575342. OLE color: 5575342.
HSL color Cylindrical-coordinate representation of color #AE1255: hue angle of 334.23º 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 #AE1255 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 85 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.32 |
| HSL | 334.23º | 0.81% | 0.38% | - |
| HSV(B) | 334.23º | 0.9% | 0.68% | - |
| XYZ | 19.31 | 10.09 | 9.52 | - |
| YUV | 72.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 85 | 0 | 0.90 | 0.51 | 0.32 | 334.23 | 0.81 | 0.38 |
| Hex | AE | 12 | 55 | 0 | 5A | 33 | 20 | 14E | 51 | 26 |
| Octal | 256 | 22 | 125 | 0 | 132 | 63 | 40 | 516 | 121 | 46 |
| Binary | 10101110 | 10010 | 1010101 | 0 | 1011010 | 110011 | 100000 | 101001110 | 1010001 | 100110 |
Color Harmonies of #AE1255
Complementary color
Monochromatic Colors of #AE1255
Black with #AE1255
Text Example
Text Example
White with #AE1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1255; }
p { color: rgb(174,18,85); }
H1.HeaderClassName
{
color: #AE1255;
}
.AnyTagClassName
{
color: #AE1255;
}
</style>
background-color css
<style>
a { background-color: #AE1255; }
a { background-color: rgb(174,18,85); }
div.DivClassName
{
background-color: #AE1255;
}
.BgClassName
{
background-color: #AE1255;
}
</style>
border-color css
<style>
span { border-color: #AE1255; }
span { border-color: rgb(174,18,85); }
td.TdClassName
{
border-color: #AE1255;
}
.TagClassName
{
border-color: #AE1255;
}
</style>