Shades of Jazzberry Jam #AE0C60
Tints of Jazzberry Jam #AE0C60
RGB
CMYK
RGB Variations
Color information
#AE0C60 (or 0xAE0C60) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 60. RGB value is (174,12,96). Sum of RGB (Red+Green+Blue) = 174+12+96=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C60 is #51F39F. Grayscale: #454545. Windows color (decimal): -5370784 or 6294702. OLE color: 6294702.
HSL color Cylindrical-coordinate representation of color #AE0C60: hue angle of 328.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C60 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 96 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.32 |
| HSL | 328.89º | 0.87% | 0.36% | - |
| HSV(B) | 328.89º | 0.93% | 0.68% | - |
| XYZ | 19.7 | 10.11 | 11.98 | - |
| YUV | 70.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 96 | 0 | 0.93 | 0.45 | 0.32 | 328.89 | 0.87 | 0.36 |
| Hex | AE | C | 60 | 0 | 5D | 2D | 20 | 149 | 57 | 24 |
| Octal | 256 | 14 | 140 | 0 | 135 | 55 | 40 | 511 | 127 | 44 |
| Binary | 10101110 | 1100 | 1100000 | 0 | 1011101 | 101101 | 100000 | 101001001 | 1010111 | 100100 |
Color Harmonies of #AE0C60
Complementary color
Monochromatic Colors of #AE0C60
Black with #AE0C60
Text Example
Text Example
White with #AE0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C60; }
p { color: rgb(174,12,96); }
H1.HeaderClassName
{
color: #AE0C60;
}
.AnyTagClassName
{
color: #AE0C60;
}
</style>
background-color css
<style>
a { background-color: #AE0C60; }
a { background-color: rgb(174,12,96); }
div.DivClassName
{
background-color: #AE0C60;
}
.BgClassName
{
background-color: #AE0C60;
}
</style>
border-color css
<style>
span { border-color: #AE0C60; }
span { border-color: rgb(174,12,96); }
td.TdClassName
{
border-color: #AE0C60;
}
.TagClassName
{
border-color: #AE0C60;
}
</style>