Shades of Jazzberry Jam #AF2464
Tints of Jazzberry Jam #AF2464
RGB
CMYK
RGB Variations
Color information
#AF2464 (or 0xAF2464) is known color: Jazzberry Jam. HEX triplet: AF, 24 and 64. RGB value is (175,36,100). Sum of RGB (Red+Green+Blue) = 175+36+100=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2464 is #50DB9B. Grayscale: #545454. Windows color (decimal): -5299100 or 6562991. OLE color: 6562991.
HSL color Cylindrical-coordinate representation of color #AF2464: hue angle of 332.37º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2464 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 100 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.31 |
| HSL | 332.37º | 0.66% | 0.41% | - |
| HSV(B) | 332.37º | 0.79% | 0.69% | - |
| XYZ | 20.61 | 11.3 | 13.15 | - |
| YUV | 84.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 100 | 0 | 0.79 | 0.43 | 0.31 | 332.37 | 0.66 | 0.41 |
| Hex | AF | 24 | 64 | 0 | 4F | 2B | 1F | 14C | 42 | 29 |
| Octal | 257 | 44 | 144 | 0 | 117 | 53 | 37 | 514 | 102 | 51 |
| Binary | 10101111 | 100100 | 1100100 | 0 | 1001111 | 101011 | 11111 | 101001100 | 1000010 | 101001 |
Color Harmonies of #AF2464
Complementary color
Monochromatic Colors of #AF2464
Black with #AF2464
Text Example
Text Example
White with #AF2464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2464; }
p { color: rgb(175,36,100); }
H1.HeaderClassName
{
color: #AF2464;
}
.AnyTagClassName
{
color: #AF2464;
}
</style>
background-color css
<style>
a { background-color: #AF2464; }
a { background-color: rgb(175,36,100); }
div.DivClassName
{
background-color: #AF2464;
}
.BgClassName
{
background-color: #AF2464;
}
</style>
border-color css
<style>
span { border-color: #AF2464; }
span { border-color: rgb(175,36,100); }
td.TdClassName
{
border-color: #AF2464;
}
.TagClassName
{
border-color: #AF2464;
}
</style>