Shades of Jazzberry Jam #AE0773
Tints of Jazzberry Jam #AE0773
RGB
CMYK
RGB Variations
Color information
#AE0773 (or 0xAE0773) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 73. RGB value is (174,7,115). Sum of RGB (Red+Green+Blue) = 174+7+115=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0773 is #51F88C. Grayscale: #444444. Windows color (decimal): -5372045 or 7538606. OLE color: 7538606.
HSL color Cylindrical-coordinate representation of color #AE0773: hue angle of 321.2º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0773 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.32 |
| HSL | 321.2º | 0.92% | 0.35% | - |
| HSV(B) | 321.2º | 0.96% | 0.68% | - |
| XYZ | 20.63 | 10.39 | 17.14 | - |
| YUV | 69.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 115 | 0 | 0.96 | 0.34 | 0.32 | 321.2 | 0.92 | 0.35 |
| Hex | AE | 7 | 73 | 0 | 60 | 22 | 20 | 141 | 5C | 23 |
| Octal | 256 | 7 | 163 | 0 | 140 | 42 | 40 | 501 | 134 | 43 |
| Binary | 10101110 | 111 | 1110011 | 0 | 1100000 | 100010 | 100000 | 101000001 | 1011100 | 100011 |
Color Harmonies of #AE0773
Complementary color
Monochromatic Colors of #AE0773
Black with #AE0773
Text Example
Text Example
White with #AE0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0773; }
p { color: rgb(174,7,115); }
H1.HeaderClassName
{
color: #AE0773;
}
.AnyTagClassName
{
color: #AE0773;
}
</style>
background-color css
<style>
a { background-color: #AE0773; }
a { background-color: rgb(174,7,115); }
div.DivClassName
{
background-color: #AE0773;
}
.BgClassName
{
background-color: #AE0773;
}
</style>
border-color css
<style>
span { border-color: #AE0773; }
span { border-color: rgb(174,7,115); }
td.TdClassName
{
border-color: #AE0773;
}
.TagClassName
{
border-color: #AE0773;
}
</style>