Shades of Jazzberry Jam #AF0F59
Tints of Jazzberry Jam #AF0F59
RGB
CMYK
RGB Variations
Color information
#AF0F59 (or 0xAF0F59) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 59. RGB value is (175,15,89). Sum of RGB (Red+Green+Blue) = 175+15+89=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F59 is #50F0A6. Grayscale: #474747. Windows color (decimal): -5304487 or 5836719. OLE color: 5836719.
HSL color Cylindrical-coordinate representation of color #AF0F59: hue angle of 332.25º degrees, saturation: 0.84, 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 #AF0F59 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 89 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.31 |
| HSL | 332.25º | 0.84% | 0.37% | - |
| HSV(B) | 332.25º | 0.91% | 0.69% | - |
| XYZ | 19.65 | 10.18 | 10.38 | - |
| YUV | 71.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 89 | 0 | 0.91 | 0.49 | 0.31 | 332.25 | 0.84 | 0.37 |
| Hex | AF | F | 59 | 0 | 5B | 31 | 1F | 14C | 54 | 25 |
| Octal | 257 | 17 | 131 | 0 | 133 | 61 | 37 | 514 | 124 | 45 |
| Binary | 10101111 | 1111 | 1011001 | 0 | 1011011 | 110001 | 11111 | 101001100 | 1010100 | 100101 |
Color Harmonies of #AF0F59
Complementary color
Monochromatic Colors of #AF0F59
Black with #AF0F59
Text Example
Text Example
White with #AF0F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F59; }
p { color: rgb(175,15,89); }
H1.HeaderClassName
{
color: #AF0F59;
}
.AnyTagClassName
{
color: #AF0F59;
}
</style>
background-color css
<style>
a { background-color: #AF0F59; }
a { background-color: rgb(175,15,89); }
div.DivClassName
{
background-color: #AF0F59;
}
.BgClassName
{
background-color: #AF0F59;
}
</style>
border-color css
<style>
span { border-color: #AF0F59; }
span { border-color: rgb(175,15,89); }
td.TdClassName
{
border-color: #AF0F59;
}
.TagClassName
{
border-color: #AF0F59;
}
</style>