Shades of Jazzberry Jam #AF1062
Tints of Jazzberry Jam #AF1062
RGB
CMYK
RGB Variations
Color information
#AF1062 (or 0xAF1062) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 62. RGB value is (175,16,98). Sum of RGB (Red+Green+Blue) = 175+16+98=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1062 is #50EF9D. Grayscale: #484848. Windows color (decimal): -5304222 or 6426799. OLE color: 6426799.
HSL color Cylindrical-coordinate representation of color #AF1062: hue angle of 329.06º 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 #AF1062 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 98 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.31 |
| HSL | 329.06º | 0.83% | 0.37% | - |
| HSV(B) | 329.06º | 0.91% | 0.69% | - |
| XYZ | 20.07 | 10.37 | 12.5 | - |
| YUV | 72.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 98 | 0 | 0.91 | 0.44 | 0.31 | 329.06 | 0.83 | 0.37 |
| Hex | AF | 10 | 62 | 0 | 5B | 2C | 1F | 149 | 53 | 25 |
| Octal | 257 | 20 | 142 | 0 | 133 | 54 | 37 | 511 | 123 | 45 |
| Binary | 10101111 | 10000 | 1100010 | 0 | 1011011 | 101100 | 11111 | 101001001 | 1010011 | 100101 |
Color Harmonies of #AF1062
Complementary color
Monochromatic Colors of #AF1062
Black with #AF1062
Text Example
Text Example
White with #AF1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1062; }
p { color: rgb(175,16,98); }
H1.HeaderClassName
{
color: #AF1062;
}
.AnyTagClassName
{
color: #AF1062;
}
</style>
background-color css
<style>
a { background-color: #AF1062; }
a { background-color: rgb(175,16,98); }
div.DivClassName
{
background-color: #AF1062;
}
.BgClassName
{
background-color: #AF1062;
}
</style>
border-color css
<style>
span { border-color: #AF1062; }
span { border-color: rgb(175,16,98); }
td.TdClassName
{
border-color: #AF1062;
}
.TagClassName
{
border-color: #AF1062;
}
</style>