Shades of Jazzberry Jam #AF1653
Tints of Jazzberry Jam #AF1653
RGB
CMYK
RGB Variations
Color information
#AF1653 (or 0xAF1653) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 53. RGB value is (175,22,83). Sum of RGB (Red+Green+Blue) = 175+22+83=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1653 is #50E9AC. Grayscale: #4A4A4A. Windows color (decimal): -5302701 or 5445295. OLE color: 5445295.
HSL color Cylindrical-coordinate representation of color #AF1653: hue angle of 336.08º 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 #AF1653 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 83 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.31 |
| HSL | 336.08º | 0.78% | 0.39% | - |
| HSV(B) | 336.08º | 0.87% | 0.69% | - |
| XYZ | 19.53 | 10.31 | 9.14 | - |
| YUV | 74.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 83 | 0 | 0.87 | 0.53 | 0.31 | 336.08 | 0.78 | 0.39 |
| Hex | AF | 16 | 53 | 0 | 57 | 35 | 1F | 150 | 4E | 27 |
| Octal | 257 | 26 | 123 | 0 | 127 | 65 | 37 | 520 | 116 | 47 |
| Binary | 10101111 | 10110 | 1010011 | 0 | 1010111 | 110101 | 11111 | 101010000 | 1001110 | 100111 |
Color Harmonies of #AF1653
Complementary color
Monochromatic Colors of #AF1653
Black with #AF1653
Text Example
Text Example
White with #AF1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1653; }
p { color: rgb(175,22,83); }
H1.HeaderClassName
{
color: #AF1653;
}
.AnyTagClassName
{
color: #AF1653;
}
</style>
background-color css
<style>
a { background-color: #AF1653; }
a { background-color: rgb(175,22,83); }
div.DivClassName
{
background-color: #AF1653;
}
.BgClassName
{
background-color: #AF1653;
}
</style>
border-color css
<style>
span { border-color: #AF1653; }
span { border-color: rgb(175,22,83); }
td.TdClassName
{
border-color: #AF1653;
}
.TagClassName
{
border-color: #AF1653;
}
</style>