Shades of Jazzberry Jam #AE1153
Tints of Jazzberry Jam #AE1153
RGB
CMYK
RGB Variations
Color information
#AE1153 (or 0xAE1153) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 53. RGB value is (174,17,83). Sum of RGB (Red+Green+Blue) = 174+17+83=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1153 is #51EEAC. Grayscale: #474747. Windows color (decimal): -5369517 or 5444014. OLE color: 5444014.
HSL color Cylindrical-coordinate representation of color #AE1153: hue angle of 334.78º 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 #AE1153 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 83 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.32 |
| HSL | 334.78º | 0.82% | 0.37% | - |
| HSV(B) | 334.78º | 0.9% | 0.68% | - |
| XYZ | 19.22 | 10.02 | 9.11 | - |
| YUV | 71.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 83 | 0 | 0.90 | 0.52 | 0.32 | 334.78 | 0.82 | 0.37 |
| Hex | AE | 11 | 53 | 0 | 5A | 34 | 20 | 14F | 52 | 25 |
| Octal | 256 | 21 | 123 | 0 | 132 | 64 | 40 | 517 | 122 | 45 |
| Binary | 10101110 | 10001 | 1010011 | 0 | 1011010 | 110100 | 100000 | 101001111 | 1010010 | 100101 |
Color Harmonies of #AE1153
Complementary color
Monochromatic Colors of #AE1153
Black with #AE1153
Text Example
Text Example
White with #AE1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1153; }
p { color: rgb(174,17,83); }
H1.HeaderClassName
{
color: #AE1153;
}
.AnyTagClassName
{
color: #AE1153;
}
</style>
background-color css
<style>
a { background-color: #AE1153; }
a { background-color: rgb(174,17,83); }
div.DivClassName
{
background-color: #AE1153;
}
.BgClassName
{
background-color: #AE1153;
}
</style>
border-color css
<style>
span { border-color: #AE1153; }
span { border-color: rgb(174,17,83); }
td.TdClassName
{
border-color: #AE1153;
}
.TagClassName
{
border-color: #AE1153;
}
</style>