Shades of Jazzberry Jam #AE0148
Tints of Jazzberry Jam #AE0148
RGB
CMYK
RGB Variations
Color information
#AE0148 (or 0xAE0148) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 48. RGB value is (174,1,72). Sum of RGB (Red+Green+Blue) = 174+1+72=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0148 is #51FEB7. Grayscale: #3C3C3C. Windows color (decimal): -5373624 or 4719022. OLE color: 4719022.
HSL color Cylindrical-coordinate representation of color #AE0148: hue angle of 335.38º 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 #AE0148 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.32 |
| HSL | 335.38º | 0.99% | 0.34% | - |
| HSV(B) | 335.38º | 0.99% | 0.68% | - |
| XYZ | 18.64 | 9.49 | 6.98 | - |
| YUV | 60.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 72 | 0 | 0.99 | 0.59 | 0.32 | 335.38 | 0.99 | 0.34 |
| Hex | AE | 1 | 48 | 0 | 63 | 3B | 20 | 14F | 63 | 22 |
| Octal | 256 | 1 | 110 | 0 | 143 | 73 | 40 | 517 | 143 | 42 |
| Binary | 10101110 | 1 | 1001000 | 0 | 1100011 | 111011 | 100000 | 101001111 | 1100011 | 100010 |
Color Harmonies of #AE0148
Complementary color
Monochromatic Colors of #AE0148
Black with #AE0148
Text Example
Text Example
White with #AE0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0148; }
p { color: rgb(174,1,72); }
H1.HeaderClassName
{
color: #AE0148;
}
.AnyTagClassName
{
color: #AE0148;
}
</style>
background-color css
<style>
a { background-color: #AE0148; }
a { background-color: rgb(174,1,72); }
div.DivClassName
{
background-color: #AE0148;
}
.BgClassName
{
background-color: #AE0148;
}
</style>
border-color css
<style>
span { border-color: #AE0148; }
span { border-color: rgb(174,1,72); }
td.TdClassName
{
border-color: #AE0148;
}
.TagClassName
{
border-color: #AE0148;
}
</style>