Shades of Jazzberry Jam #AE0059
Tints of Jazzberry Jam #AE0059
RGB
CMYK
RGB Variations
Color information
#AE0059 (or 0xAE0059) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 59. RGB value is (174,0,89). Sum of RGB (Red+Green+Blue) = 174+0+89=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0059 is #51FFA6. Grayscale: #3D3D3D. Windows color (decimal): -5373863 or 5832878. OLE color: 5832878.
HSL color Cylindrical-coordinate representation of color #AE0059: hue angle of 329.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0059 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.49 | 0.32 |
| HSL | 329.31º | 1% | 0.34% | - |
| HSV(B) | 329.31º | 1% | 0.68% | - |
| XYZ | 19.26 | 9.72 | 10.31 | - |
| YUV | 62.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 89 | 0 | 1 | 0.49 | 0.32 | 329.31 | 1 | 0.34 |
| Hex | AE | 0 | 59 | 0 | 64 | 31 | 20 | 149 | 64 | 22 |
| Octal | 256 | 0 | 131 | 0 | 144 | 61 | 40 | 511 | 144 | 42 |
| Binary | 10101110 | 0 | 1011001 | 0 | 1100100 | 110001 | 100000 | 101001001 | 1100100 | 100010 |
Color Harmonies of #AE0059
Complementary color
Monochromatic Colors of #AE0059
Black with #AE0059
Text Example
Text Example
White with #AE0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0059; }
p { color: rgb(174,0,89); }
H1.HeaderClassName
{
color: #AE0059;
}
.AnyTagClassName
{
color: #AE0059;
}
</style>
background-color css
<style>
a { background-color: #AE0059; }
a { background-color: rgb(174,0,89); }
div.DivClassName
{
background-color: #AE0059;
}
.BgClassName
{
background-color: #AE0059;
}
</style>
border-color css
<style>
span { border-color: #AE0059; }
span { border-color: rgb(174,0,89); }
td.TdClassName
{
border-color: #AE0059;
}
.TagClassName
{
border-color: #AE0059;
}
</style>