Shades of Jazzberry Jam #AF0558
Tints of Jazzberry Jam #AF0558
RGB
CMYK
RGB Variations
Color information
#AF0558 (or 0xAF0558) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 58. RGB value is (175,5,88). Sum of RGB (Red+Green+Blue) = 175+5+88=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0558 is #50FAA7. Grayscale: #414141. Windows color (decimal): -5307048 or 5768623. OLE color: 5768623.
HSL color Cylindrical-coordinate representation of color #AF0558: hue angle of 330.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0558 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.31 |
| HSL | 330.71º | 0.94% | 0.35% | - |
| HSV(B) | 330.71º | 0.97% | 0.69% | - |
| XYZ | 19.49 | 9.93 | 10.12 | - |
| YUV | 65.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 88 | 0 | 0.97 | 0.50 | 0.31 | 330.71 | 0.94 | 0.35 |
| Hex | AF | 5 | 58 | 0 | 61 | 32 | 1F | 14B | 5E | 23 |
| Octal | 257 | 5 | 130 | 0 | 141 | 62 | 37 | 513 | 136 | 43 |
| Binary | 10101111 | 101 | 1011000 | 0 | 1100001 | 110010 | 11111 | 101001011 | 1011110 | 100011 |
Color Harmonies of #AF0558
Complementary color
Monochromatic Colors of #AF0558
Black with #AF0558
Text Example
Text Example
White with #AF0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0558; }
p { color: rgb(175,5,88); }
H1.HeaderClassName
{
color: #AF0558;
}
.AnyTagClassName
{
color: #AF0558;
}
</style>
background-color css
<style>
a { background-color: #AF0558; }
a { background-color: rgb(175,5,88); }
div.DivClassName
{
background-color: #AF0558;
}
.BgClassName
{
background-color: #AF0558;
}
</style>
border-color css
<style>
span { border-color: #AF0558; }
span { border-color: rgb(175,5,88); }
td.TdClassName
{
border-color: #AF0558;
}
.TagClassName
{
border-color: #AF0558;
}
</style>