Shades of Jazzberry Jam #AF0844
Tints of Jazzberry Jam #AF0844
RGB
CMYK
RGB Variations
Color information
#AF0844 (or 0xAF0844) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 44. RGB value is (175,8,68). Sum of RGB (Red+Green+Blue) = 175+8+68=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0844 is #50F7BB. Grayscale: #404040. Windows color (decimal): -5306300 or 4458671. OLE color: 4458671.
HSL color Cylindrical-coordinate representation of color #AF0844: hue angle of 338.44º 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 #AF0844 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 68 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.31 |
| HSL | 338.44º | 0.91% | 0.36% | - |
| HSV(B) | 338.44º | 0.95% | 0.69% | - |
| XYZ | 18.81 | 9.7 | 6.35 | - |
| YUV | 64.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 68 | 0 | 0.95 | 0.61 | 0.31 | 338.44 | 0.91 | 0.36 |
| Hex | AF | 8 | 44 | 0 | 5F | 3D | 1F | 152 | 5B | 24 |
| Octal | 257 | 10 | 104 | 0 | 137 | 75 | 37 | 522 | 133 | 44 |
| Binary | 10101111 | 1000 | 1000100 | 0 | 1011111 | 111101 | 11111 | 101010010 | 1011011 | 100100 |
Color Harmonies of #AF0844
Complementary color
Monochromatic Colors of #AF0844
Black with #AF0844
Text Example
Text Example
White with #AF0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0844; }
p { color: rgb(175,8,68); }
H1.HeaderClassName
{
color: #AF0844;
}
.AnyTagClassName
{
color: #AF0844;
}
</style>
background-color css
<style>
a { background-color: #AF0844; }
a { background-color: rgb(175,8,68); }
div.DivClassName
{
background-color: #AF0844;
}
.BgClassName
{
background-color: #AF0844;
}
</style>
border-color css
<style>
span { border-color: #AF0844; }
span { border-color: rgb(175,8,68); }
td.TdClassName
{
border-color: #AF0844;
}
.TagClassName
{
border-color: #AF0844;
}
</style>