Shades of Jazzberry Jam #AF1355
Tints of Jazzberry Jam #AF1355
RGB
CMYK
RGB Variations
Color information
#AF1355 (or 0xAF1355) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 55. RGB value is (175,19,85). Sum of RGB (Red+Green+Blue) = 175+19+85=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1355 is #50ECAA. Grayscale: #494949. Windows color (decimal): -5303467 or 5575599. OLE color: 5575599.
HSL color Cylindrical-coordinate representation of color #AF1355: hue angle of 334.62º 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 #AF1355 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 85 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.31 |
| HSL | 334.62º | 0.8% | 0.38% | - |
| HSV(B) | 334.62º | 0.89% | 0.69% | - |
| XYZ | 19.55 | 10.24 | 9.54 | - |
| YUV | 73.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 85 | 0 | 0.89 | 0.51 | 0.31 | 334.62 | 0.8 | 0.38 |
| Hex | AF | 13 | 55 | 0 | 59 | 33 | 1F | 14F | 50 | 26 |
| Octal | 257 | 23 | 125 | 0 | 131 | 63 | 37 | 517 | 120 | 46 |
| Binary | 10101111 | 10011 | 1010101 | 0 | 1011001 | 110011 | 11111 | 101001111 | 1010000 | 100110 |
Color Harmonies of #AF1355
Complementary color
Monochromatic Colors of #AF1355
Black with #AF1355
Text Example
Text Example
White with #AF1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1355; }
p { color: rgb(175,19,85); }
H1.HeaderClassName
{
color: #AF1355;
}
.AnyTagClassName
{
color: #AF1355;
}
</style>
background-color css
<style>
a { background-color: #AF1355; }
a { background-color: rgb(175,19,85); }
div.DivClassName
{
background-color: #AF1355;
}
.BgClassName
{
background-color: #AF1355;
}
</style>
border-color css
<style>
span { border-color: #AF1355; }
span { border-color: rgb(175,19,85); }
td.TdClassName
{
border-color: #AF1355;
}
.TagClassName
{
border-color: #AF1355;
}
</style>