Shades of Jazzberry Jam #AF1048
Tints of Jazzberry Jam #AF1048
RGB
CMYK
RGB Variations
Color information
#AF1048 (or 0xAF1048) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 48. RGB value is (175,16,72). Sum of RGB (Red+Green+Blue) = 175+16+72=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1048 is #50EFB7. Grayscale: #454545. Windows color (decimal): -5304248 or 4722863. OLE color: 4722863.
HSL color Cylindrical-coordinate representation of color #AF1048: hue angle of 338.87º degrees, saturation: 0.83, 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 #AF1048 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 72 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.31 |
| HSL | 338.87º | 0.83% | 0.37% | - |
| HSV(B) | 338.87º | 0.91% | 0.69% | - |
| XYZ | 19.03 | 9.95 | 7.05 | - |
| YUV | 69.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 72 | 0 | 0.91 | 0.59 | 0.31 | 338.87 | 0.83 | 0.37 |
| Hex | AF | 10 | 48 | 0 | 5B | 3B | 1F | 153 | 53 | 25 |
| Octal | 257 | 20 | 110 | 0 | 133 | 73 | 37 | 523 | 123 | 45 |
| Binary | 10101111 | 10000 | 1001000 | 0 | 1011011 | 111011 | 11111 | 101010011 | 1010011 | 100101 |
Color Harmonies of #AF1048
Complementary color
Monochromatic Colors of #AF1048
Black with #AF1048
Text Example
Text Example
White with #AF1048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1048; }
p { color: rgb(175,16,72); }
H1.HeaderClassName
{
color: #AF1048;
}
.AnyTagClassName
{
color: #AF1048;
}
</style>
background-color css
<style>
a { background-color: #AF1048; }
a { background-color: rgb(175,16,72); }
div.DivClassName
{
background-color: #AF1048;
}
.BgClassName
{
background-color: #AF1048;
}
</style>
border-color css
<style>
span { border-color: #AF1048; }
span { border-color: rgb(175,16,72); }
td.TdClassName
{
border-color: #AF1048;
}
.TagClassName
{
border-color: #AF1048;
}
</style>