Shades of Jazzberry Jam #AF1049
Tints of Jazzberry Jam #AF1049
RGB
CMYK
RGB Variations
Color information
#AF1049 (or 0xAF1049) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 49. RGB value is (175,16,73). Sum of RGB (Red+Green+Blue) = 175+16+73=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1049 is #50EFB6. Grayscale: #454545. Windows color (decimal): -5304247 or 4788399. OLE color: 4788399.
HSL color Cylindrical-coordinate representation of color #AF1049: hue angle of 338.49º 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 #AF1049 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 73 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.31 |
| HSL | 338.49º | 0.83% | 0.37% | - |
| HSV(B) | 338.49º | 0.91% | 0.69% | - |
| XYZ | 19.07 | 9.97 | 7.22 | - |
| YUV | 70.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 73 | 0 | 0.91 | 0.58 | 0.31 | 338.49 | 0.83 | 0.37 |
| Hex | AF | 10 | 49 | 0 | 5B | 3A | 1F | 152 | 53 | 25 |
| Octal | 257 | 20 | 111 | 0 | 133 | 72 | 37 | 522 | 123 | 45 |
| Binary | 10101111 | 10000 | 1001001 | 0 | 1011011 | 111010 | 11111 | 101010010 | 1010011 | 100101 |
Color Harmonies of #AF1049
Complementary color
Monochromatic Colors of #AF1049
Black with #AF1049
Text Example
Text Example
White with #AF1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1049; }
p { color: rgb(175,16,73); }
H1.HeaderClassName
{
color: #AF1049;
}
.AnyTagClassName
{
color: #AF1049;
}
</style>
background-color css
<style>
a { background-color: #AF1049; }
a { background-color: rgb(175,16,73); }
div.DivClassName
{
background-color: #AF1049;
}
.BgClassName
{
background-color: #AF1049;
}
</style>
border-color css
<style>
span { border-color: #AF1049; }
span { border-color: rgb(175,16,73); }
td.TdClassName
{
border-color: #AF1049;
}
.TagClassName
{
border-color: #AF1049;
}
</style>