Shades of Jazzberry Jam #AE0D73
Tints of Jazzberry Jam #AE0D73
RGB
CMYK
RGB Variations
Color information
#AE0D73 (or 0xAE0D73) is known color: Jazzberry Jam. HEX triplet: AE, 0D and 73. RGB value is (174,13,115). Sum of RGB (Red+Green+Blue) = 174+13+115=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D73 is #51F28C. Grayscale: #484848. Windows color (decimal): -5370509 or 7540142. OLE color: 7540142.
HSL color Cylindrical-coordinate representation of color #AE0D73: hue angle of 321.99º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D73 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 115 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.32 |
| HSL | 321.99º | 0.86% | 0.37% | - |
| HSV(B) | 321.99º | 0.93% | 0.68% | - |
| XYZ | 20.69 | 10.52 | 17.16 | - |
| YUV | 72.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 115 | 0 | 0.93 | 0.34 | 0.32 | 321.99 | 0.86 | 0.37 |
| Hex | AE | D | 73 | 0 | 5D | 22 | 20 | 142 | 56 | 25 |
| Octal | 256 | 15 | 163 | 0 | 135 | 42 | 40 | 502 | 126 | 45 |
| Binary | 10101110 | 1101 | 1110011 | 0 | 1011101 | 100010 | 100000 | 101000010 | 1010110 | 100101 |
Color Harmonies of #AE0D73
Complementary color
Monochromatic Colors of #AE0D73
Black with #AE0D73
Text Example
Text Example
White with #AE0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D73; }
p { color: rgb(174,13,115); }
H1.HeaderClassName
{
color: #AE0D73;
}
.AnyTagClassName
{
color: #AE0D73;
}
</style>
background-color css
<style>
a { background-color: #AE0D73; }
a { background-color: rgb(174,13,115); }
div.DivClassName
{
background-color: #AE0D73;
}
.BgClassName
{
background-color: #AE0D73;
}
</style>
border-color css
<style>
span { border-color: #AE0D73; }
span { border-color: rgb(174,13,115); }
td.TdClassName
{
border-color: #AE0D73;
}
.TagClassName
{
border-color: #AE0D73;
}
</style>