Shades of Jazzberry Jam #AF1456
Tints of Jazzberry Jam #AF1456
RGB
CMYK
RGB Variations
Color information
#AF1456 (or 0xAF1456) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 56. RGB value is (175,20,86). Sum of RGB (Red+Green+Blue) = 175+20+86=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1456 is #50EBA9. Grayscale: #494949. Windows color (decimal): -5303210 or 5641391. OLE color: 5641391.
HSL color Cylindrical-coordinate representation of color #AF1456: hue angle of 334.45º degrees, saturation: 0.79, 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 #AF1456 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 86 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.31 |
| HSL | 334.45º | 0.79% | 0.38% | - |
| HSV(B) | 334.45º | 0.89% | 0.69% | - |
| XYZ | 19.61 | 10.29 | 9.76 | - |
| YUV | 73.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 86 | 0 | 0.89 | 0.51 | 0.31 | 334.45 | 0.79 | 0.38 |
| Hex | AF | 14 | 56 | 0 | 59 | 33 | 1F | 14E | 4F | 26 |
| Octal | 257 | 24 | 126 | 0 | 131 | 63 | 37 | 516 | 117 | 46 |
| Binary | 10101111 | 10100 | 1010110 | 0 | 1011001 | 110011 | 11111 | 101001110 | 1001111 | 100110 |
Color Harmonies of #AF1456
Complementary color
Monochromatic Colors of #AF1456
Black with #AF1456
Text Example
Text Example
White with #AF1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1456; }
p { color: rgb(175,20,86); }
H1.HeaderClassName
{
color: #AF1456;
}
.AnyTagClassName
{
color: #AF1456;
}
</style>
background-color css
<style>
a { background-color: #AF1456; }
a { background-color: rgb(175,20,86); }
div.DivClassName
{
background-color: #AF1456;
}
.BgClassName
{
background-color: #AF1456;
}
</style>
border-color css
<style>
span { border-color: #AF1456; }
span { border-color: rgb(175,20,86); }
td.TdClassName
{
border-color: #AF1456;
}
.TagClassName
{
border-color: #AF1456;
}
</style>