Shades of Jazzberry Jam #AF1175
Tints of Jazzberry Jam #AF1175
RGB
CMYK
RGB Variations
Color information
#AF1175 (or 0xAF1175) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 75. RGB value is (175,17,117). Sum of RGB (Red+Green+Blue) = 175+17+117=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1175 is #50EE8A. Grayscale: #4B4B4B. Windows color (decimal): -5303947 or 7672239. OLE color: 7672239.
HSL color Cylindrical-coordinate representation of color #AF1175: hue angle of 322.03º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1175 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 117 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.31 |
| HSL | 322.03º | 0.82% | 0.38% | - |
| HSV(B) | 322.03º | 0.9% | 0.69% | - |
| XYZ | 21.09 | 10.8 | 17.8 | - |
| YUV | 75.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 117 | 0 | 0.90 | 0.33 | 0.31 | 322.03 | 0.82 | 0.38 |
| Hex | AF | 11 | 75 | 0 | 5A | 21 | 1F | 142 | 52 | 26 |
| Octal | 257 | 21 | 165 | 0 | 132 | 41 | 37 | 502 | 122 | 46 |
| Binary | 10101111 | 10001 | 1110101 | 0 | 1011010 | 100001 | 11111 | 101000010 | 1010010 | 100110 |
Color Harmonies of #AF1175
Complementary color
Monochromatic Colors of #AF1175
Black with #AF1175
Text Example
Text Example
White with #AF1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1175; }
p { color: rgb(175,17,117); }
H1.HeaderClassName
{
color: #AF1175;
}
.AnyTagClassName
{
color: #AF1175;
}
</style>
background-color css
<style>
a { background-color: #AF1175; }
a { background-color: rgb(175,17,117); }
div.DivClassName
{
background-color: #AF1175;
}
.BgClassName
{
background-color: #AF1175;
}
</style>
border-color css
<style>
span { border-color: #AF1175; }
span { border-color: rgb(175,17,117); }
td.TdClassName
{
border-color: #AF1175;
}
.TagClassName
{
border-color: #AF1175;
}
</style>