Shades of Jazzberry Jam #AF1354
Tints of Jazzberry Jam #AF1354
RGB
CMYK
RGB Variations
Color information
#AF1354 (or 0xAF1354) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 54. RGB value is (175,19,84). Sum of RGB (Red+Green+Blue) = 175+19+84=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1354 is #50ECAB. Grayscale: #484848. Windows color (decimal): -5303468 or 5510063. OLE color: 5510063.
HSL color Cylindrical-coordinate representation of color #AF1354: hue angle of 335º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1354 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 84 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.31 |
| HSL | 335º | 0.8% | 0.38% | - |
| HSV(B) | 335º | 0.89% | 0.69% | - |
| XYZ | 19.51 | 10.22 | 9.33 | - |
| YUV | 73.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 84 | 0 | 0.89 | 0.52 | 0.31 | 335 | 0.8 | 0.38 |
| Hex | AF | 13 | 54 | 0 | 59 | 34 | 1F | 14F | 50 | 26 |
| Octal | 257 | 23 | 124 | 0 | 131 | 64 | 37 | 517 | 120 | 46 |
| Binary | 10101111 | 10011 | 1010100 | 0 | 1011001 | 110100 | 11111 | 101001111 | 1010000 | 100110 |
Color Harmonies of #AF1354
Complementary color
Monochromatic Colors of #AF1354
Black with #AF1354
Text Example
Text Example
White with #AF1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1354; }
p { color: rgb(175,19,84); }
H1.HeaderClassName
{
color: #AF1354;
}
.AnyTagClassName
{
color: #AF1354;
}
</style>
background-color css
<style>
a { background-color: #AF1354; }
a { background-color: rgb(175,19,84); }
div.DivClassName
{
background-color: #AF1354;
}
.BgClassName
{
background-color: #AF1354;
}
</style>
border-color css
<style>
span { border-color: #AF1354; }
span { border-color: rgb(175,19,84); }
td.TdClassName
{
border-color: #AF1354;
}
.TagClassName
{
border-color: #AF1354;
}
</style>