Shades of Jazzberry Jam #AE1C74
Tints of Jazzberry Jam #AE1C74
RGB
CMYK
RGB Variations
Color information
#AE1C74 (or 0xAE1C74) is known color: Jazzberry Jam. HEX triplet: AE, 1C and 74. RGB value is (174,28,116). Sum of RGB (Red+Green+Blue) = 174+28+116=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C74 is #51E38B. Grayscale: #515151. Windows color (decimal): -5366668 or 7609518. OLE color: 7609518.
HSL color Cylindrical-coordinate representation of color #AE1C74: hue angle of 323.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C74 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 116 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.32 |
| HSL | 323.84º | 0.72% | 0.4% | - |
| HSV(B) | 323.84º | 0.84% | 0.68% | - |
| XYZ | 21.02 | 11.09 | 17.56 | - |
| YUV | 81.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 116 | 0 | 0.84 | 0.33 | 0.32 | 323.84 | 0.72 | 0.4 |
| Hex | AE | 1C | 74 | 0 | 54 | 21 | 20 | 144 | 48 | 28 |
| Octal | 256 | 34 | 164 | 0 | 124 | 41 | 40 | 504 | 110 | 50 |
| Binary | 10101110 | 11100 | 1110100 | 0 | 1010100 | 100001 | 100000 | 101000100 | 1001000 | 101000 |
Color Harmonies of #AE1C74
Complementary color
Monochromatic Colors of #AE1C74
Black with #AE1C74
Text Example
Text Example
White with #AE1C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1C74; }
p { color: rgb(174,28,116); }
H1.HeaderClassName
{
color: #AE1C74;
}
.AnyTagClassName
{
color: #AE1C74;
}
</style>
background-color css
<style>
a { background-color: #AE1C74; }
a { background-color: rgb(174,28,116); }
div.DivClassName
{
background-color: #AE1C74;
}
.BgClassName
{
background-color: #AE1C74;
}
</style>
border-color css
<style>
span { border-color: #AE1C74; }
span { border-color: rgb(174,28,116); }
td.TdClassName
{
border-color: #AE1C74;
}
.TagClassName
{
border-color: #AE1C74;
}
</style>