Shades of Jazzberry Jam #AE0048
Tints of Jazzberry Jam #AE0048
RGB
CMYK
RGB Variations
Color information
#AE0048 (or 0xAE0048) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 48. RGB value is (174,0,72). Sum of RGB (Red+Green+Blue) = 174+0+72=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0048 is #51FFB7. Grayscale: #3C3C3C. Windows color (decimal): -5373880 or 4718766. OLE color: 4718766.
HSL color Cylindrical-coordinate representation of color #AE0048: hue angle of 335.17º 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 #AE0048 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.59 | 0.32 |
| HSL | 335.17º | 1% | 0.34% | - |
| HSV(B) | 335.17º | 1% | 0.68% | - |
| XYZ | 18.63 | 9.47 | 6.98 | - |
| YUV | 60.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 72 | 0 | 1 | 0.59 | 0.32 | 335.17 | 1 | 0.34 |
| Hex | AE | 0 | 48 | 0 | 64 | 3B | 20 | 14F | 64 | 22 |
| Octal | 256 | 0 | 110 | 0 | 144 | 73 | 40 | 517 | 144 | 42 |
| Binary | 10101110 | 0 | 1001000 | 0 | 1100100 | 111011 | 100000 | 101001111 | 1100100 | 100010 |
Color Harmonies of #AE0048
Complementary color
Monochromatic Colors of #AE0048
Black with #AE0048
Text Example
Text Example
White with #AE0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0048; }
p { color: rgb(174,0,72); }
H1.HeaderClassName
{
color: #AE0048;
}
.AnyTagClassName
{
color: #AE0048;
}
</style>
background-color css
<style>
a { background-color: #AE0048; }
a { background-color: rgb(174,0,72); }
div.DivClassName
{
background-color: #AE0048;
}
.BgClassName
{
background-color: #AE0048;
}
</style>
border-color css
<style>
span { border-color: #AE0048; }
span { border-color: rgb(174,0,72); }
td.TdClassName
{
border-color: #AE0048;
}
.TagClassName
{
border-color: #AE0048;
}
</style>