Shades of Jazzberry Jam #AF1271
Tints of Jazzberry Jam #AF1271
RGB
CMYK
RGB Variations
Color information
#AF1271 (or 0xAF1271) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 71. RGB value is (175,18,113). Sum of RGB (Red+Green+Blue) = 175+18+113=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1271 is #50ED8E. Grayscale: #4B4B4B. Windows color (decimal): -5303695 or 7410351. OLE color: 7410351.
HSL color Cylindrical-coordinate representation of color #AF1271: hue angle of 323.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1271 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 113 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.31 |
| HSL | 323.69º | 0.81% | 0.38% | - |
| HSV(B) | 323.69º | 0.9% | 0.69% | - |
| XYZ | 20.88 | 10.74 | 16.6 | - |
| YUV | 75.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 113 | 0 | 0.90 | 0.35 | 0.31 | 323.69 | 0.81 | 0.38 |
| Hex | AF | 12 | 71 | 0 | 5A | 23 | 1F | 144 | 51 | 26 |
| Octal | 257 | 22 | 161 | 0 | 132 | 43 | 37 | 504 | 121 | 46 |
| Binary | 10101111 | 10010 | 1110001 | 0 | 1011010 | 100011 | 11111 | 101000100 | 1010001 | 100110 |
Color Harmonies of #AF1271
Complementary color
Monochromatic Colors of #AF1271
Black with #AF1271
Text Example
Text Example
White with #AF1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1271; }
p { color: rgb(175,18,113); }
H1.HeaderClassName
{
color: #AF1271;
}
.AnyTagClassName
{
color: #AF1271;
}
</style>
background-color css
<style>
a { background-color: #AF1271; }
a { background-color: rgb(175,18,113); }
div.DivClassName
{
background-color: #AF1271;
}
.BgClassName
{
background-color: #AF1271;
}
</style>
border-color css
<style>
span { border-color: #AF1271; }
span { border-color: rgb(175,18,113); }
td.TdClassName
{
border-color: #AF1271;
}
.TagClassName
{
border-color: #AF1271;
}
</style>