Shades of Jazzberry Jam #AF114D
Tints of Jazzberry Jam #AF114D
RGB
CMYK
RGB Variations
Color information
#AF114D (or 0xAF114D) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 4D. RGB value is (175,17,77). Sum of RGB (Red+Green+Blue) = 175+17+77=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF114D is #50EEB2. Grayscale: #474747. Windows color (decimal): -5303987 or 5050799. OLE color: 5050799.
HSL color Cylindrical-coordinate representation of color #AF114D: hue angle of 337.22º degrees, saturation: 0.82, 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 #AF114D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 77 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.31 |
| HSL | 337.22º | 0.82% | 0.38% | - |
| HSV(B) | 337.22º | 0.9% | 0.69% | - |
| XYZ | 19.22 | 10.05 | 7.95 | - |
| YUV | 71.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 77 | 0 | 0.90 | 0.56 | 0.31 | 337.22 | 0.82 | 0.38 |
| Hex | AF | 11 | 4D | 0 | 5A | 38 | 1F | 151 | 52 | 26 |
| Octal | 257 | 21 | 115 | 0 | 132 | 70 | 37 | 521 | 122 | 46 |
| Binary | 10101111 | 10001 | 1001101 | 0 | 1011010 | 111000 | 11111 | 101010001 | 1010010 | 100110 |
Color Harmonies of #AF114D
Complementary color
Monochromatic Colors of #AF114D
Black with #AF114D
Text Example
Text Example
White with #AF114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF114D; }
p { color: rgb(175,17,77); }
H1.HeaderClassName
{
color: #AF114D;
}
.AnyTagClassName
{
color: #AF114D;
}
</style>
background-color css
<style>
a { background-color: #AF114D; }
a { background-color: rgb(175,17,77); }
div.DivClassName
{
background-color: #AF114D;
}
.BgClassName
{
background-color: #AF114D;
}
</style>
border-color css
<style>
span { border-color: #AF114D; }
span { border-color: rgb(175,17,77); }
td.TdClassName
{
border-color: #AF114D;
}
.TagClassName
{
border-color: #AF114D;
}
</style>