Shades of Jazzberry Jam #AE1358
Tints of Jazzberry Jam #AE1358
RGB
CMYK
RGB Variations
Color information
#AE1358 (or 0xAE1358) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 58. RGB value is (174,19,88). Sum of RGB (Red+Green+Blue) = 174+19+88=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1358 is #51ECA7. Grayscale: #494949. Windows color (decimal): -5369000 or 5772206. OLE color: 5772206.
HSL color Cylindrical-coordinate representation of color #AE1358: hue angle of 333.29º degrees, saturation: 0.8, 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 #AE1358 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 88 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.32 |
| HSL | 333.29º | 0.8% | 0.38% | - |
| HSV(B) | 333.29º | 0.89% | 0.68% | - |
| XYZ | 19.45 | 10.17 | 10.17 | - |
| YUV | 73.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 88 | 0 | 0.89 | 0.49 | 0.32 | 333.29 | 0.8 | 0.38 |
| Hex | AE | 13 | 58 | 0 | 59 | 31 | 20 | 14D | 50 | 26 |
| Octal | 256 | 23 | 130 | 0 | 131 | 61 | 40 | 515 | 120 | 46 |
| Binary | 10101110 | 10011 | 1011000 | 0 | 1011001 | 110001 | 100000 | 101001101 | 1010000 | 100110 |
Color Harmonies of #AE1358
Complementary color
Monochromatic Colors of #AE1358
Black with #AE1358
Text Example
Text Example
White with #AE1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1358; }
p { color: rgb(174,19,88); }
H1.HeaderClassName
{
color: #AE1358;
}
.AnyTagClassName
{
color: #AE1358;
}
</style>
background-color css
<style>
a { background-color: #AE1358; }
a { background-color: rgb(174,19,88); }
div.DivClassName
{
background-color: #AE1358;
}
.BgClassName
{
background-color: #AE1358;
}
</style>
border-color css
<style>
span { border-color: #AE1358; }
span { border-color: rgb(174,19,88); }
td.TdClassName
{
border-color: #AE1358;
}
.TagClassName
{
border-color: #AE1358;
}
</style>