Shades of Jazzberry Jam #AF0564
Tints of Jazzberry Jam #AF0564
RGB
CMYK
RGB Variations
Color information
#AF0564 (or 0xAF0564) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 64. RGB value is (175,5,100). Sum of RGB (Red+Green+Blue) = 175+5+100=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0564 is #50FA9B. Grayscale: #424242. Windows color (decimal): -5307036 or 6555055. OLE color: 6555055.
HSL color Cylindrical-coordinate representation of color #AF0564: hue angle of 326.47º 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 #AF0564 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 100 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.31 |
| HSL | 326.47º | 0.94% | 0.35% | - |
| HSV(B) | 326.47º | 0.97% | 0.69% | - |
| XYZ | 20.03 | 10.14 | 12.96 | - |
| YUV | 66.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 100 | 0 | 0.97 | 0.43 | 0.31 | 326.47 | 0.94 | 0.35 |
| Hex | AF | 5 | 64 | 0 | 61 | 2B | 1F | 146 | 5E | 23 |
| Octal | 257 | 5 | 144 | 0 | 141 | 53 | 37 | 506 | 136 | 43 |
| Binary | 10101111 | 101 | 1100100 | 0 | 1100001 | 101011 | 11111 | 101000110 | 1011110 | 100011 |
Color Harmonies of #AF0564
Complementary color
Monochromatic Colors of #AF0564
Black with #AF0564
Text Example
Text Example
White with #AF0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0564; }
p { color: rgb(175,5,100); }
H1.HeaderClassName
{
color: #AF0564;
}
.AnyTagClassName
{
color: #AF0564;
}
</style>
background-color css
<style>
a { background-color: #AF0564; }
a { background-color: rgb(175,5,100); }
div.DivClassName
{
background-color: #AF0564;
}
.BgClassName
{
background-color: #AF0564;
}
</style>
border-color css
<style>
span { border-color: #AF0564; }
span { border-color: rgb(175,5,100); }
td.TdClassName
{
border-color: #AF0564;
}
.TagClassName
{
border-color: #AF0564;
}
</style>