Shades of Jazzberry Jam #AF1154
Tints of Jazzberry Jam #AF1154
RGB
CMYK
RGB Variations
Color information
#AF1154 (or 0xAF1154) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 54. RGB value is (175,17,84). Sum of RGB (Red+Green+Blue) = 175+17+84=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1154 is #50EEAB. Grayscale: #474747. Windows color (decimal): -5303980 or 5509551. OLE color: 5509551.
HSL color Cylindrical-coordinate representation of color #AF1154: hue angle of 334.56º 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 #AF1154 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 84 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.31 |
| HSL | 334.56º | 0.82% | 0.38% | - |
| HSV(B) | 334.56º | 0.9% | 0.69% | - |
| XYZ | 19.48 | 10.15 | 9.32 | - |
| YUV | 71.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 84 | 0 | 0.90 | 0.52 | 0.31 | 334.56 | 0.82 | 0.38 |
| Hex | AF | 11 | 54 | 0 | 5A | 34 | 1F | 14F | 52 | 26 |
| Octal | 257 | 21 | 124 | 0 | 132 | 64 | 37 | 517 | 122 | 46 |
| Binary | 10101111 | 10001 | 1010100 | 0 | 1011010 | 110100 | 11111 | 101001111 | 1010010 | 100110 |
Color Harmonies of #AF1154
Complementary color
Monochromatic Colors of #AF1154
Black with #AF1154
Text Example
Text Example
White with #AF1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1154; }
p { color: rgb(175,17,84); }
H1.HeaderClassName
{
color: #AF1154;
}
.AnyTagClassName
{
color: #AF1154;
}
</style>
background-color css
<style>
a { background-color: #AF1154; }
a { background-color: rgb(175,17,84); }
div.DivClassName
{
background-color: #AF1154;
}
.BgClassName
{
background-color: #AF1154;
}
</style>
border-color css
<style>
span { border-color: #AF1154; }
span { border-color: rgb(175,17,84); }
td.TdClassName
{
border-color: #AF1154;
}
.TagClassName
{
border-color: #AF1154;
}
</style>