Shades of Jazzberry Jam #AF1249
Tints of Jazzberry Jam #AF1249
RGB
CMYK
RGB Variations
Color information
#AF1249 (or 0xAF1249) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 49. RGB value is (175,18,73). Sum of RGB (Red+Green+Blue) = 175+18+73=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1249 is #50EDB6. Grayscale: #474747. Windows color (decimal): -5303735 or 4788911. OLE color: 4788911.
HSL color Cylindrical-coordinate representation of color #AF1249: hue angle of 338.98º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1249 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 73 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.31 |
| HSL | 338.98º | 0.81% | 0.38% | - |
| HSV(B) | 338.98º | 0.9% | 0.69% | - |
| XYZ | 19.1 | 10.03 | 7.23 | - |
| YUV | 71.21 | 129.01 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 73 | 0 | 0.90 | 0.58 | 0.31 | 338.98 | 0.81 | 0.38 |
| Hex | AF | 12 | 49 | 0 | 5A | 3A | 1F | 153 | 51 | 26 |
| Octal | 257 | 22 | 111 | 0 | 132 | 72 | 37 | 523 | 121 | 46 |
| Binary | 10101111 | 10010 | 1001001 | 0 | 1011010 | 111010 | 11111 | 101010011 | 1010001 | 100110 |
Color Harmonies of #AF1249
Complementary color
Monochromatic Colors of #AF1249
Black with #AF1249
Text Example
Text Example
White with #AF1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1249; }
p { color: rgb(175,18,73); }
H1.HeaderClassName
{
color: #AF1249;
}
.AnyTagClassName
{
color: #AF1249;
}
</style>
background-color css
<style>
a { background-color: #AF1249; }
a { background-color: rgb(175,18,73); }
div.DivClassName
{
background-color: #AF1249;
}
.BgClassName
{
background-color: #AF1249;
}
</style>
border-color css
<style>
span { border-color: #AF1249; }
span { border-color: rgb(175,18,73); }
td.TdClassName
{
border-color: #AF1249;
}
.TagClassName
{
border-color: #AF1249;
}
</style>