Shades of Jazzberry Jam #AF0861
Tints of Jazzberry Jam #AF0861
RGB
CMYK
RGB Variations
Color information
#AF0861 (or 0xAF0861) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 61. RGB value is (175,8,97). Sum of RGB (Red+Green+Blue) = 175+8+97=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0861 is #50F79E. Grayscale: #434343. Windows color (decimal): -5306271 or 6359215. OLE color: 6359215.
HSL color Cylindrical-coordinate representation of color #AF0861: hue angle of 328.02º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0861 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 97 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.31 |
| HSL | 328.02º | 0.91% | 0.36% | - |
| HSV(B) | 328.02º | 0.95% | 0.69% | - |
| XYZ | 19.92 | 10.15 | 12.22 | - |
| YUV | 68.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 97 | 0 | 0.95 | 0.45 | 0.31 | 328.02 | 0.91 | 0.36 |
| Hex | AF | 8 | 61 | 0 | 5F | 2D | 1F | 148 | 5B | 24 |
| Octal | 257 | 10 | 141 | 0 | 137 | 55 | 37 | 510 | 133 | 44 |
| Binary | 10101111 | 1000 | 1100001 | 0 | 1011111 | 101101 | 11111 | 101001000 | 1011011 | 100100 |
Color Harmonies of #AF0861
Complementary color
Monochromatic Colors of #AF0861
Black with #AF0861
Text Example
Text Example
White with #AF0861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0861; }
p { color: rgb(175,8,97); }
H1.HeaderClassName
{
color: #AF0861;
}
.AnyTagClassName
{
color: #AF0861;
}
</style>
background-color css
<style>
a { background-color: #AF0861; }
a { background-color: rgb(175,8,97); }
div.DivClassName
{
background-color: #AF0861;
}
.BgClassName
{
background-color: #AF0861;
}
</style>
border-color css
<style>
span { border-color: #AF0861; }
span { border-color: rgb(175,8,97); }
td.TdClassName
{
border-color: #AF0861;
}
.TagClassName
{
border-color: #AF0861;
}
</style>