Shades of Jazzberry Jam #AE0254
Tints of Jazzberry Jam #AE0254
RGB
CMYK
RGB Variations
Color information
#AE0254 (or 0xAE0254) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 54. RGB value is (174,2,84). Sum of RGB (Red+Green+Blue) = 174+2+84=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0254 is #51FDAB. Grayscale: #3E3E3E. Windows color (decimal): -5373356 or 5505710. OLE color: 5505710.
HSL color Cylindrical-coordinate representation of color #AE0254: hue angle of 331.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0254 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.32 |
| HSL | 331.4º | 0.98% | 0.35% | - |
| HSV(B) | 331.4º | 0.99% | 0.68% | - |
| XYZ | 19.08 | 9.68 | 9.25 | - |
| YUV | 62.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 84 | 0 | 0.99 | 0.52 | 0.32 | 331.4 | 0.98 | 0.35 |
| Hex | AE | 2 | 54 | 0 | 63 | 34 | 20 | 14B | 62 | 23 |
| Octal | 256 | 2 | 124 | 0 | 143 | 64 | 40 | 513 | 142 | 43 |
| Binary | 10101110 | 10 | 1010100 | 0 | 1100011 | 110100 | 100000 | 101001011 | 1100010 | 100011 |
Color Harmonies of #AE0254
Complementary color
Monochromatic Colors of #AE0254
Black with #AE0254
Text Example
Text Example
White with #AE0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0254; }
p { color: rgb(174,2,84); }
H1.HeaderClassName
{
color: #AE0254;
}
.AnyTagClassName
{
color: #AE0254;
}
</style>
background-color css
<style>
a { background-color: #AE0254; }
a { background-color: rgb(174,2,84); }
div.DivClassName
{
background-color: #AE0254;
}
.BgClassName
{
background-color: #AE0254;
}
</style>
border-color css
<style>
span { border-color: #AE0254; }
span { border-color: rgb(174,2,84); }
td.TdClassName
{
border-color: #AE0254;
}
.TagClassName
{
border-color: #AE0254;
}
</style>