Shades of Jazzberry Jam #AE0056
Tints of Jazzberry Jam #AE0056
RGB
CMYK
RGB Variations
Color information
#AE0056 (or 0xAE0056) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 56. RGB value is (174,0,86). Sum of RGB (Red+Green+Blue) = 174+0+86=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0056 is #51FFA9. Grayscale: #3D3D3D. Windows color (decimal): -5373866 or 5636270. OLE color: 5636270.
HSL color Cylindrical-coordinate representation of color #AE0056: hue angle of 330.34º 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 #AE0056 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.51 | 0.32 |
| HSL | 330.34º | 1% | 0.34% | - |
| HSV(B) | 330.34º | 1% | 0.68% | - |
| XYZ | 19.14 | 9.67 | 9.66 | - |
| YUV | 61.83 | 141.65 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 86 | 0 | 1 | 0.51 | 0.32 | 330.34 | 1 | 0.34 |
| Hex | AE | 0 | 56 | 0 | 64 | 33 | 20 | 14A | 64 | 22 |
| Octal | 256 | 0 | 126 | 0 | 144 | 63 | 40 | 512 | 144 | 42 |
| Binary | 10101110 | 0 | 1010110 | 0 | 1100100 | 110011 | 100000 | 101001010 | 1100100 | 100010 |
Color Harmonies of #AE0056
Complementary color
Monochromatic Colors of #AE0056
Black with #AE0056
Text Example
Text Example
White with #AE0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0056; }
p { color: rgb(174,0,86); }
H1.HeaderClassName
{
color: #AE0056;
}
.AnyTagClassName
{
color: #AE0056;
}
</style>
background-color css
<style>
a { background-color: #AE0056; }
a { background-color: rgb(174,0,86); }
div.DivClassName
{
background-color: #AE0056;
}
.BgClassName
{
background-color: #AE0056;
}
</style>
border-color css
<style>
span { border-color: #AE0056; }
span { border-color: rgb(174,0,86); }
td.TdClassName
{
border-color: #AE0056;
}
.TagClassName
{
border-color: #AE0056;
}
</style>