Shades of Jazzberry Jam #AE1275
Tints of Jazzberry Jam #AE1275
RGB
CMYK
RGB Variations
Color information
#AE1275 (or 0xAE1275) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 75. RGB value is (174,18,117). Sum of RGB (Red+Green+Blue) = 174+18+117=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1275 is #51ED8A. Grayscale: #4B4B4B. Windows color (decimal): -5369227 or 7672494. OLE color: 7672494.
HSL color Cylindrical-coordinate representation of color #AE1275: hue angle of 321.92º 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 #AE1275 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 117 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.32 |
| HSL | 321.92º | 0.81% | 0.38% | - |
| HSV(B) | 321.92º | 0.9% | 0.68% | - |
| XYZ | 20.88 | 10.72 | 17.8 | - |
| YUV | 75.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 117 | 0 | 0.90 | 0.33 | 0.32 | 321.92 | 0.81 | 0.38 |
| Hex | AE | 12 | 75 | 0 | 5A | 21 | 20 | 142 | 51 | 26 |
| Octal | 256 | 22 | 165 | 0 | 132 | 41 | 40 | 502 | 121 | 46 |
| Binary | 10101110 | 10010 | 1110101 | 0 | 1011010 | 100001 | 100000 | 101000010 | 1010001 | 100110 |
Color Harmonies of #AE1275
Complementary color
Monochromatic Colors of #AE1275
Black with #AE1275
Text Example
Text Example
White with #AE1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1275; }
p { color: rgb(174,18,117); }
H1.HeaderClassName
{
color: #AE1275;
}
.AnyTagClassName
{
color: #AE1275;
}
</style>
background-color css
<style>
a { background-color: #AE1275; }
a { background-color: rgb(174,18,117); }
div.DivClassName
{
background-color: #AE1275;
}
.BgClassName
{
background-color: #AE1275;
}
</style>
border-color css
<style>
span { border-color: #AE1275; }
span { border-color: rgb(174,18,117); }
td.TdClassName
{
border-color: #AE1275;
}
.TagClassName
{
border-color: #AE1275;
}
</style>