Shades of Jazzberry Jam #AE1565
Tints of Jazzberry Jam #AE1565
RGB
CMYK
RGB Variations
Color information
#AE1565 (or 0xAE1565) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 65. RGB value is (174,21,101). Sum of RGB (Red+Green+Blue) = 174+21+101=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1565 is #51EA9A. Grayscale: #4B4B4B. Windows color (decimal): -5368475 or 6624686. OLE color: 6624686.
HSL color Cylindrical-coordinate representation of color #AE1565: hue angle of 328.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1565 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 101 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.32 |
| HSL | 328.63º | 0.78% | 0.38% | - |
| HSV(B) | 328.63º | 0.88% | 0.68% | - |
| XYZ | 20.07 | 10.47 | 13.28 | - |
| YUV | 75.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 101 | 0 | 0.88 | 0.42 | 0.32 | 328.63 | 0.78 | 0.38 |
| Hex | AE | 15 | 65 | 0 | 58 | 2A | 20 | 149 | 4E | 26 |
| Octal | 256 | 25 | 145 | 0 | 130 | 52 | 40 | 511 | 116 | 46 |
| Binary | 10101110 | 10101 | 1100101 | 0 | 1011000 | 101010 | 100000 | 101001001 | 1001110 | 100110 |
Color Harmonies of #AE1565
Complementary color
Monochromatic Colors of #AE1565
Black with #AE1565
Text Example
Text Example
White with #AE1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1565; }
p { color: rgb(174,21,101); }
H1.HeaderClassName
{
color: #AE1565;
}
.AnyTagClassName
{
color: #AE1565;
}
</style>
background-color css
<style>
a { background-color: #AE1565; }
a { background-color: rgb(174,21,101); }
div.DivClassName
{
background-color: #AE1565;
}
.BgClassName
{
background-color: #AE1565;
}
</style>
border-color css
<style>
span { border-color: #AE1565; }
span { border-color: rgb(174,21,101); }
td.TdClassName
{
border-color: #AE1565;
}
.TagClassName
{
border-color: #AE1565;
}
</style>