Shades of Jazzberry Jam #AF2063
Tints of Jazzberry Jam #AF2063
RGB
CMYK
RGB Variations
Color information
#AF2063 (or 0xAF2063) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 63. RGB value is (175,32,99). Sum of RGB (Red+Green+Blue) = 175+32+99=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2063 is #50DF9C. Grayscale: #525252. Windows color (decimal): -5300125 or 6496431. OLE color: 6496431.
HSL color Cylindrical-coordinate representation of color #AF2063: hue angle of 331.89º 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 #AF2063 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 99 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.31 |
| HSL | 331.89º | 0.69% | 0.41% | - |
| HSV(B) | 331.89º | 0.82% | 0.69% | - |
| XYZ | 20.45 | 11.05 | 12.86 | - |
| YUV | 82.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 99 | 0 | 0.82 | 0.43 | 0.31 | 331.89 | 0.69 | 0.41 |
| Hex | AF | 20 | 63 | 0 | 52 | 2B | 1F | 14C | 45 | 29 |
| Octal | 257 | 40 | 143 | 0 | 122 | 53 | 37 | 514 | 105 | 51 |
| Binary | 10101111 | 100000 | 1100011 | 0 | 1010010 | 101011 | 11111 | 101001100 | 1000101 | 101001 |
Color Harmonies of #AF2063
Complementary color
Monochromatic Colors of #AF2063
Black with #AF2063
Text Example
Text Example
White with #AF2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2063; }
p { color: rgb(175,32,99); }
H1.HeaderClassName
{
color: #AF2063;
}
.AnyTagClassName
{
color: #AF2063;
}
</style>
background-color css
<style>
a { background-color: #AF2063; }
a { background-color: rgb(175,32,99); }
div.DivClassName
{
background-color: #AF2063;
}
.BgClassName
{
background-color: #AF2063;
}
</style>
border-color css
<style>
span { border-color: #AF2063; }
span { border-color: rgb(175,32,99); }
td.TdClassName
{
border-color: #AF2063;
}
.TagClassName
{
border-color: #AF2063;
}
</style>