Shades of Jazzberry Jam #AE1271
Tints of Jazzberry Jam #AE1271
RGB
CMYK
RGB Variations
Color information
#AE1271 (or 0xAE1271) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 71. RGB value is (174,18,113). Sum of RGB (Red+Green+Blue) = 174+18+113=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1271 is #51ED8E. Grayscale: #4B4B4B. Windows color (decimal): -5369231 or 7410350. OLE color: 7410350.
HSL color Cylindrical-coordinate representation of color #AE1271: hue angle of 323.46º 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 #AE1271 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 113 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.32 |
| HSL | 323.46º | 0.81% | 0.38% | - |
| HSV(B) | 323.46º | 0.9% | 0.68% | - |
| XYZ | 20.65 | 10.62 | 16.58 | - |
| YUV | 75.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 113 | 0 | 0.90 | 0.35 | 0.32 | 323.46 | 0.81 | 0.38 |
| Hex | AE | 12 | 71 | 0 | 5A | 23 | 20 | 143 | 51 | 26 |
| Octal | 256 | 22 | 161 | 0 | 132 | 43 | 40 | 503 | 121 | 46 |
| Binary | 10101110 | 10010 | 1110001 | 0 | 1011010 | 100011 | 100000 | 101000011 | 1010001 | 100110 |
Color Harmonies of #AE1271
Complementary color
Monochromatic Colors of #AE1271
Black with #AE1271
Text Example
Text Example
White with #AE1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1271; }
p { color: rgb(174,18,113); }
H1.HeaderClassName
{
color: #AE1271;
}
.AnyTagClassName
{
color: #AE1271;
}
</style>
background-color css
<style>
a { background-color: #AE1271; }
a { background-color: rgb(174,18,113); }
div.DivClassName
{
background-color: #AE1271;
}
.BgClassName
{
background-color: #AE1271;
}
</style>
border-color css
<style>
span { border-color: #AE1271; }
span { border-color: rgb(174,18,113); }
td.TdClassName
{
border-color: #AE1271;
}
.TagClassName
{
border-color: #AE1271;
}
</style>