Shades of Jazzberry Jam #AF0962
Tints of Jazzberry Jam #AF0962
RGB
CMYK
RGB Variations
Color information
#AF0962 (or 0xAF0962) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 62. RGB value is (175,9,98). Sum of RGB (Red+Green+Blue) = 175+9+98=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0962 is #50F69D. Grayscale: #444444. Windows color (decimal): -5306014 or 6425007. OLE color: 6425007.
HSL color Cylindrical-coordinate representation of color #AF0962: hue angle of 327.83º degrees, saturation: 0.9, 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 #AF0962 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 98 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.31 |
| HSL | 327.83º | 0.9% | 0.36% | - |
| HSV(B) | 327.83º | 0.95% | 0.69% | - |
| XYZ | 19.98 | 10.19 | 12.47 | - |
| YUV | 68.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 98 | 0 | 0.95 | 0.44 | 0.31 | 327.83 | 0.9 | 0.36 |
| Hex | AF | 9 | 62 | 0 | 5F | 2C | 1F | 148 | 5A | 24 |
| Octal | 257 | 11 | 142 | 0 | 137 | 54 | 37 | 510 | 132 | 44 |
| Binary | 10101111 | 1001 | 1100010 | 0 | 1011111 | 101100 | 11111 | 101001000 | 1011010 | 100100 |
Color Harmonies of #AF0962
Complementary color
Monochromatic Colors of #AF0962
Black with #AF0962
Text Example
Text Example
White with #AF0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0962; }
p { color: rgb(175,9,98); }
H1.HeaderClassName
{
color: #AF0962;
}
.AnyTagClassName
{
color: #AF0962;
}
</style>
background-color css
<style>
a { background-color: #AF0962; }
a { background-color: rgb(175,9,98); }
div.DivClassName
{
background-color: #AF0962;
}
.BgClassName
{
background-color: #AF0962;
}
</style>
border-color css
<style>
span { border-color: #AF0962; }
span { border-color: rgb(175,9,98); }
td.TdClassName
{
border-color: #AF0962;
}
.TagClassName
{
border-color: #AF0962;
}
</style>