Shades of Jazzberry Jam #AF0458
Tints of Jazzberry Jam #AF0458
RGB
CMYK
RGB Variations
Color information
#AF0458 (or 0xAF0458) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 58. RGB value is (175,4,88). Sum of RGB (Red+Green+Blue) = 175+4+88=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0458 is #50FBA7. Grayscale: #404040. Windows color (decimal): -5307304 or 5768367. OLE color: 5768367.
HSL color Cylindrical-coordinate representation of color #AF0458: hue angle of 330.53º 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 #AF0458 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.31 |
| HSL | 330.53º | 0.96% | 0.35% | - |
| HSV(B) | 330.53º | 0.98% | 0.69% | - |
| XYZ | 19.48 | 9.91 | 10.12 | - |
| YUV | 64.71 | 141.15 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 88 | 0 | 0.98 | 0.50 | 0.31 | 330.53 | 0.96 | 0.35 |
| Hex | AF | 4 | 58 | 0 | 62 | 32 | 1F | 14B | 60 | 23 |
| Octal | 257 | 4 | 130 | 0 | 142 | 62 | 37 | 513 | 140 | 43 |
| Binary | 10101111 | 100 | 1011000 | 0 | 1100010 | 110010 | 11111 | 101001011 | 1100000 | 100011 |
Color Harmonies of #AF0458
Complementary color
Monochromatic Colors of #AF0458
Black with #AF0458
Text Example
Text Example
White with #AF0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0458; }
p { color: rgb(175,4,88); }
H1.HeaderClassName
{
color: #AF0458;
}
.AnyTagClassName
{
color: #AF0458;
}
</style>
background-color css
<style>
a { background-color: #AF0458; }
a { background-color: rgb(175,4,88); }
div.DivClassName
{
background-color: #AF0458;
}
.BgClassName
{
background-color: #AF0458;
}
</style>
border-color css
<style>
span { border-color: #AF0458; }
span { border-color: rgb(175,4,88); }
td.TdClassName
{
border-color: #AF0458;
}
.TagClassName
{
border-color: #AF0458;
}
</style>