Shades of Jazzberry Jam #AE0873
Tints of Jazzberry Jam #AE0873
RGB
CMYK
RGB Variations
Color information
#AE0873 (or 0xAE0873) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 73. RGB value is (174,8,115). Sum of RGB (Red+Green+Blue) = 174+8+115=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0873 is #51F78C. Grayscale: #454545. Windows color (decimal): -5371789 or 7538862. OLE color: 7538862.
HSL color Cylindrical-coordinate representation of color #AE0873: hue angle of 321.33º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0873 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 115 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.32 |
| HSL | 321.33º | 0.91% | 0.36% | - |
| HSV(B) | 321.33º | 0.95% | 0.68% | - |
| XYZ | 20.64 | 10.41 | 17.14 | - |
| YUV | 69.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 115 | 0 | 0.95 | 0.34 | 0.32 | 321.33 | 0.91 | 0.36 |
| Hex | AE | 8 | 73 | 0 | 5F | 22 | 20 | 141 | 5B | 24 |
| Octal | 256 | 10 | 163 | 0 | 137 | 42 | 40 | 501 | 133 | 44 |
| Binary | 10101110 | 1000 | 1110011 | 0 | 1011111 | 100010 | 100000 | 101000001 | 1011011 | 100100 |
Color Harmonies of #AE0873
Complementary color
Monochromatic Colors of #AE0873
Black with #AE0873
Text Example
Text Example
White with #AE0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0873; }
p { color: rgb(174,8,115); }
H1.HeaderClassName
{
color: #AE0873;
}
.AnyTagClassName
{
color: #AE0873;
}
</style>
background-color css
<style>
a { background-color: #AE0873; }
a { background-color: rgb(174,8,115); }
div.DivClassName
{
background-color: #AE0873;
}
.BgClassName
{
background-color: #AE0873;
}
</style>
border-color css
<style>
span { border-color: #AE0873; }
span { border-color: rgb(174,8,115); }
td.TdClassName
{
border-color: #AE0873;
}
.TagClassName
{
border-color: #AE0873;
}
</style>