Shades of Jazzberry Jam #AE1163
Tints of Jazzberry Jam #AE1163
RGB
CMYK
RGB Variations
Color information
#AE1163 (or 0xAE1163) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 63. RGB value is (174,17,99). Sum of RGB (Red+Green+Blue) = 174+17+99=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1163 is #51EE9C. Grayscale: #494949. Windows color (decimal): -5369501 or 6492590. OLE color: 6492590.
HSL color Cylindrical-coordinate representation of color #AE1163: hue angle of 328.66º 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 #AE1163 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 99 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.32 |
| HSL | 328.66º | 0.82% | 0.37% | - |
| HSV(B) | 328.66º | 0.9% | 0.68% | - |
| XYZ | 19.91 | 10.3 | 12.74 | - |
| YUV | 73.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 99 | 0 | 0.90 | 0.43 | 0.32 | 328.66 | 0.82 | 0.37 |
| Hex | AE | 11 | 63 | 0 | 5A | 2B | 20 | 149 | 52 | 25 |
| Octal | 256 | 21 | 143 | 0 | 132 | 53 | 40 | 511 | 122 | 45 |
| Binary | 10101110 | 10001 | 1100011 | 0 | 1011010 | 101011 | 100000 | 101001001 | 1010010 | 100101 |
Color Harmonies of #AE1163
Complementary color
Monochromatic Colors of #AE1163
Black with #AE1163
Text Example
Text Example
White with #AE1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1163; }
p { color: rgb(174,17,99); }
H1.HeaderClassName
{
color: #AE1163;
}
.AnyTagClassName
{
color: #AE1163;
}
</style>
background-color css
<style>
a { background-color: #AE1163; }
a { background-color: rgb(174,17,99); }
div.DivClassName
{
background-color: #AE1163;
}
.BgClassName
{
background-color: #AE1163;
}
</style>
border-color css
<style>
span { border-color: #AE1163; }
span { border-color: rgb(174,17,99); }
td.TdClassName
{
border-color: #AE1163;
}
.TagClassName
{
border-color: #AE1163;
}
</style>