Shades of Jazzberry Jam #AF1056
Tints of Jazzberry Jam #AF1056
RGB
CMYK
RGB Variations
Color information
#AF1056 (or 0xAF1056) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 56. RGB value is (175,16,86). Sum of RGB (Red+Green+Blue) = 175+16+86=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1056 is #50EFA9. Grayscale: #474747. Windows color (decimal): -5304234 or 5640367. OLE color: 5640367.
HSL color Cylindrical-coordinate representation of color #AF1056: hue angle of 333.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1056 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 86 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.31 |
| HSL | 333.58º | 0.83% | 0.37% | - |
| HSV(B) | 333.58º | 0.91% | 0.69% | - |
| XYZ | 19.54 | 10.16 | 9.73 | - |
| YUV | 71.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 86 | 0 | 0.91 | 0.51 | 0.31 | 333.58 | 0.83 | 0.37 |
| Hex | AF | 10 | 56 | 0 | 5B | 33 | 1F | 14E | 53 | 25 |
| Octal | 257 | 20 | 126 | 0 | 133 | 63 | 37 | 516 | 123 | 45 |
| Binary | 10101111 | 10000 | 1010110 | 0 | 1011011 | 110011 | 11111 | 101001110 | 1010011 | 100101 |
Color Harmonies of #AF1056
Complementary color
Monochromatic Colors of #AF1056
Black with #AF1056
Text Example
Text Example
White with #AF1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1056; }
p { color: rgb(175,16,86); }
H1.HeaderClassName
{
color: #AF1056;
}
.AnyTagClassName
{
color: #AF1056;
}
</style>
background-color css
<style>
a { background-color: #AF1056; }
a { background-color: rgb(175,16,86); }
div.DivClassName
{
background-color: #AF1056;
}
.BgClassName
{
background-color: #AF1056;
}
</style>
border-color css
<style>
span { border-color: #AF1056; }
span { border-color: rgb(175,16,86); }
td.TdClassName
{
border-color: #AF1056;
}
.TagClassName
{
border-color: #AF1056;
}
</style>