Shades of Jazzberry Jam #AE1173
Tints of Jazzberry Jam #AE1173
RGB
CMYK
RGB Variations
Color information
#AE1173 (or 0xAE1173) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 73. RGB value is (174,17,115). Sum of RGB (Red+Green+Blue) = 174+17+115=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1173 is #51EE8C. Grayscale: #4A4A4A. Windows color (decimal): -5369485 or 7541166. OLE color: 7541166.
HSL color Cylindrical-coordinate representation of color #AE1173: hue angle of 322.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1173 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 115 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.32 |
| HSL | 322.55º | 0.82% | 0.37% | - |
| HSV(B) | 322.55º | 0.9% | 0.68% | - |
| XYZ | 20.75 | 10.64 | 17.18 | - |
| YUV | 75.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 115 | 0 | 0.90 | 0.34 | 0.32 | 322.55 | 0.82 | 0.37 |
| Hex | AE | 11 | 73 | 0 | 5A | 22 | 20 | 143 | 52 | 25 |
| Octal | 256 | 21 | 163 | 0 | 132 | 42 | 40 | 503 | 122 | 45 |
| Binary | 10101110 | 10001 | 1110011 | 0 | 1011010 | 100010 | 100000 | 101000011 | 1010010 | 100101 |
Color Harmonies of #AE1173
Complementary color
Monochromatic Colors of #AE1173
Black with #AE1173
Text Example
Text Example
White with #AE1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1173; }
p { color: rgb(174,17,115); }
H1.HeaderClassName
{
color: #AE1173;
}
.AnyTagClassName
{
color: #AE1173;
}
</style>
background-color css
<style>
a { background-color: #AE1173; }
a { background-color: rgb(174,17,115); }
div.DivClassName
{
background-color: #AE1173;
}
.BgClassName
{
background-color: #AE1173;
}
</style>
border-color css
<style>
span { border-color: #AE1173; }
span { border-color: rgb(174,17,115); }
td.TdClassName
{
border-color: #AE1173;
}
.TagClassName
{
border-color: #AE1173;
}
</style>