Shades of Jazzberry Jam #AE174D
Tints of Jazzberry Jam #AE174D
RGB
CMYK
RGB Variations
Color information
#AE174D (or 0xAE174D) is known color: Jazzberry Jam. HEX triplet: AE, 17 and 4D. RGB value is (174,23,77). Sum of RGB (Red+Green+Blue) = 174+23+77=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE174D is #51E8B2. Grayscale: #4A4A4A. Windows color (decimal): -5367987 or 5052334. OLE color: 5052334.
HSL color Cylindrical-coordinate representation of color #AE174D: hue angle of 338.54º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE174D is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 23 | 77 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.32 |
| HSL | 338.54º | 0.77% | 0.39% | - |
| HSV(B) | 338.54º | 0.87% | 0.68% | - |
| XYZ | 19.1 | 10.15 | 7.97 | - |
| YUV | 74.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 23 | 77 | 0 | 0.87 | 0.56 | 0.32 | 338.54 | 0.77 | 0.39 |
| Hex | AE | 17 | 4D | 0 | 57 | 38 | 20 | 153 | 4D | 27 |
| Octal | 256 | 27 | 115 | 0 | 127 | 70 | 40 | 523 | 115 | 47 |
| Binary | 10101110 | 10111 | 1001101 | 0 | 1010111 | 111000 | 100000 | 101010011 | 1001101 | 100111 |
Color Harmonies of #AE174D
Complementary color
Monochromatic Colors of #AE174D
Black with #AE174D
Text Example
Text Example
White with #AE174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE174D; }
p { color: rgb(174,23,77); }
H1.HeaderClassName
{
color: #AE174D;
}
.AnyTagClassName
{
color: #AE174D;
}
</style>
background-color css
<style>
a { background-color: #AE174D; }
a { background-color: rgb(174,23,77); }
div.DivClassName
{
background-color: #AE174D;
}
.BgClassName
{
background-color: #AE174D;
}
</style>
border-color css
<style>
span { border-color: #AE174D; }
span { border-color: rgb(174,23,77); }
td.TdClassName
{
border-color: #AE174D;
}
.TagClassName
{
border-color: #AE174D;
}
</style>