Shades of Jazzberry Jam #AE074D
Tints of Jazzberry Jam #AE074D
RGB
CMYK
RGB Variations
Color information
#AE074D (or 0xAE074D) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 4D. RGB value is (174,7,77). Sum of RGB (Red+Green+Blue) = 174+7+77=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE074D is #51F8B2. Grayscale: #404040. Windows color (decimal): -5372083 or 5048238. OLE color: 5048238.
HSL color Cylindrical-coordinate representation of color #AE074D: hue angle of 334.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE074D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.32 |
| HSL | 334.85º | 0.92% | 0.35% | - |
| HSV(B) | 334.85º | 0.96% | 0.68% | - |
| XYZ | 18.87 | 9.69 | 7.9 | - |
| YUV | 64.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 77 | 0 | 0.96 | 0.56 | 0.32 | 334.85 | 0.92 | 0.35 |
| Hex | AE | 7 | 4D | 0 | 60 | 38 | 20 | 14F | 5C | 23 |
| Octal | 256 | 7 | 115 | 0 | 140 | 70 | 40 | 517 | 134 | 43 |
| Binary | 10101110 | 111 | 1001101 | 0 | 1100000 | 111000 | 100000 | 101001111 | 1011100 | 100011 |
Color Harmonies of #AE074D
Complementary color
Monochromatic Colors of #AE074D
Black with #AE074D
Text Example
Text Example
White with #AE074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE074D; }
p { color: rgb(174,7,77); }
H1.HeaderClassName
{
color: #AE074D;
}
.AnyTagClassName
{
color: #AE074D;
}
</style>
background-color css
<style>
a { background-color: #AE074D; }
a { background-color: rgb(174,7,77); }
div.DivClassName
{
background-color: #AE074D;
}
.BgClassName
{
background-color: #AE074D;
}
</style>
border-color css
<style>
span { border-color: #AE074D; }
span { border-color: rgb(174,7,77); }
td.TdClassName
{
border-color: #AE074D;
}
.TagClassName
{
border-color: #AE074D;
}
</style>