Shades of Jazzberry Jam #AF0358
Tints of Jazzberry Jam #AF0358
RGB
CMYK
RGB Variations
Color information
#AF0358 (or 0xAF0358) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 58. RGB value is (175,3,88). Sum of RGB (Red+Green+Blue) = 175+3+88=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0358 is #50FCA7. Grayscale: #3F3F3F. Windows color (decimal): -5307560 or 5768111. OLE color: 5768111.
HSL color Cylindrical-coordinate representation of color #AF0358: hue angle of 330.35º degrees, saturation: 0.97, 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 #AF0358 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.31 |
| HSL | 330.35º | 0.97% | 0.35% | - |
| HSV(B) | 330.35º | 0.98% | 0.69% | - |
| XYZ | 19.47 | 9.88 | 10.11 | - |
| YUV | 64.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 88 | 0 | 0.98 | 0.50 | 0.31 | 330.35 | 0.97 | 0.35 |
| Hex | AF | 3 | 58 | 0 | 62 | 32 | 1F | 14A | 61 | 23 |
| Octal | 257 | 3 | 130 | 0 | 142 | 62 | 37 | 512 | 141 | 43 |
| Binary | 10101111 | 11 | 1011000 | 0 | 1100010 | 110010 | 11111 | 101001010 | 1100001 | 100011 |
Color Harmonies of #AF0358
Complementary color
Monochromatic Colors of #AF0358
Black with #AF0358
Text Example
Text Example
White with #AF0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0358; }
p { color: rgb(175,3,88); }
H1.HeaderClassName
{
color: #AF0358;
}
.AnyTagClassName
{
color: #AF0358;
}
</style>
background-color css
<style>
a { background-color: #AF0358; }
a { background-color: rgb(175,3,88); }
div.DivClassName
{
background-color: #AF0358;
}
.BgClassName
{
background-color: #AF0358;
}
</style>
border-color css
<style>
span { border-color: #AF0358; }
span { border-color: rgb(175,3,88); }
td.TdClassName
{
border-color: #AF0358;
}
.TagClassName
{
border-color: #AF0358;
}
</style>