Shades of Jazzberry Jam #AF0F64
Tints of Jazzberry Jam #AF0F64
RGB
CMYK
RGB Variations
Color information
#AF0F64 (or 0xAF0F64) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 64. RGB value is (175,15,100). Sum of RGB (Red+Green+Blue) = 175+15+100=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F64 is #50F09B. Grayscale: #484848. Windows color (decimal): -5304476 or 6557615. OLE color: 6557615.
HSL color Cylindrical-coordinate representation of color #AF0F64: hue angle of 328.12º 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 #AF0F64 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 100 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.31 |
| HSL | 328.13º | 0.84% | 0.37% | - |
| HSV(B) | 328.13º | 0.91% | 0.69% | - |
| XYZ | 20.15 | 10.38 | 13 | - |
| YUV | 72.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 100 | 0 | 0.91 | 0.43 | 0.31 | 328.13 | 0.84 | 0.37 |
| Hex | AF | F | 64 | 0 | 5B | 2B | 1F | 148 | 54 | 25 |
| Octal | 257 | 17 | 144 | 0 | 133 | 53 | 37 | 510 | 124 | 45 |
| Binary | 10101111 | 1111 | 1100100 | 0 | 1011011 | 101011 | 11111 | 101001000 | 1010100 | 100101 |
Color Harmonies of #AF0F64
Complementary color
Monochromatic Colors of #AF0F64
Black with #AF0F64
Text Example
Text Example
White with #AF0F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F64; }
p { color: rgb(175,15,100); }
H1.HeaderClassName
{
color: #AF0F64;
}
.AnyTagClassName
{
color: #AF0F64;
}
</style>
background-color css
<style>
a { background-color: #AF0F64; }
a { background-color: rgb(175,15,100); }
div.DivClassName
{
background-color: #AF0F64;
}
.BgClassName
{
background-color: #AF0F64;
}
</style>
border-color css
<style>
span { border-color: #AF0F64; }
span { border-color: rgb(175,15,100); }
td.TdClassName
{
border-color: #AF0F64;
}
.TagClassName
{
border-color: #AF0F64;
}
</style>