Shades of Jazzberry Jam #AE1468
Tints of Jazzberry Jam #AE1468
RGB
CMYK
RGB Variations
Color information
#AE1468 (or 0xAE1468) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 68. RGB value is (174,20,104). Sum of RGB (Red+Green+Blue) = 174+20+104=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1468 is #51EB97. Grayscale: #4B4B4B. Windows color (decimal): -5368728 or 6821038. OLE color: 6821038.
HSL color Cylindrical-coordinate representation of color #AE1468: hue angle of 327.27º 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 #AE1468 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 104 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.32 |
| HSL | 327.27º | 0.79% | 0.38% | - |
| HSV(B) | 327.27º | 0.89% | 0.68% | - |
| XYZ | 20.2 | 10.5 | 14.06 | - |
| YUV | 75.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 104 | 0 | 0.89 | 0.40 | 0.32 | 327.27 | 0.79 | 0.38 |
| Hex | AE | 14 | 68 | 0 | 59 | 28 | 20 | 147 | 4F | 26 |
| Octal | 256 | 24 | 150 | 0 | 131 | 50 | 40 | 507 | 117 | 46 |
| Binary | 10101110 | 10100 | 1101000 | 0 | 1011001 | 101000 | 100000 | 101000111 | 1001111 | 100110 |
Color Harmonies of #AE1468
Complementary color
Monochromatic Colors of #AE1468
Black with #AE1468
Text Example
Text Example
White with #AE1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1468; }
p { color: rgb(174,20,104); }
H1.HeaderClassName
{
color: #AE1468;
}
.AnyTagClassName
{
color: #AE1468;
}
</style>
background-color css
<style>
a { background-color: #AE1468; }
a { background-color: rgb(174,20,104); }
div.DivClassName
{
background-color: #AE1468;
}
.BgClassName
{
background-color: #AE1468;
}
</style>
border-color css
<style>
span { border-color: #AE1468; }
span { border-color: rgb(174,20,104); }
td.TdClassName
{
border-color: #AE1468;
}
.TagClassName
{
border-color: #AE1468;
}
</style>