Shades of Jazzberry Jam #AF1373
Tints of Jazzberry Jam #AF1373
RGB
CMYK
RGB Variations
Color information
#AF1373 (or 0xAF1373) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 73. RGB value is (175,19,115). Sum of RGB (Red+Green+Blue) = 175+19+115=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1373 is #50EC8C. Grayscale: #4C4C4C. Windows color (decimal): -5303437 or 7541679. OLE color: 7541679.
HSL color Cylindrical-coordinate representation of color #AF1373: hue angle of 323.08º 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 #AF1373 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 115 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.31 |
| HSL | 323.08º | 0.8% | 0.38% | - |
| HSV(B) | 323.08º | 0.89% | 0.69% | - |
| XYZ | 21.01 | 10.82 | 17.2 | - |
| YUV | 76.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 115 | 0 | 0.89 | 0.34 | 0.31 | 323.08 | 0.8 | 0.38 |
| Hex | AF | 13 | 73 | 0 | 59 | 22 | 1F | 143 | 50 | 26 |
| Octal | 257 | 23 | 163 | 0 | 131 | 42 | 37 | 503 | 120 | 46 |
| Binary | 10101111 | 10011 | 1110011 | 0 | 1011001 | 100010 | 11111 | 101000011 | 1010000 | 100110 |
Color Harmonies of #AF1373
Complementary color
Monochromatic Colors of #AF1373
Black with #AF1373
Text Example
Text Example
White with #AF1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1373; }
p { color: rgb(175,19,115); }
H1.HeaderClassName
{
color: #AF1373;
}
.AnyTagClassName
{
color: #AF1373;
}
</style>
background-color css
<style>
a { background-color: #AF1373; }
a { background-color: rgb(175,19,115); }
div.DivClassName
{
background-color: #AF1373;
}
.BgClassName
{
background-color: #AF1373;
}
</style>
border-color css
<style>
span { border-color: #AF1373; }
span { border-color: rgb(175,19,115); }
td.TdClassName
{
border-color: #AF1373;
}
.TagClassName
{
border-color: #AF1373;
}
</style>