Shades of Jazzberry Jam #AE145B
Tints of Jazzberry Jam #AE145B
RGB
CMYK
RGB Variations
Color information
#AE145B (or 0xAE145B) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 5B. RGB value is (174,20,91). Sum of RGB (Red+Green+Blue) = 174+20+91=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE145B is #51EBA4. Grayscale: #4A4A4A. Windows color (decimal): -5368741 or 5969070. OLE color: 5969070.
HSL color Cylindrical-coordinate representation of color #AE145B: hue angle of 332.34º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE145B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 91 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.32 |
| HSL | 332.34º | 0.79% | 0.38% | - |
| HSV(B) | 332.34º | 0.89% | 0.68% | - |
| XYZ | 19.59 | 10.25 | 10.84 | - |
| YUV | 74.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 91 | 0 | 0.89 | 0.48 | 0.32 | 332.34 | 0.79 | 0.38 |
| Hex | AE | 14 | 5B | 0 | 59 | 30 | 20 | 14C | 4F | 26 |
| Octal | 256 | 24 | 133 | 0 | 131 | 60 | 40 | 514 | 117 | 46 |
| Binary | 10101110 | 10100 | 1011011 | 0 | 1011001 | 110000 | 100000 | 101001100 | 1001111 | 100110 |
Color Harmonies of #AE145B
Complementary color
Monochromatic Colors of #AE145B
Black with #AE145B
Text Example
Text Example
White with #AE145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE145B; }
p { color: rgb(174,20,91); }
H1.HeaderClassName
{
color: #AE145B;
}
.AnyTagClassName
{
color: #AE145B;
}
</style>
background-color css
<style>
a { background-color: #AE145B; }
a { background-color: rgb(174,20,91); }
div.DivClassName
{
background-color: #AE145B;
}
.BgClassName
{
background-color: #AE145B;
}
</style>
border-color css
<style>
span { border-color: #AE145B; }
span { border-color: rgb(174,20,91); }
td.TdClassName
{
border-color: #AE145B;
}
.TagClassName
{
border-color: #AE145B;
}
</style>