Shades of Jazzberry Jam #AE1176
Tints of Jazzberry Jam #AE1176
RGB
CMYK
RGB Variations
Color information
#AE1176 (or 0xAE1176) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 76. RGB value is (174,17,118). Sum of RGB (Red+Green+Blue) = 174+17+118=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1176 is #51EE89. Grayscale: #4B4B4B. Windows color (decimal): -5369482 or 7737774. OLE color: 7737774.
HSL color Cylindrical-coordinate representation of color #AE1176: hue angle of 321.4º 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 #AE1176 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 118 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.32 |
| HSL | 321.4º | 0.82% | 0.37% | - |
| HSV(B) | 321.4º | 0.9% | 0.68% | - |
| XYZ | 20.93 | 10.71 | 18.1 | - |
| YUV | 75.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 118 | 0 | 0.90 | 0.32 | 0.32 | 321.4 | 0.82 | 0.37 |
| Hex | AE | 11 | 76 | 0 | 5A | 20 | 20 | 141 | 52 | 25 |
| Octal | 256 | 21 | 166 | 0 | 132 | 40 | 40 | 501 | 122 | 45 |
| Binary | 10101110 | 10001 | 1110110 | 0 | 1011010 | 100000 | 100000 | 101000001 | 1010010 | 100101 |
Color Harmonies of #AE1176
Complementary color
Monochromatic Colors of #AE1176
Black with #AE1176
Text Example
Text Example
White with #AE1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1176; }
p { color: rgb(174,17,118); }
H1.HeaderClassName
{
color: #AE1176;
}
.AnyTagClassName
{
color: #AE1176;
}
</style>
background-color css
<style>
a { background-color: #AE1176; }
a { background-color: rgb(174,17,118); }
div.DivClassName
{
background-color: #AE1176;
}
.BgClassName
{
background-color: #AE1176;
}
</style>
border-color css
<style>
span { border-color: #AE1176; }
span { border-color: rgb(174,17,118); }
td.TdClassName
{
border-color: #AE1176;
}
.TagClassName
{
border-color: #AE1176;
}
</style>