Shades of Jazzberry Jam #AF0963
Tints of Jazzberry Jam #AF0963
RGB
CMYK
RGB Variations
Color information
#AF0963 (or 0xAF0963) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 63. RGB value is (175,9,99). Sum of RGB (Red+Green+Blue) = 175+9+99=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0963 is #50F69C. Grayscale: #444444. Windows color (decimal): -5306013 or 6490543. OLE color: 6490543.
HSL color Cylindrical-coordinate representation of color #AF0963: hue angle of 327.47º 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 #AF0963 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 99 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.31 |
| HSL | 327.47º | 0.9% | 0.36% | - |
| HSV(B) | 327.47º | 0.95% | 0.69% | - |
| XYZ | 20.03 | 10.21 | 12.72 | - |
| YUV | 68.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 99 | 0 | 0.95 | 0.43 | 0.31 | 327.47 | 0.9 | 0.36 |
| Hex | AF | 9 | 63 | 0 | 5F | 2B | 1F | 147 | 5A | 24 |
| Octal | 257 | 11 | 143 | 0 | 137 | 53 | 37 | 507 | 132 | 44 |
| Binary | 10101111 | 1001 | 1100011 | 0 | 1011111 | 101011 | 11111 | 101000111 | 1011010 | 100100 |
Color Harmonies of #AF0963
Complementary color
Monochromatic Colors of #AF0963
Black with #AF0963
Text Example
Text Example
White with #AF0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0963; }
p { color: rgb(175,9,99); }
H1.HeaderClassName
{
color: #AF0963;
}
.AnyTagClassName
{
color: #AF0963;
}
</style>
background-color css
<style>
a { background-color: #AF0963; }
a { background-color: rgb(175,9,99); }
div.DivClassName
{
background-color: #AF0963;
}
.BgClassName
{
background-color: #AF0963;
}
</style>
border-color css
<style>
span { border-color: #AF0963; }
span { border-color: rgb(175,9,99); }
td.TdClassName
{
border-color: #AF0963;
}
.TagClassName
{
border-color: #AF0963;
}
</style>