Shades of Jazzberry Jam #AF1565
Tints of Jazzberry Jam #AF1565
RGB
CMYK
RGB Variations
Color information
#AF1565 (or 0xAF1565) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 65. RGB value is (175,21,101). Sum of RGB (Red+Green+Blue) = 175+21+101=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1565 is #50EA9A. Grayscale: #4C4C4C. Windows color (decimal): -5302939 or 6624687. OLE color: 6624687.
HSL color Cylindrical-coordinate representation of color #AF1565: hue angle of 328.83º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1565 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 101 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.31 |
| HSL | 328.83º | 0.79% | 0.38% | - |
| HSV(B) | 328.83º | 0.88% | 0.69% | - |
| XYZ | 20.3 | 10.59 | 13.29 | - |
| YUV | 76.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 101 | 0 | 0.88 | 0.42 | 0.31 | 328.83 | 0.79 | 0.38 |
| Hex | AF | 15 | 65 | 0 | 58 | 2A | 1F | 149 | 4F | 26 |
| Octal | 257 | 25 | 145 | 0 | 130 | 52 | 37 | 511 | 117 | 46 |
| Binary | 10101111 | 10101 | 1100101 | 0 | 1011000 | 101010 | 11111 | 101001001 | 1001111 | 100110 |
Color Harmonies of #AF1565
Complementary color
Monochromatic Colors of #AF1565
Black with #AF1565
Text Example
Text Example
White with #AF1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1565; }
p { color: rgb(175,21,101); }
H1.HeaderClassName
{
color: #AF1565;
}
.AnyTagClassName
{
color: #AF1565;
}
</style>
background-color css
<style>
a { background-color: #AF1565; }
a { background-color: rgb(175,21,101); }
div.DivClassName
{
background-color: #AF1565;
}
.BgClassName
{
background-color: #AF1565;
}
</style>
border-color css
<style>
span { border-color: #AF1565; }
span { border-color: rgb(175,21,101); }
td.TdClassName
{
border-color: #AF1565;
}
.TagClassName
{
border-color: #AF1565;
}
</style>