Shades of Jazzberry Jam #AE1162
Tints of Jazzberry Jam #AE1162
RGB
CMYK
RGB Variations
Color information
#AE1162 (or 0xAE1162) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 62. RGB value is (174,17,98). Sum of RGB (Red+Green+Blue) = 174+17+98=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1162 is #51EE9D. Grayscale: #494949. Windows color (decimal): -5369502 or 6427054. OLE color: 6427054.
HSL color Cylindrical-coordinate representation of color #AE1162: hue angle of 329.04º 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 #AE1162 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 98 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.32 |
| HSL | 329.04º | 0.82% | 0.37% | - |
| HSV(B) | 329.04º | 0.9% | 0.68% | - |
| XYZ | 19.86 | 10.28 | 12.49 | - |
| YUV | 73.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 98 | 0 | 0.90 | 0.44 | 0.32 | 329.04 | 0.82 | 0.37 |
| Hex | AE | 11 | 62 | 0 | 5A | 2C | 20 | 149 | 52 | 25 |
| Octal | 256 | 21 | 142 | 0 | 132 | 54 | 40 | 511 | 122 | 45 |
| Binary | 10101110 | 10001 | 1100010 | 0 | 1011010 | 101100 | 100000 | 101001001 | 1010010 | 100101 |
Color Harmonies of #AE1162
Complementary color
Monochromatic Colors of #AE1162
Black with #AE1162
Text Example
Text Example
White with #AE1162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1162; }
p { color: rgb(174,17,98); }
H1.HeaderClassName
{
color: #AE1162;
}
.AnyTagClassName
{
color: #AE1162;
}
</style>
background-color css
<style>
a { background-color: #AE1162; }
a { background-color: rgb(174,17,98); }
div.DivClassName
{
background-color: #AE1162;
}
.BgClassName
{
background-color: #AE1162;
}
</style>
border-color css
<style>
span { border-color: #AE1162; }
span { border-color: rgb(174,17,98); }
td.TdClassName
{
border-color: #AE1162;
}
.TagClassName
{
border-color: #AE1162;
}
</style>