Shades of Jazzberry Jam #AE1962
Tints of Jazzberry Jam #AE1962
RGB
CMYK
RGB Variations
Color information
#AE1962 (or 0xAE1962) is known color: Jazzberry Jam. HEX triplet: AE, 19 and 62. RGB value is (174,25,98). Sum of RGB (Red+Green+Blue) = 174+25+98=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1962 is #51E69D. Grayscale: #4D4D4D. Windows color (decimal): -5367454 or 6429102. OLE color: 6429102.
HSL color Cylindrical-coordinate representation of color #AE1962: hue angle of 330.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1962 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 25 | 98 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.32 |
| HSL | 330.6º | 0.75% | 0.39% | - |
| HSV(B) | 330.6º | 0.86% | 0.68% | - |
| XYZ | 20.01 | 10.58 | 12.54 | - |
| YUV | 77.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 25 | 98 | 0 | 0.86 | 0.44 | 0.32 | 330.6 | 0.75 | 0.39 |
| Hex | AE | 19 | 62 | 0 | 56 | 2C | 20 | 14B | 4B | 27 |
| Octal | 256 | 31 | 142 | 0 | 126 | 54 | 40 | 513 | 113 | 47 |
| Binary | 10101110 | 11001 | 1100010 | 0 | 1010110 | 101100 | 100000 | 101001011 | 1001011 | 100111 |
Color Harmonies of #AE1962
Complementary color
Monochromatic Colors of #AE1962
Black with #AE1962
Text Example
Text Example
White with #AE1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1962; }
p { color: rgb(174,25,98); }
H1.HeaderClassName
{
color: #AE1962;
}
.AnyTagClassName
{
color: #AE1962;
}
</style>
background-color css
<style>
a { background-color: #AE1962; }
a { background-color: rgb(174,25,98); }
div.DivClassName
{
background-color: #AE1962;
}
.BgClassName
{
background-color: #AE1962;
}
</style>
border-color css
<style>
span { border-color: #AE1962; }
span { border-color: rgb(174,25,98); }
td.TdClassName
{
border-color: #AE1962;
}
.TagClassName
{
border-color: #AE1962;
}
</style>