Shades of Jazzberry Jam #AF0F4F
Tints of Jazzberry Jam #AF0F4F
RGB
CMYK
RGB Variations
Color information
#AF0F4F (or 0xAF0F4F) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 4F. RGB value is (175,15,79). Sum of RGB (Red+Green+Blue) = 175+15+79=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F4F is #50F0B0. Grayscale: #464646. Windows color (decimal): -5304497 or 5181359. OLE color: 5181359.
HSL color Cylindrical-coordinate representation of color #AF0F4F: hue angle of 336º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F4F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 79 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.31 |
| HSL | 336º | 0.84% | 0.37% | - |
| HSV(B) | 336º | 0.91% | 0.69% | - |
| XYZ | 19.26 | 10.02 | 8.32 | - |
| YUV | 70.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 79 | 0 | 0.91 | 0.55 | 0.31 | 336 | 0.84 | 0.37 |
| Hex | AF | F | 4F | 0 | 5B | 37 | 1F | 150 | 54 | 25 |
| Octal | 257 | 17 | 117 | 0 | 133 | 67 | 37 | 520 | 124 | 45 |
| Binary | 10101111 | 1111 | 1001111 | 0 | 1011011 | 110111 | 11111 | 101010000 | 1010100 | 100101 |
Color Harmonies of #AF0F4F
Complementary color
Monochromatic Colors of #AF0F4F
Black with #AF0F4F
Text Example
Text Example
White with #AF0F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F4F; }
p { color: rgb(175,15,79); }
H1.HeaderClassName
{
color: #AF0F4F;
}
.AnyTagClassName
{
color: #AF0F4F;
}
</style>
background-color css
<style>
a { background-color: #AF0F4F; }
a { background-color: rgb(175,15,79); }
div.DivClassName
{
background-color: #AF0F4F;
}
.BgClassName
{
background-color: #AF0F4F;
}
</style>
border-color css
<style>
span { border-color: #AF0F4F; }
span { border-color: rgb(175,15,79); }
td.TdClassName
{
border-color: #AF0F4F;
}
.TagClassName
{
border-color: #AF0F4F;
}
</style>