Shades of Jazzberry Jam #AE0159
Tints of Jazzberry Jam #AE0159
RGB
CMYK
RGB Variations
Color information
#AE0159 (or 0xAE0159) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 59. RGB value is (174,1,89). Sum of RGB (Red+Green+Blue) = 174+1+89=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0159 is #51FEA6. Grayscale: #3E3E3E. Windows color (decimal): -5373607 or 5833134. OLE color: 5833134.
HSL color Cylindrical-coordinate representation of color #AE0159: hue angle of 329.48º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0159 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.32 |
| HSL | 329.48º | 0.99% | 0.34% | - |
| HSV(B) | 329.48º | 0.99% | 0.68% | - |
| XYZ | 19.27 | 9.74 | 10.32 | - |
| YUV | 62.76 | 142.81 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 89 | 0 | 0.99 | 0.49 | 0.32 | 329.48 | 0.99 | 0.34 |
| Hex | AE | 1 | 59 | 0 | 63 | 31 | 20 | 149 | 63 | 22 |
| Octal | 256 | 1 | 131 | 0 | 143 | 61 | 40 | 511 | 143 | 42 |
| Binary | 10101110 | 1 | 1011001 | 0 | 1100011 | 110001 | 100000 | 101001001 | 1100011 | 100010 |
Color Harmonies of #AE0159
Complementary color
Monochromatic Colors of #AE0159
Black with #AE0159
Text Example
Text Example
White with #AE0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0159; }
p { color: rgb(174,1,89); }
H1.HeaderClassName
{
color: #AE0159;
}
.AnyTagClassName
{
color: #AE0159;
}
</style>
background-color css
<style>
a { background-color: #AE0159; }
a { background-color: rgb(174,1,89); }
div.DivClassName
{
background-color: #AE0159;
}
.BgClassName
{
background-color: #AE0159;
}
</style>
border-color css
<style>
span { border-color: #AE0159; }
span { border-color: rgb(174,1,89); }
td.TdClassName
{
border-color: #AE0159;
}
.TagClassName
{
border-color: #AE0159;
}
</style>