Shades of Jazzberry Jam #AE1154
Tints of Jazzberry Jam #AE1154
RGB
CMYK
RGB Variations
Color information
#AE1154 (or 0xAE1154) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 54. RGB value is (174,17,84). Sum of RGB (Red+Green+Blue) = 174+17+84=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1154 is #51EEAB. Grayscale: #474747. Windows color (decimal): -5369516 or 5509550. OLE color: 5509550.
HSL color Cylindrical-coordinate representation of color #AE1154: hue angle of 334.39º 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 #AE1154 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 84 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.32 |
| HSL | 334.39º | 0.82% | 0.37% | - |
| HSV(B) | 334.39º | 0.9% | 0.68% | - |
| XYZ | 19.26 | 10.04 | 9.31 | - |
| YUV | 71.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 84 | 0 | 0.90 | 0.52 | 0.32 | 334.39 | 0.82 | 0.37 |
| Hex | AE | 11 | 54 | 0 | 5A | 34 | 20 | 14E | 52 | 25 |
| Octal | 256 | 21 | 124 | 0 | 132 | 64 | 40 | 516 | 122 | 45 |
| Binary | 10101110 | 10001 | 1010100 | 0 | 1011010 | 110100 | 100000 | 101001110 | 1010010 | 100101 |
Color Harmonies of #AE1154
Complementary color
Monochromatic Colors of #AE1154
Black with #AE1154
Text Example
Text Example
White with #AE1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1154; }
p { color: rgb(174,17,84); }
H1.HeaderClassName
{
color: #AE1154;
}
.AnyTagClassName
{
color: #AE1154;
}
</style>
background-color css
<style>
a { background-color: #AE1154; }
a { background-color: rgb(174,17,84); }
div.DivClassName
{
background-color: #AE1154;
}
.BgClassName
{
background-color: #AE1154;
}
</style>
border-color css
<style>
span { border-color: #AE1154; }
span { border-color: rgb(174,17,84); }
td.TdClassName
{
border-color: #AE1154;
}
.TagClassName
{
border-color: #AE1154;
}
</style>