Shades of Jazzberry Jam #AE024C
Tints of Jazzberry Jam #AE024C
RGB
CMYK
RGB Variations
Color information
#AE024C (or 0xAE024C) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 4C. RGB value is (174,2,76). Sum of RGB (Red+Green+Blue) = 174+2+76=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE024C is #51FDB3. Grayscale: #3D3D3D. Windows color (decimal): -5373364 or 4981422. OLE color: 4981422.
HSL color Cylindrical-coordinate representation of color #AE024C: hue angle of 334.19º 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 #AE024C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.32 |
| HSL | 334.19º | 0.98% | 0.35% | - |
| HSV(B) | 334.19º | 0.99% | 0.68% | - |
| XYZ | 18.78 | 9.56 | 7.69 | - |
| YUV | 61.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 76 | 0 | 0.99 | 0.56 | 0.32 | 334.19 | 0.98 | 0.35 |
| Hex | AE | 2 | 4C | 0 | 63 | 38 | 20 | 14E | 62 | 23 |
| Octal | 256 | 2 | 114 | 0 | 143 | 70 | 40 | 516 | 142 | 43 |
| Binary | 10101110 | 10 | 1001100 | 0 | 1100011 | 111000 | 100000 | 101001110 | 1100010 | 100011 |
Color Harmonies of #AE024C
Complementary color
Monochromatic Colors of #AE024C
Black with #AE024C
Text Example
Text Example
White with #AE024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE024C; }
p { color: rgb(174,2,76); }
H1.HeaderClassName
{
color: #AE024C;
}
.AnyTagClassName
{
color: #AE024C;
}
</style>
background-color css
<style>
a { background-color: #AE024C; }
a { background-color: rgb(174,2,76); }
div.DivClassName
{
background-color: #AE024C;
}
.BgClassName
{
background-color: #AE024C;
}
</style>
border-color css
<style>
span { border-color: #AE024C; }
span { border-color: rgb(174,2,76); }
td.TdClassName
{
border-color: #AE024C;
}
.TagClassName
{
border-color: #AE024C;
}
</style>