Shades of Jazzberry Jam #AF0850
Tints of Jazzberry Jam #AF0850
RGB
CMYK
RGB Variations
Color information
#AF0850 (or 0xAF0850) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 50. RGB value is (175,8,80). Sum of RGB (Red+Green+Blue) = 175+8+80=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0850 is #50F7AF. Grayscale: #424242. Windows color (decimal): -5306288 or 5245103. OLE color: 5245103.
HSL color Cylindrical-coordinate representation of color #AF0850: hue angle of 334.13º 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 #AF0850 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 80 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.31 |
| HSL | 334.13º | 0.91% | 0.36% | - |
| HSV(B) | 334.13º | 0.95% | 0.69% | - |
| XYZ | 19.21 | 9.87 | 8.48 | - |
| YUV | 66.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 80 | 0 | 0.95 | 0.54 | 0.31 | 334.13 | 0.91 | 0.36 |
| Hex | AF | 8 | 50 | 0 | 5F | 36 | 1F | 14E | 5B | 24 |
| Octal | 257 | 10 | 120 | 0 | 137 | 66 | 37 | 516 | 133 | 44 |
| Binary | 10101111 | 1000 | 1010000 | 0 | 1011111 | 110110 | 11111 | 101001110 | 1011011 | 100100 |
Color Harmonies of #AF0850
Complementary color
Monochromatic Colors of #AF0850
Black with #AF0850
Text Example
Text Example
White with #AF0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0850; }
p { color: rgb(175,8,80); }
H1.HeaderClassName
{
color: #AF0850;
}
.AnyTagClassName
{
color: #AF0850;
}
</style>
background-color css
<style>
a { background-color: #AF0850; }
a { background-color: rgb(175,8,80); }
div.DivClassName
{
background-color: #AF0850;
}
.BgClassName
{
background-color: #AF0850;
}
</style>
border-color css
<style>
span { border-color: #AF0850; }
span { border-color: rgb(175,8,80); }
td.TdClassName
{
border-color: #AF0850;
}
.TagClassName
{
border-color: #AF0850;
}
</style>