Shades of Jazzberry Jam #AF0161
Tints of Jazzberry Jam #AF0161
RGB
CMYK
RGB Variations
Color information
#AF0161 (or 0xAF0161) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 61. RGB value is (175,1,97). Sum of RGB (Red+Green+Blue) = 175+1+97=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0161 is #50FE9E. Grayscale: #3F3F3F. Windows color (decimal): -5308063 or 6357423. OLE color: 6357423.
HSL color Cylindrical-coordinate representation of color #AF0161: hue angle of 326.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0161 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.31 |
| HSL | 326.9º | 0.99% | 0.35% | - |
| HSV(B) | 326.9º | 0.99% | 0.69% | - |
| XYZ | 19.85 | 10 | 12.19 | - |
| YUV | 63.97 | 146.65 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 97 | 0 | 0.99 | 0.45 | 0.31 | 326.9 | 0.99 | 0.35 |
| Hex | AF | 1 | 61 | 0 | 63 | 2D | 1F | 147 | 63 | 23 |
| Octal | 257 | 1 | 141 | 0 | 143 | 55 | 37 | 507 | 143 | 43 |
| Binary | 10101111 | 1 | 1100001 | 0 | 1100011 | 101101 | 11111 | 101000111 | 1100011 | 100011 |
Color Harmonies of #AF0161
Complementary color
Monochromatic Colors of #AF0161
Black with #AF0161
Text Example
Text Example
White with #AF0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0161; }
p { color: rgb(175,1,97); }
H1.HeaderClassName
{
color: #AF0161;
}
.AnyTagClassName
{
color: #AF0161;
}
</style>
background-color css
<style>
a { background-color: #AF0161; }
a { background-color: rgb(175,1,97); }
div.DivClassName
{
background-color: #AF0161;
}
.BgClassName
{
background-color: #AF0161;
}
</style>
border-color css
<style>
span { border-color: #AF0161; }
span { border-color: rgb(175,1,97); }
td.TdClassName
{
border-color: #AF0161;
}
.TagClassName
{
border-color: #AF0161;
}
</style>