Shades of Jazzberry Jam #AF0443
Tints of Jazzberry Jam #AF0443
RGB
CMYK
RGB Variations
Color information
#AF0443 (or 0xAF0443) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 43. RGB value is (175,4,67). Sum of RGB (Red+Green+Blue) = 175+4+67=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0443 is #50FBBC. Grayscale: #3E3E3E. Windows color (decimal): -5307325 or 4392111. OLE color: 4392111.
HSL color Cylindrical-coordinate representation of color #AF0443: hue angle of 337.89º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0443 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.31 |
| HSL | 337.89º | 0.96% | 0.35% | - |
| HSV(B) | 337.89º | 0.98% | 0.69% | - |
| XYZ | 18.74 | 9.61 | 6.18 | - |
| YUV | 62.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 67 | 0 | 0.98 | 0.62 | 0.31 | 337.89 | 0.96 | 0.35 |
| Hex | AF | 4 | 43 | 0 | 62 | 3E | 1F | 152 | 60 | 23 |
| Octal | 257 | 4 | 103 | 0 | 142 | 76 | 37 | 522 | 140 | 43 |
| Binary | 10101111 | 100 | 1000011 | 0 | 1100010 | 111110 | 11111 | 101010010 | 1100000 | 100011 |
Color Harmonies of #AF0443
Complementary color
Monochromatic Colors of #AF0443
Black with #AF0443
Text Example
Text Example
White with #AF0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0443; }
p { color: rgb(175,4,67); }
H1.HeaderClassName
{
color: #AF0443;
}
.AnyTagClassName
{
color: #AF0443;
}
</style>
background-color css
<style>
a { background-color: #AF0443; }
a { background-color: rgb(175,4,67); }
div.DivClassName
{
background-color: #AF0443;
}
.BgClassName
{
background-color: #AF0443;
}
</style>
border-color css
<style>
span { border-color: #AF0443; }
span { border-color: rgb(175,4,67); }
td.TdClassName
{
border-color: #AF0443;
}
.TagClassName
{
border-color: #AF0443;
}
</style>