Shades of Jazzberry Jam #AE1473
Tints of Jazzberry Jam #AE1473
RGB
CMYK
RGB Variations
Color information
#AE1473 (or 0xAE1473) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 73. RGB value is (174,20,115). Sum of RGB (Red+Green+Blue) = 174+20+115=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1473 is #51EB8C. Grayscale: #4C4C4C. Windows color (decimal): -5368717 or 7541934. OLE color: 7541934.
HSL color Cylindrical-coordinate representation of color #AE1473: hue angle of 322.99º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1473 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 115 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.32 |
| HSL | 322.99º | 0.79% | 0.38% | - |
| HSV(B) | 322.99º | 0.89% | 0.68% | - |
| XYZ | 20.8 | 10.74 | 17.2 | - |
| YUV | 76.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 115 | 0 | 0.89 | 0.34 | 0.32 | 322.99 | 0.79 | 0.38 |
| Hex | AE | 14 | 73 | 0 | 59 | 22 | 20 | 143 | 4F | 26 |
| Octal | 256 | 24 | 163 | 0 | 131 | 42 | 40 | 503 | 117 | 46 |
| Binary | 10101110 | 10100 | 1110011 | 0 | 1011001 | 100010 | 100000 | 101000011 | 1001111 | 100110 |
Color Harmonies of #AE1473
Complementary color
Monochromatic Colors of #AE1473
Black with #AE1473
Text Example
Text Example
White with #AE1473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1473; }
p { color: rgb(174,20,115); }
H1.HeaderClassName
{
color: #AE1473;
}
.AnyTagClassName
{
color: #AE1473;
}
</style>
background-color css
<style>
a { background-color: #AE1473; }
a { background-color: rgb(174,20,115); }
div.DivClassName
{
background-color: #AE1473;
}
.BgClassName
{
background-color: #AE1473;
}
</style>
border-color css
<style>
span { border-color: #AE1473; }
span { border-color: rgb(174,20,115); }
td.TdClassName
{
border-color: #AE1473;
}
.TagClassName
{
border-color: #AE1473;
}
</style>