Shades of Jazzberry Jam #AE0E63
Tints of Jazzberry Jam #AE0E63
RGB
CMYK
RGB Variations
Color information
#AE0E63 (or 0xAE0E63) is known color: Jazzberry Jam. HEX triplet: AE, 0E and 63. RGB value is (174,14,99). Sum of RGB (Red+Green+Blue) = 174+14+99=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E63 is #51F19C. Grayscale: #474747. Windows color (decimal): -5370269 or 6491822. OLE color: 6491822.
HSL color Cylindrical-coordinate representation of color #AE0E63: hue angle of 328.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0E63 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 14 | 99 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.32 |
| HSL | 328.13º | 0.85% | 0.37% | - |
| HSV(B) | 328.13º | 0.92% | 0.68% | - |
| XYZ | 19.86 | 10.21 | 12.73 | - |
| YUV | 71.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 99 | 0 | 0.92 | 0.43 | 0.32 | 328.13 | 0.85 | 0.37 |
| Hex | AE | E | 63 | 0 | 5C | 2B | 20 | 148 | 55 | 25 |
| Octal | 256 | 16 | 143 | 0 | 134 | 53 | 40 | 510 | 125 | 45 |
| Binary | 10101110 | 1110 | 1100011 | 0 | 1011100 | 101011 | 100000 | 101001000 | 1010101 | 100101 |
Color Harmonies of #AE0E63
Complementary color
Monochromatic Colors of #AE0E63
Black with #AE0E63
Text Example
Text Example
White with #AE0E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0E63; }
p { color: rgb(174,14,99); }
H1.HeaderClassName
{
color: #AE0E63;
}
.AnyTagClassName
{
color: #AE0E63;
}
</style>
background-color css
<style>
a { background-color: #AE0E63; }
a { background-color: rgb(174,14,99); }
div.DivClassName
{
background-color: #AE0E63;
}
.BgClassName
{
background-color: #AE0E63;
}
</style>
border-color css
<style>
span { border-color: #AE0E63; }
span { border-color: rgb(174,14,99); }
td.TdClassName
{
border-color: #AE0E63;
}
.TagClassName
{
border-color: #AE0E63;
}
</style>