Shades of Jazzberry Jam #AE145C
Tints of Jazzberry Jam #AE145C
RGB
CMYK
RGB Variations
Color information
#AE145C (or 0xAE145C) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 5C. RGB value is (174,20,92). Sum of RGB (Red+Green+Blue) = 174+20+92=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE145C is #51EBA3. Grayscale: #4A4A4A. Windows color (decimal): -5368740 or 6034606. OLE color: 6034606.
HSL color Cylindrical-coordinate representation of color #AE145C: hue angle of 331.95º 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 #AE145C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 92 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.32 |
| HSL | 331.95º | 0.79% | 0.38% | - |
| HSV(B) | 331.95º | 0.89% | 0.68% | - |
| XYZ | 19.64 | 10.27 | 11.07 | - |
| YUV | 74.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 92 | 0 | 0.89 | 0.47 | 0.32 | 331.95 | 0.79 | 0.38 |
| Hex | AE | 14 | 5C | 0 | 59 | 2F | 20 | 14C | 4F | 26 |
| Octal | 256 | 24 | 134 | 0 | 131 | 57 | 40 | 514 | 117 | 46 |
| Binary | 10101110 | 10100 | 1011100 | 0 | 1011001 | 101111 | 100000 | 101001100 | 1001111 | 100110 |
Color Harmonies of #AE145C
Complementary color
Monochromatic Colors of #AE145C
Black with #AE145C
Text Example
Text Example
White with #AE145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE145C; }
p { color: rgb(174,20,92); }
H1.HeaderClassName
{
color: #AE145C;
}
.AnyTagClassName
{
color: #AE145C;
}
</style>
background-color css
<style>
a { background-color: #AE145C; }
a { background-color: rgb(174,20,92); }
div.DivClassName
{
background-color: #AE145C;
}
.BgClassName
{
background-color: #AE145C;
}
</style>
border-color css
<style>
span { border-color: #AE145C; }
span { border-color: rgb(174,20,92); }
td.TdClassName
{
border-color: #AE145C;
}
.TagClassName
{
border-color: #AE145C;
}
</style>