Shades of Jazzberry Jam #AF0F6C
Tints of Jazzberry Jam #AF0F6C
RGB
CMYK
RGB Variations
Color information
#AF0F6C (or 0xAF0F6C) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 6C. RGB value is (175,15,108). Sum of RGB (Red+Green+Blue) = 175+15+108=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F6C is #50F093. Grayscale: #494949. Windows color (decimal): -5304468 or 7081903. OLE color: 7081903.
HSL color Cylindrical-coordinate representation of color #AF0F6C: hue angle of 325.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 #AF0F6C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 108 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.31 |
| HSL | 325.13º | 0.84% | 0.37% | - |
| HSV(B) | 325.13º | 0.91% | 0.69% | - |
| XYZ | 20.56 | 10.54 | 15.14 | - |
| YUV | 73.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 108 | 0 | 0.91 | 0.38 | 0.31 | 325.13 | 0.84 | 0.37 |
| Hex | AF | F | 6C | 0 | 5B | 26 | 1F | 145 | 54 | 25 |
| Octal | 257 | 17 | 154 | 0 | 133 | 46 | 37 | 505 | 124 | 45 |
| Binary | 10101111 | 1111 | 1101100 | 0 | 1011011 | 100110 | 11111 | 101000101 | 1010100 | 100101 |
Color Harmonies of #AF0F6C
Complementary color
Monochromatic Colors of #AF0F6C
Black with #AF0F6C
Text Example
Text Example
White with #AF0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F6C; }
p { color: rgb(175,15,108); }
H1.HeaderClassName
{
color: #AF0F6C;
}
.AnyTagClassName
{
color: #AF0F6C;
}
</style>
background-color css
<style>
a { background-color: #AF0F6C; }
a { background-color: rgb(175,15,108); }
div.DivClassName
{
background-color: #AF0F6C;
}
.BgClassName
{
background-color: #AF0F6C;
}
</style>
border-color css
<style>
span { border-color: #AF0F6C; }
span { border-color: rgb(175,15,108); }
td.TdClassName
{
border-color: #AF0F6C;
}
.TagClassName
{
border-color: #AF0F6C;
}
</style>