Shades of Jazzberry Jam #AF2363
Tints of Jazzberry Jam #AF2363
RGB
CMYK
RGB Variations
Color information
#AF2363 (or 0xAF2363) is known color: Jazzberry Jam. HEX triplet: AF, 23 and 63. RGB value is (175,35,99). Sum of RGB (Red+Green+Blue) = 175+35+99=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2363 is #50DC9C. Grayscale: #545454. Windows color (decimal): -5299357 or 6497199. OLE color: 6497199.
HSL color Cylindrical-coordinate representation of color #AF2363: hue angle of 332.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2363 is Cyan = 0, Magento = 0.8, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 99 | - |
| CMYK | 0 | 0.8 | 0.43 | 0.31 |
| HSL | 332.57º | 0.67% | 0.41% | - |
| HSV(B) | 332.57º | 0.8% | 0.69% | - |
| XYZ | 20.53 | 11.22 | 12.89 | - |
| YUV | 84.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 99 | 0 | 0.8 | 0.43 | 0.31 | 332.57 | 0.67 | 0.41 |
| Hex | AF | 23 | 63 | 0 | 50 | 2B | 1F | 14D | 43 | 29 |
| Octal | 257 | 43 | 143 | 0 | 120 | 53 | 37 | 515 | 103 | 51 |
| Binary | 10101111 | 100011 | 1100011 | 0 | 1010000 | 101011 | 11111 | 101001101 | 1000011 | 101001 |
Color Harmonies of #AF2363
Complementary color
Monochromatic Colors of #AF2363
Black with #AF2363
Text Example
Text Example
White with #AF2363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2363; }
p { color: rgb(175,35,99); }
H1.HeaderClassName
{
color: #AF2363;
}
.AnyTagClassName
{
color: #AF2363;
}
</style>
background-color css
<style>
a { background-color: #AF2363; }
a { background-color: rgb(175,35,99); }
div.DivClassName
{
background-color: #AF2363;
}
.BgClassName
{
background-color: #AF2363;
}
</style>
border-color css
<style>
span { border-color: #AF2363; }
span { border-color: rgb(175,35,99); }
td.TdClassName
{
border-color: #AF2363;
}
.TagClassName
{
border-color: #AF2363;
}
</style>