Shades of Jazzberry Jam #AE1465
Tints of Jazzberry Jam #AE1465
RGB
CMYK
RGB Variations
Color information
#AE1465 (or 0xAE1465) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 65. RGB value is (174,20,101). Sum of RGB (Red+Green+Blue) = 174+20+101=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1465 is #51EB9A. Grayscale: #4B4B4B. Windows color (decimal): -5368731 or 6624430. OLE color: 6624430.
HSL color Cylindrical-coordinate representation of color #AE1465: hue angle of 328.44º 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 #AE1465 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 101 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.32 |
| HSL | 328.44º | 0.79% | 0.38% | - |
| HSV(B) | 328.44º | 0.89% | 0.68% | - |
| XYZ | 20.05 | 10.44 | 13.27 | - |
| YUV | 75.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 101 | 0 | 0.89 | 0.42 | 0.32 | 328.44 | 0.79 | 0.38 |
| Hex | AE | 14 | 65 | 0 | 59 | 2A | 20 | 148 | 4F | 26 |
| Octal | 256 | 24 | 145 | 0 | 131 | 52 | 40 | 510 | 117 | 46 |
| Binary | 10101110 | 10100 | 1100101 | 0 | 1011001 | 101010 | 100000 | 101001000 | 1001111 | 100110 |
Color Harmonies of #AE1465
Complementary color
Monochromatic Colors of #AE1465
Black with #AE1465
Text Example
Text Example
White with #AE1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1465; }
p { color: rgb(174,20,101); }
H1.HeaderClassName
{
color: #AE1465;
}
.AnyTagClassName
{
color: #AE1465;
}
</style>
background-color css
<style>
a { background-color: #AE1465; }
a { background-color: rgb(174,20,101); }
div.DivClassName
{
background-color: #AE1465;
}
.BgClassName
{
background-color: #AE1465;
}
</style>
border-color css
<style>
span { border-color: #AE1465; }
span { border-color: rgb(174,20,101); }
td.TdClassName
{
border-color: #AE1465;
}
.TagClassName
{
border-color: #AE1465;
}
</style>