Shades of Jazzberry Jam #AF0F47
Tints of Jazzberry Jam #AF0F47
RGB
CMYK
RGB Variations
Color information
#AF0F47 (or 0xAF0F47) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 47. RGB value is (175,15,71). Sum of RGB (Red+Green+Blue) = 175+15+71=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F47 is #50F0B8. Grayscale: #454545. Windows color (decimal): -5304505 or 4657071. OLE color: 4657071.
HSL color Cylindrical-coordinate representation of color #AF0F47: hue angle of 339º 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 #AF0F47 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 71 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.31 |
| HSL | 339º | 0.84% | 0.37% | - |
| HSV(B) | 339º | 0.91% | 0.69% | - |
| XYZ | 18.99 | 9.91 | 6.87 | - |
| YUV | 69.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 71 | 0 | 0.91 | 0.59 | 0.31 | 339 | 0.84 | 0.37 |
| Hex | AF | F | 47 | 0 | 5B | 3B | 1F | 153 | 54 | 25 |
| Octal | 257 | 17 | 107 | 0 | 133 | 73 | 37 | 523 | 124 | 45 |
| Binary | 10101111 | 1111 | 1000111 | 0 | 1011011 | 111011 | 11111 | 101010011 | 1010100 | 100101 |
Color Harmonies of #AF0F47
Complementary color
Monochromatic Colors of #AF0F47
Black with #AF0F47
Text Example
Text Example
White with #AF0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F47; }
p { color: rgb(175,15,71); }
H1.HeaderClassName
{
color: #AF0F47;
}
.AnyTagClassName
{
color: #AF0F47;
}
</style>
background-color css
<style>
a { background-color: #AF0F47; }
a { background-color: rgb(175,15,71); }
div.DivClassName
{
background-color: #AF0F47;
}
.BgClassName
{
background-color: #AF0F47;
}
</style>
border-color css
<style>
span { border-color: #AF0F47; }
span { border-color: rgb(175,15,71); }
td.TdClassName
{
border-color: #AF0F47;
}
.TagClassName
{
border-color: #AF0F47;
}
</style>