Shades of Jazzberry Jam #AF1356
Tints of Jazzberry Jam #AF1356
RGB
CMYK
RGB Variations
Color information
#AF1356 (or 0xAF1356) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 56. RGB value is (175,19,86). Sum of RGB (Red+Green+Blue) = 175+19+86=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1356 is #50ECA9. Grayscale: #494949. Windows color (decimal): -5303466 or 5641135. OLE color: 5641135.
HSL color Cylindrical-coordinate representation of color #AF1356: hue angle of 334.23º 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 #AF1356 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 86 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.31 |
| HSL | 334.23º | 0.8% | 0.38% | - |
| HSV(B) | 334.23º | 0.89% | 0.69% | - |
| XYZ | 19.59 | 10.25 | 9.75 | - |
| YUV | 73.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 86 | 0 | 0.89 | 0.51 | 0.31 | 334.23 | 0.8 | 0.38 |
| Hex | AF | 13 | 56 | 0 | 59 | 33 | 1F | 14E | 50 | 26 |
| Octal | 257 | 23 | 126 | 0 | 131 | 63 | 37 | 516 | 120 | 46 |
| Binary | 10101111 | 10011 | 1010110 | 0 | 1011001 | 110011 | 11111 | 101001110 | 1010000 | 100110 |
Color Harmonies of #AF1356
Complementary color
Monochromatic Colors of #AF1356
Black with #AF1356
Text Example
Text Example
White with #AF1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1356; }
p { color: rgb(175,19,86); }
H1.HeaderClassName
{
color: #AF1356;
}
.AnyTagClassName
{
color: #AF1356;
}
</style>
background-color css
<style>
a { background-color: #AF1356; }
a { background-color: rgb(175,19,86); }
div.DivClassName
{
background-color: #AF1356;
}
.BgClassName
{
background-color: #AF1356;
}
</style>
border-color css
<style>
span { border-color: #AF1356; }
span { border-color: rgb(175,19,86); }
td.TdClassName
{
border-color: #AF1356;
}
.TagClassName
{
border-color: #AF1356;
}
</style>