Shades of Jazzberry Jam #AF1359
Tints of Jazzberry Jam #AF1359
RGB
CMYK
RGB Variations
Color information
#AF1359 (or 0xAF1359) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 59. RGB value is (175,19,89). Sum of RGB (Red+Green+Blue) = 175+19+89=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1359 is #50ECA6. Grayscale: #494949. Windows color (decimal): -5303463 or 5837743. OLE color: 5837743.
HSL color Cylindrical-coordinate representation of color #AF1359: hue angle of 333.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1359 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 89 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.31 |
| HSL | 333.08º | 0.8% | 0.38% | - |
| HSV(B) | 333.08º | 0.89% | 0.69% | - |
| XYZ | 19.72 | 10.3 | 10.4 | - |
| YUV | 73.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 89 | 0 | 0.89 | 0.49 | 0.31 | 333.08 | 0.8 | 0.38 |
| Hex | AF | 13 | 59 | 0 | 59 | 31 | 1F | 14D | 50 | 26 |
| Octal | 257 | 23 | 131 | 0 | 131 | 61 | 37 | 515 | 120 | 46 |
| Binary | 10101111 | 10011 | 1011001 | 0 | 1011001 | 110001 | 11111 | 101001101 | 1010000 | 100110 |
Color Harmonies of #AF1359
Complementary color
Monochromatic Colors of #AF1359
Black with #AF1359
Text Example
Text Example
White with #AF1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1359; }
p { color: rgb(175,19,89); }
H1.HeaderClassName
{
color: #AF1359;
}
.AnyTagClassName
{
color: #AF1359;
}
</style>
background-color css
<style>
a { background-color: #AF1359; }
a { background-color: rgb(175,19,89); }
div.DivClassName
{
background-color: #AF1359;
}
.BgClassName
{
background-color: #AF1359;
}
</style>
border-color css
<style>
span { border-color: #AF1359; }
span { border-color: rgb(175,19,89); }
td.TdClassName
{
border-color: #AF1359;
}
.TagClassName
{
border-color: #AF1359;
}
</style>