Shades of Jazzberry Jam #AF0450
Tints of Jazzberry Jam #AF0450
RGB
CMYK
RGB Variations
Color information
#AF0450 (or 0xAF0450) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 50. RGB value is (175,4,80). Sum of RGB (Red+Green+Blue) = 175+4+80=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0450 is #50FBAF. Grayscale: #3F3F3F. Windows color (decimal): -5307312 or 5244079. OLE color: 5244079.
HSL color Cylindrical-coordinate representation of color #AF0450: hue angle of 333.33º 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 #AF0450 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.31 |
| HSL | 333.33º | 0.96% | 0.35% | - |
| HSV(B) | 333.33º | 0.98% | 0.69% | - |
| XYZ | 19.17 | 9.78 | 8.47 | - |
| YUV | 63.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 80 | 0 | 0.98 | 0.54 | 0.31 | 333.33 | 0.96 | 0.35 |
| Hex | AF | 4 | 50 | 0 | 62 | 36 | 1F | 14D | 60 | 23 |
| Octal | 257 | 4 | 120 | 0 | 142 | 66 | 37 | 515 | 140 | 43 |
| Binary | 10101111 | 100 | 1010000 | 0 | 1100010 | 110110 | 11111 | 101001101 | 1100000 | 100011 |
Color Harmonies of #AF0450
Complementary color
Monochromatic Colors of #AF0450
Black with #AF0450
Text Example
Text Example
White with #AF0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0450; }
p { color: rgb(175,4,80); }
H1.HeaderClassName
{
color: #AF0450;
}
.AnyTagClassName
{
color: #AF0450;
}
</style>
background-color css
<style>
a { background-color: #AF0450; }
a { background-color: rgb(175,4,80); }
div.DivClassName
{
background-color: #AF0450;
}
.BgClassName
{
background-color: #AF0450;
}
</style>
border-color css
<style>
span { border-color: #AF0450; }
span { border-color: rgb(175,4,80); }
td.TdClassName
{
border-color: #AF0450;
}
.TagClassName
{
border-color: #AF0450;
}
</style>