Shades of Jazzberry Jam #AF0544
Tints of Jazzberry Jam #AF0544
RGB
CMYK
RGB Variations
Color information
#AF0544 (or 0xAF0544) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 44. RGB value is (175,5,68). Sum of RGB (Red+Green+Blue) = 175+5+68=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0544 is #50FABB. Grayscale: #3E3E3E. Windows color (decimal): -5307068 or 4457903. OLE color: 4457903.
HSL color Cylindrical-coordinate representation of color #AF0544: hue angle of 337.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0544 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.31 |
| HSL | 337.76º | 0.94% | 0.35% | - |
| HSV(B) | 337.76º | 0.97% | 0.69% | - |
| XYZ | 18.78 | 9.64 | 6.34 | - |
| YUV | 63.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 68 | 0 | 0.97 | 0.61 | 0.31 | 337.76 | 0.94 | 0.35 |
| Hex | AF | 5 | 44 | 0 | 61 | 3D | 1F | 152 | 5E | 23 |
| Octal | 257 | 5 | 104 | 0 | 141 | 75 | 37 | 522 | 136 | 43 |
| Binary | 10101111 | 101 | 1000100 | 0 | 1100001 | 111101 | 11111 | 101010010 | 1011110 | 100011 |
Color Harmonies of #AF0544
Complementary color
Monochromatic Colors of #AF0544
Black with #AF0544
Text Example
Text Example
White with #AF0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0544; }
p { color: rgb(175,5,68); }
H1.HeaderClassName
{
color: #AF0544;
}
.AnyTagClassName
{
color: #AF0544;
}
</style>
background-color css
<style>
a { background-color: #AF0544; }
a { background-color: rgb(175,5,68); }
div.DivClassName
{
background-color: #AF0544;
}
.BgClassName
{
background-color: #AF0544;
}
</style>
border-color css
<style>
span { border-color: #AF0544; }
span { border-color: rgb(175,5,68); }
td.TdClassName
{
border-color: #AF0544;
}
.TagClassName
{
border-color: #AF0544;
}
</style>