Shades of Jazzberry Jam #AF2060
Tints of Jazzberry Jam #AF2060
RGB
CMYK
RGB Variations
Color information
#AF2060 (or 0xAF2060) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 60. RGB value is (175,32,96). Sum of RGB (Red+Green+Blue) = 175+32+96=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2060 is #50DF9F. Grayscale: #515151. Windows color (decimal): -5300128 or 6299823. OLE color: 6299823.
HSL color Cylindrical-coordinate representation of color #AF2060: hue angle of 333.15º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2060 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 96 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.31 |
| HSL | 333.15º | 0.69% | 0.41% | - |
| HSV(B) | 333.15º | 0.82% | 0.69% | - |
| XYZ | 20.31 | 10.99 | 12.12 | - |
| YUV | 82.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 96 | 0 | 0.82 | 0.45 | 0.31 | 333.15 | 0.69 | 0.41 |
| Hex | AF | 20 | 60 | 0 | 52 | 2D | 1F | 14D | 45 | 29 |
| Octal | 257 | 40 | 140 | 0 | 122 | 55 | 37 | 515 | 105 | 51 |
| Binary | 10101111 | 100000 | 1100000 | 0 | 1010010 | 101101 | 11111 | 101001101 | 1000101 | 101001 |
Color Harmonies of #AF2060
Complementary color
Monochromatic Colors of #AF2060
Black with #AF2060
Text Example
Text Example
White with #AF2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2060; }
p { color: rgb(175,32,96); }
H1.HeaderClassName
{
color: #AF2060;
}
.AnyTagClassName
{
color: #AF2060;
}
</style>
background-color css
<style>
a { background-color: #AF2060; }
a { background-color: rgb(175,32,96); }
div.DivClassName
{
background-color: #AF2060;
}
.BgClassName
{
background-color: #AF2060;
}
</style>
border-color css
<style>
span { border-color: #AF2060; }
span { border-color: rgb(175,32,96); }
td.TdClassName
{
border-color: #AF2060;
}
.TagClassName
{
border-color: #AF2060;
}
</style>