Shades of Jazzberry Jam #AF0656
Tints of Jazzberry Jam #AF0656
RGB
CMYK
RGB Variations
Color information
#AF0656 (or 0xAF0656) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 56. RGB value is (175,6,86). Sum of RGB (Red+Green+Blue) = 175+6+86=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0656 is #50F9A9. Grayscale: #414141. Windows color (decimal): -5306794 or 5637807. OLE color: 5637807.
HSL color Cylindrical-coordinate representation of color #AF0656: hue angle of 331.6º degrees, saturation: 0.93, 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 #AF0656 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.31 |
| HSL | 331.6º | 0.93% | 0.35% | - |
| HSV(B) | 331.6º | 0.97% | 0.69% | - |
| XYZ | 19.42 | 9.92 | 9.69 | - |
| YUV | 65.65 | 139.49 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 86 | 0 | 0.97 | 0.51 | 0.31 | 331.6 | 0.93 | 0.35 |
| Hex | AF | 6 | 56 | 0 | 61 | 33 | 1F | 14C | 5D | 23 |
| Octal | 257 | 6 | 126 | 0 | 141 | 63 | 37 | 514 | 135 | 43 |
| Binary | 10101111 | 110 | 1010110 | 0 | 1100001 | 110011 | 11111 | 101001100 | 1011101 | 100011 |
Color Harmonies of #AF0656
Complementary color
Monochromatic Colors of #AF0656
Black with #AF0656
Text Example
Text Example
White with #AF0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0656; }
p { color: rgb(175,6,86); }
H1.HeaderClassName
{
color: #AF0656;
}
.AnyTagClassName
{
color: #AF0656;
}
</style>
background-color css
<style>
a { background-color: #AF0656; }
a { background-color: rgb(175,6,86); }
div.DivClassName
{
background-color: #AF0656;
}
.BgClassName
{
background-color: #AF0656;
}
</style>
border-color css
<style>
span { border-color: #AF0656; }
span { border-color: rgb(175,6,86); }
td.TdClassName
{
border-color: #AF0656;
}
.TagClassName
{
border-color: #AF0656;
}
</style>