Shades of Jazzberry Jam #AF2059
Tints of Jazzberry Jam #AF2059
RGB
CMYK
RGB Variations
Color information
#AF2059 (or 0xAF2059) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 59. RGB value is (175,32,89). Sum of RGB (Red+Green+Blue) = 175+32+89=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2059 is #50DFA6. Grayscale: #515151. Windows color (decimal): -5300135 or 5841071. OLE color: 5841071.
HSL color Cylindrical-coordinate representation of color #AF2059: hue angle of 336.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2059 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 89 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.31 |
| HSL | 336.08º | 0.69% | 0.41% | - |
| HSV(B) | 336.08º | 0.82% | 0.69% | - |
| XYZ | 20 | 10.87 | 10.49 | - |
| YUV | 81.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 89 | 0 | 0.82 | 0.49 | 0.31 | 336.08 | 0.69 | 0.41 |
| Hex | AF | 20 | 59 | 0 | 52 | 31 | 1F | 150 | 45 | 29 |
| Octal | 257 | 40 | 131 | 0 | 122 | 61 | 37 | 520 | 105 | 51 |
| Binary | 10101111 | 100000 | 1011001 | 0 | 1010010 | 110001 | 11111 | 101010000 | 1000101 | 101001 |
Color Harmonies of #AF2059
Complementary color
Monochromatic Colors of #AF2059
Black with #AF2059
Text Example
Text Example
White with #AF2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2059; }
p { color: rgb(175,32,89); }
H1.HeaderClassName
{
color: #AF2059;
}
.AnyTagClassName
{
color: #AF2059;
}
</style>
background-color css
<style>
a { background-color: #AF2059; }
a { background-color: rgb(175,32,89); }
div.DivClassName
{
background-color: #AF2059;
}
.BgClassName
{
background-color: #AF2059;
}
</style>
border-color css
<style>
span { border-color: #AF2059; }
span { border-color: rgb(175,32,89); }
td.TdClassName
{
border-color: #AF2059;
}
.TagClassName
{
border-color: #AF2059;
}
</style>