Shades of Jazzberry Jam #AF1859
Tints of Jazzberry Jam #AF1859
RGB
CMYK
RGB Variations
Color information
#AF1859 (or 0xAF1859) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 59. RGB value is (175,24,89). Sum of RGB (Red+Green+Blue) = 175+24+89=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1859 is #50E7A6. Grayscale: #4C4C4C. Windows color (decimal): -5302183 or 5839023. OLE color: 5839023.
HSL color Cylindrical-coordinate representation of color #AF1859: hue angle of 334.17º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1859 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 89 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.31 |
| HSL | 334.17º | 0.76% | 0.39% | - |
| HSV(B) | 334.17º | 0.86% | 0.69% | - |
| XYZ | 19.81 | 10.49 | 10.43 | - |
| YUV | 76.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 89 | 0 | 0.86 | 0.49 | 0.31 | 334.17 | 0.76 | 0.39 |
| Hex | AF | 18 | 59 | 0 | 56 | 31 | 1F | 14E | 4C | 27 |
| Octal | 257 | 30 | 131 | 0 | 126 | 61 | 37 | 516 | 114 | 47 |
| Binary | 10101111 | 11000 | 1011001 | 0 | 1010110 | 110001 | 11111 | 101001110 | 1001100 | 100111 |
Color Harmonies of #AF1859
Complementary color
Monochromatic Colors of #AF1859
Black with #AF1859
Text Example
Text Example
White with #AF1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1859; }
p { color: rgb(175,24,89); }
H1.HeaderClassName
{
color: #AF1859;
}
.AnyTagClassName
{
color: #AF1859;
}
</style>
background-color css
<style>
a { background-color: #AF1859; }
a { background-color: rgb(175,24,89); }
div.DivClassName
{
background-color: #AF1859;
}
.BgClassName
{
background-color: #AF1859;
}
</style>
border-color css
<style>
span { border-color: #AF1859; }
span { border-color: rgb(175,24,89); }
td.TdClassName
{
border-color: #AF1859;
}
.TagClassName
{
border-color: #AF1859;
}
</style>