Shades of Jazzberry Jam #AF1656
Tints of Jazzberry Jam #AF1656
RGB
CMYK
RGB Variations
Color information
#AF1656 (or 0xAF1656) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 56. RGB value is (175,22,86). Sum of RGB (Red+Green+Blue) = 175+22+86=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1656 is #50E9A9. Grayscale: #4A4A4A. Windows color (decimal): -5302698 or 5641903. OLE color: 5641903.
HSL color Cylindrical-coordinate representation of color #AF1656: hue angle of 334.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1656 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 86 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.31 |
| HSL | 334.9º | 0.78% | 0.39% | - |
| HSV(B) | 334.9º | 0.87% | 0.69% | - |
| XYZ | 19.65 | 10.36 | 9.77 | - |
| YUV | 75.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 86 | 0 | 0.87 | 0.51 | 0.31 | 334.9 | 0.78 | 0.39 |
| Hex | AF | 16 | 56 | 0 | 57 | 33 | 1F | 14F | 4E | 27 |
| Octal | 257 | 26 | 126 | 0 | 127 | 63 | 37 | 517 | 116 | 47 |
| Binary | 10101111 | 10110 | 1010110 | 0 | 1010111 | 110011 | 11111 | 101001111 | 1001110 | 100111 |
Color Harmonies of #AF1656
Complementary color
Monochromatic Colors of #AF1656
Black with #AF1656
Text Example
Text Example
White with #AF1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1656; }
p { color: rgb(175,22,86); }
H1.HeaderClassName
{
color: #AF1656;
}
.AnyTagClassName
{
color: #AF1656;
}
</style>
background-color css
<style>
a { background-color: #AF1656; }
a { background-color: rgb(175,22,86); }
div.DivClassName
{
background-color: #AF1656;
}
.BgClassName
{
background-color: #AF1656;
}
</style>
border-color css
<style>
span { border-color: #AF1656; }
span { border-color: rgb(175,22,86); }
td.TdClassName
{
border-color: #AF1656;
}
.TagClassName
{
border-color: #AF1656;
}
</style>