Shades of Jazzberry Jam #AE0F77
Tints of Jazzberry Jam #AE0F77
RGB
CMYK
RGB Variations
Color information
#AE0F77 (or 0xAE0F77) is known color: Jazzberry Jam. HEX triplet: AE, 0F and 77. RGB value is (174,15,119). Sum of RGB (Red+Green+Blue) = 174+15+119=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F77 is #51F088. Grayscale: #4A4A4A. Windows color (decimal): -5369993 or 7802798. OLE color: 7802798.
HSL color Cylindrical-coordinate representation of color #AE0F77: hue angle of 320.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F77 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 119 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.32 |
| HSL | 320.75º | 0.84% | 0.37% | - |
| HSV(B) | 320.75º | 0.91% | 0.68% | - |
| XYZ | 20.96 | 10.67 | 18.41 | - |
| YUV | 74.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 119 | 0 | 0.91 | 0.32 | 0.32 | 320.75 | 0.84 | 0.37 |
| Hex | AE | F | 77 | 0 | 5B | 20 | 20 | 141 | 54 | 25 |
| Octal | 256 | 17 | 167 | 0 | 133 | 40 | 40 | 501 | 124 | 45 |
| Binary | 10101110 | 1111 | 1110111 | 0 | 1011011 | 100000 | 100000 | 101000001 | 1010100 | 100101 |
Color Harmonies of #AE0F77
Complementary color
Monochromatic Colors of #AE0F77
Black with #AE0F77
Text Example
Text Example
White with #AE0F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F77; }
p { color: rgb(174,15,119); }
H1.HeaderClassName
{
color: #AE0F77;
}
.AnyTagClassName
{
color: #AE0F77;
}
</style>
background-color css
<style>
a { background-color: #AE0F77; }
a { background-color: rgb(174,15,119); }
div.DivClassName
{
background-color: #AE0F77;
}
.BgClassName
{
background-color: #AE0F77;
}
</style>
border-color css
<style>
span { border-color: #AE0F77; }
span { border-color: rgb(174,15,119); }
td.TdClassName
{
border-color: #AE0F77;
}
.TagClassName
{
border-color: #AE0F77;
}
</style>