Shades of Jazzberry Jam #AE0C45
Tints of Jazzberry Jam #AE0C45
RGB
CMYK
RGB Variations
Color information
#AE0C45 (or 0xAE0C45) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 45. RGB value is (174,12,69). Sum of RGB (Red+Green+Blue) = 174+12+69=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C45 is #51F3BA. Grayscale: #424242. Windows color (decimal): -5370811 or 4525230. OLE color: 4525230.
HSL color Cylindrical-coordinate representation of color #AE0C45: hue angle of 338.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C45 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 69 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.32 |
| HSL | 338.89º | 0.87% | 0.36% | - |
| HSV(B) | 338.89º | 0.93% | 0.68% | - |
| XYZ | 18.66 | 9.69 | 6.52 | - |
| YUV | 66.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 69 | 0 | 0.93 | 0.60 | 0.32 | 338.89 | 0.87 | 0.36 |
| Hex | AE | C | 45 | 0 | 5D | 3C | 20 | 153 | 57 | 24 |
| Octal | 256 | 14 | 105 | 0 | 135 | 74 | 40 | 523 | 127 | 44 |
| Binary | 10101110 | 1100 | 1000101 | 0 | 1011101 | 111100 | 100000 | 101010011 | 1010111 | 100100 |
Color Harmonies of #AE0C45
Complementary color
Monochromatic Colors of #AE0C45
Black with #AE0C45
Text Example
Text Example
White with #AE0C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C45; }
p { color: rgb(174,12,69); }
H1.HeaderClassName
{
color: #AE0C45;
}
.AnyTagClassName
{
color: #AE0C45;
}
</style>
background-color css
<style>
a { background-color: #AE0C45; }
a { background-color: rgb(174,12,69); }
div.DivClassName
{
background-color: #AE0C45;
}
.BgClassName
{
background-color: #AE0C45;
}
</style>
border-color css
<style>
span { border-color: #AE0C45; }
span { border-color: rgb(174,12,69); }
td.TdClassName
{
border-color: #AE0C45;
}
.TagClassName
{
border-color: #AE0C45;
}
</style>