Shades of Jazzberry Jam #AF1558
Tints of Jazzberry Jam #AF1558
RGB
CMYK
RGB Variations
Color information
#AF1558 (or 0xAF1558) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 58. RGB value is (175,21,88). Sum of RGB (Red+Green+Blue) = 175+21+88=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1558 is #50EAA7. Grayscale: #4A4A4A. Windows color (decimal): -5302952 or 5772719. OLE color: 5772719.
HSL color Cylindrical-coordinate representation of color #AF1558: hue angle of 333.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1558 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 88 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.31 |
| HSL | 333.9º | 0.79% | 0.38% | - |
| HSV(B) | 333.9º | 0.88% | 0.69% | - |
| XYZ | 19.71 | 10.35 | 10.19 | - |
| YUV | 74.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 88 | 0 | 0.88 | 0.50 | 0.31 | 333.9 | 0.79 | 0.38 |
| Hex | AF | 15 | 58 | 0 | 58 | 32 | 1F | 14E | 4F | 26 |
| Octal | 257 | 25 | 130 | 0 | 130 | 62 | 37 | 516 | 117 | 46 |
| Binary | 10101111 | 10101 | 1011000 | 0 | 1011000 | 110010 | 11111 | 101001110 | 1001111 | 100110 |
Color Harmonies of #AF1558
Complementary color
Monochromatic Colors of #AF1558
Black with #AF1558
Text Example
Text Example
White with #AF1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1558; }
p { color: rgb(175,21,88); }
H1.HeaderClassName
{
color: #AF1558;
}
.AnyTagClassName
{
color: #AF1558;
}
</style>
background-color css
<style>
a { background-color: #AF1558; }
a { background-color: rgb(175,21,88); }
div.DivClassName
{
background-color: #AF1558;
}
.BgClassName
{
background-color: #AF1558;
}
</style>
border-color css
<style>
span { border-color: #AF1558; }
span { border-color: rgb(175,21,88); }
td.TdClassName
{
border-color: #AF1558;
}
.TagClassName
{
border-color: #AF1558;
}
</style>