Shades of Jazzberry Jam #AF1675
Tints of Jazzberry Jam #AF1675
RGB
CMYK
RGB Variations
Color information
#AF1675 (or 0xAF1675) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 75. RGB value is (175,22,117). Sum of RGB (Red+Green+Blue) = 175+22+117=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1675 is #50E98A. Grayscale: #4E4E4E. Windows color (decimal): -5302667 or 7673519. OLE color: 7673519.
HSL color Cylindrical-coordinate representation of color #AF1675: hue angle of 322.75º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1675 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 117 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.31 |
| HSL | 322.75º | 0.78% | 0.39% | - |
| HSV(B) | 322.75º | 0.87% | 0.69% | - |
| XYZ | 21.18 | 10.97 | 17.83 | - |
| YUV | 78.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 117 | 0 | 0.87 | 0.33 | 0.31 | 322.75 | 0.78 | 0.39 |
| Hex | AF | 16 | 75 | 0 | 57 | 21 | 1F | 143 | 4E | 27 |
| Octal | 257 | 26 | 165 | 0 | 127 | 41 | 37 | 503 | 116 | 47 |
| Binary | 10101111 | 10110 | 1110101 | 0 | 1010111 | 100001 | 11111 | 101000011 | 1001110 | 100111 |
Color Harmonies of #AF1675
Complementary color
Monochromatic Colors of #AF1675
Black with #AF1675
Text Example
Text Example
White with #AF1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1675; }
p { color: rgb(175,22,117); }
H1.HeaderClassName
{
color: #AF1675;
}
.AnyTagClassName
{
color: #AF1675;
}
</style>
background-color css
<style>
a { background-color: #AF1675; }
a { background-color: rgb(175,22,117); }
div.DivClassName
{
background-color: #AF1675;
}
.BgClassName
{
background-color: #AF1675;
}
</style>
border-color css
<style>
span { border-color: #AF1675; }
span { border-color: rgb(175,22,117); }
td.TdClassName
{
border-color: #AF1675;
}
.TagClassName
{
border-color: #AF1675;
}
</style>