Shades of Jazzberry Jam #AF0555
Tints of Jazzberry Jam #AF0555
RGB
CMYK
RGB Variations
Color information
#AF0555 (or 0xAF0555) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 55. RGB value is (175,5,85). Sum of RGB (Red+Green+Blue) = 175+5+85=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0555 is #50FAAA. Grayscale: #404040. Windows color (decimal): -5307051 or 5572015. OLE color: 5572015.
HSL color Cylindrical-coordinate representation of color #AF0555: hue angle of 331.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0555 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.31 |
| HSL | 331.76º | 0.94% | 0.35% | - |
| HSV(B) | 331.76º | 0.97% | 0.69% | - |
| XYZ | 19.37 | 9.88 | 9.48 | - |
| YUV | 64.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 85 | 0 | 0.97 | 0.51 | 0.31 | 331.76 | 0.94 | 0.35 |
| Hex | AF | 5 | 55 | 0 | 61 | 33 | 1F | 14C | 5E | 23 |
| Octal | 257 | 5 | 125 | 0 | 141 | 63 | 37 | 514 | 136 | 43 |
| Binary | 10101111 | 101 | 1010101 | 0 | 1100001 | 110011 | 11111 | 101001100 | 1011110 | 100011 |
Color Harmonies of #AF0555
Complementary color
Monochromatic Colors of #AF0555
Black with #AF0555
Text Example
Text Example
White with #AF0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0555; }
p { color: rgb(175,5,85); }
H1.HeaderClassName
{
color: #AF0555;
}
.AnyTagClassName
{
color: #AF0555;
}
</style>
background-color css
<style>
a { background-color: #AF0555; }
a { background-color: rgb(175,5,85); }
div.DivClassName
{
background-color: #AF0555;
}
.BgClassName
{
background-color: #AF0555;
}
</style>
border-color css
<style>
span { border-color: #AF0555; }
span { border-color: rgb(175,5,85); }
td.TdClassName
{
border-color: #AF0555;
}
.TagClassName
{
border-color: #AF0555;
}
</style>