Shades of Jazzberry Jam #AF1168
Tints of Jazzberry Jam #AF1168
RGB
CMYK
RGB Variations
Color information
#AF1168 (or 0xAF1168) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 68. RGB value is (175,17,104). Sum of RGB (Red+Green+Blue) = 175+17+104=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1168 is #50EE97. Grayscale: #494949. Windows color (decimal): -5303960 or 6820271. OLE color: 6820271.
HSL color Cylindrical-coordinate representation of color #AF1168: hue angle of 326.96º 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 #AF1168 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 104 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.31 |
| HSL | 326.96º | 0.82% | 0.38% | - |
| HSV(B) | 326.96º | 0.9% | 0.69% | - |
| XYZ | 20.38 | 10.51 | 14.05 | - |
| YUV | 74.16 | 144.85 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 104 | 0 | 0.90 | 0.41 | 0.31 | 326.96 | 0.82 | 0.38 |
| Hex | AF | 11 | 68 | 0 | 5A | 29 | 1F | 147 | 52 | 26 |
| Octal | 257 | 21 | 150 | 0 | 132 | 51 | 37 | 507 | 122 | 46 |
| Binary | 10101111 | 10001 | 1101000 | 0 | 1011010 | 101001 | 11111 | 101000111 | 1010010 | 100110 |
Color Harmonies of #AF1168
Complementary color
Monochromatic Colors of #AF1168
Black with #AF1168
Text Example
Text Example
White with #AF1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1168; }
p { color: rgb(175,17,104); }
H1.HeaderClassName
{
color: #AF1168;
}
.AnyTagClassName
{
color: #AF1168;
}
</style>
background-color css
<style>
a { background-color: #AF1168; }
a { background-color: rgb(175,17,104); }
div.DivClassName
{
background-color: #AF1168;
}
.BgClassName
{
background-color: #AF1168;
}
</style>
border-color css
<style>
span { border-color: #AF1168; }
span { border-color: rgb(175,17,104); }
td.TdClassName
{
border-color: #AF1168;
}
.TagClassName
{
border-color: #AF1168;
}
</style>