Shades of Jazzberry Jam #AF1654
Tints of Jazzberry Jam #AF1654
RGB
CMYK
RGB Variations
Color information
#AF1654 (or 0xAF1654) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 54. RGB value is (175,22,84). Sum of RGB (Red+Green+Blue) = 175+22+84=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1654 is #50E9AB. Grayscale: #4A4A4A. Windows color (decimal): -5302700 or 5510831. OLE color: 5510831.
HSL color Cylindrical-coordinate representation of color #AF1654: hue angle of 335.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1654 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 84 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.31 |
| HSL | 335.69º | 0.78% | 0.39% | - |
| HSV(B) | 335.69º | 0.87% | 0.69% | - |
| XYZ | 19.57 | 10.33 | 9.35 | - |
| YUV | 74.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 84 | 0 | 0.87 | 0.52 | 0.31 | 335.69 | 0.78 | 0.39 |
| Hex | AF | 16 | 54 | 0 | 57 | 34 | 1F | 150 | 4E | 27 |
| Octal | 257 | 26 | 124 | 0 | 127 | 64 | 37 | 520 | 116 | 47 |
| Binary | 10101111 | 10110 | 1010100 | 0 | 1010111 | 110100 | 11111 | 101010000 | 1001110 | 100111 |
Color Harmonies of #AF1654
Complementary color
Monochromatic Colors of #AF1654
Black with #AF1654
Text Example
Text Example
White with #AF1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1654; }
p { color: rgb(175,22,84); }
H1.HeaderClassName
{
color: #AF1654;
}
.AnyTagClassName
{
color: #AF1654;
}
</style>
background-color css
<style>
a { background-color: #AF1654; }
a { background-color: rgb(175,22,84); }
div.DivClassName
{
background-color: #AF1654;
}
.BgClassName
{
background-color: #AF1654;
}
</style>
border-color css
<style>
span { border-color: #AF1654; }
span { border-color: rgb(175,22,84); }
td.TdClassName
{
border-color: #AF1654;
}
.TagClassName
{
border-color: #AF1654;
}
</style>