Shades of Jazzberry Jam #AF1170
Tints of Jazzberry Jam #AF1170
RGB
CMYK
RGB Variations
Color information
#AF1170 (or 0xAF1170) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 70. RGB value is (175,17,112). Sum of RGB (Red+Green+Blue) = 175+17+112=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1170 is #50EE8F. Grayscale: #4A4A4A. Windows color (decimal): -5303952 or 7344559. OLE color: 7344559.
HSL color Cylindrical-coordinate representation of color #AF1170: hue angle of 323.92º 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 #AF1170 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 112 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.31 |
| HSL | 323.92º | 0.82% | 0.38% | - |
| HSV(B) | 323.92º | 0.9% | 0.69% | - |
| XYZ | 20.8 | 10.68 | 16.3 | - |
| YUV | 75.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 112 | 0 | 0.90 | 0.36 | 0.31 | 323.92 | 0.82 | 0.38 |
| Hex | AF | 11 | 70 | 0 | 5A | 24 | 1F | 144 | 52 | 26 |
| Octal | 257 | 21 | 160 | 0 | 132 | 44 | 37 | 504 | 122 | 46 |
| Binary | 10101111 | 10001 | 1110000 | 0 | 1011010 | 100100 | 11111 | 101000100 | 1010010 | 100110 |
Color Harmonies of #AF1170
Complementary color
Monochromatic Colors of #AF1170
Black with #AF1170
Text Example
Text Example
White with #AF1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1170; }
p { color: rgb(175,17,112); }
H1.HeaderClassName
{
color: #AF1170;
}
.AnyTagClassName
{
color: #AF1170;
}
</style>
background-color css
<style>
a { background-color: #AF1170; }
a { background-color: rgb(175,17,112); }
div.DivClassName
{
background-color: #AF1170;
}
.BgClassName
{
background-color: #AF1170;
}
</style>
border-color css
<style>
span { border-color: #AF1170; }
span { border-color: rgb(175,17,112); }
td.TdClassName
{
border-color: #AF1170;
}
.TagClassName
{
border-color: #AF1170;
}
</style>