Shades of Jazzberry Jam #AE215C
Tints of Jazzberry Jam #AE215C
RGB
CMYK
RGB Variations
Color information
#AE215C (or 0xAE215C) is known color: Jazzberry Jam. HEX triplet: AE, 21 and 5C. RGB value is (174,33,92). Sum of RGB (Red+Green+Blue) = 174+33+92=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE215C is #51DEA3. Grayscale: #515151. Windows color (decimal): -5365412 or 6037934. OLE color: 6037934.
HSL color Cylindrical-coordinate representation of color #AE215C: hue angle of 334.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE215C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 92 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.32 |
| HSL | 334.89º | 0.68% | 0.41% | - |
| HSV(B) | 334.89º | 0.81% | 0.68% | - |
| XYZ | 19.93 | 10.86 | 11.17 | - |
| YUV | 81.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 92 | 0 | 0.81 | 0.47 | 0.32 | 334.89 | 0.68 | 0.41 |
| Hex | AE | 21 | 5C | 0 | 51 | 2F | 20 | 14F | 44 | 29 |
| Octal | 256 | 41 | 134 | 0 | 121 | 57 | 40 | 517 | 104 | 51 |
| Binary | 10101110 | 100001 | 1011100 | 0 | 1010001 | 101111 | 100000 | 101001111 | 1000100 | 101001 |
Color Harmonies of #AE215C
Complementary color
Monochromatic Colors of #AE215C
Black with #AE215C
Text Example
Text Example
White with #AE215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE215C; }
p { color: rgb(174,33,92); }
H1.HeaderClassName
{
color: #AE215C;
}
.AnyTagClassName
{
color: #AE215C;
}
</style>
background-color css
<style>
a { background-color: #AE215C; }
a { background-color: rgb(174,33,92); }
div.DivClassName
{
background-color: #AE215C;
}
.BgClassName
{
background-color: #AE215C;
}
</style>
border-color css
<style>
span { border-color: #AE215C; }
span { border-color: rgb(174,33,92); }
td.TdClassName
{
border-color: #AE215C;
}
.TagClassName
{
border-color: #AE215C;
}
</style>