Shades of Jazzberry Jam #AE1263
Tints of Jazzberry Jam #AE1263
RGB
CMYK
RGB Variations
Color information
#AE1263 (or 0xAE1263) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 63. RGB value is (174,18,99). Sum of RGB (Red+Green+Blue) = 174+18+99=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1263 is #51ED9C. Grayscale: #494949. Windows color (decimal): -5369245 or 6492846. OLE color: 6492846.
HSL color Cylindrical-coordinate representation of color #AE1263: hue angle of 328.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1263 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 99 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.32 |
| HSL | 328.85º | 0.81% | 0.38% | - |
| HSV(B) | 328.85º | 0.9% | 0.68% | - |
| XYZ | 19.92 | 10.33 | 12.75 | - |
| YUV | 73.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 99 | 0 | 0.90 | 0.43 | 0.32 | 328.85 | 0.81 | 0.38 |
| Hex | AE | 12 | 63 | 0 | 5A | 2B | 20 | 149 | 51 | 26 |
| Octal | 256 | 22 | 143 | 0 | 132 | 53 | 40 | 511 | 121 | 46 |
| Binary | 10101110 | 10010 | 1100011 | 0 | 1011010 | 101011 | 100000 | 101001001 | 1010001 | 100110 |
Color Harmonies of #AE1263
Complementary color
Monochromatic Colors of #AE1263
Black with #AE1263
Text Example
Text Example
White with #AE1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1263; }
p { color: rgb(174,18,99); }
H1.HeaderClassName
{
color: #AE1263;
}
.AnyTagClassName
{
color: #AE1263;
}
</style>
background-color css
<style>
a { background-color: #AE1263; }
a { background-color: rgb(174,18,99); }
div.DivClassName
{
background-color: #AE1263;
}
.BgClassName
{
background-color: #AE1263;
}
</style>
border-color css
<style>
span { border-color: #AE1263; }
span { border-color: rgb(174,18,99); }
td.TdClassName
{
border-color: #AE1263;
}
.TagClassName
{
border-color: #AE1263;
}
</style>