Shades of Jazzberry Jam #AF1258
Tints of Jazzberry Jam #AF1258
RGB
CMYK
RGB Variations
Color information
#AF1258 (or 0xAF1258) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 58. RGB value is (175,18,88). Sum of RGB (Red+Green+Blue) = 175+18+88=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1258 is #50EDA7. Grayscale: #484848. Windows color (decimal): -5303720 or 5771951. OLE color: 5771951.
HSL color Cylindrical-coordinate representation of color #AF1258: hue angle of 333.25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1258 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 88 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.31 |
| HSL | 333.25º | 0.81% | 0.38% | - |
| HSV(B) | 333.25º | 0.9% | 0.69% | - |
| XYZ | 19.66 | 10.25 | 10.18 | - |
| YUV | 72.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 88 | 0 | 0.90 | 0.50 | 0.31 | 333.25 | 0.81 | 0.38 |
| Hex | AF | 12 | 58 | 0 | 5A | 32 | 1F | 14D | 51 | 26 |
| Octal | 257 | 22 | 130 | 0 | 132 | 62 | 37 | 515 | 121 | 46 |
| Binary | 10101111 | 10010 | 1011000 | 0 | 1011010 | 110010 | 11111 | 101001101 | 1010001 | 100110 |
Color Harmonies of #AF1258
Complementary color
Monochromatic Colors of #AF1258
Black with #AF1258
Text Example
Text Example
White with #AF1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1258; }
p { color: rgb(175,18,88); }
H1.HeaderClassName
{
color: #AF1258;
}
.AnyTagClassName
{
color: #AF1258;
}
</style>
background-color css
<style>
a { background-color: #AF1258; }
a { background-color: rgb(175,18,88); }
div.DivClassName
{
background-color: #AF1258;
}
.BgClassName
{
background-color: #AF1258;
}
</style>
border-color css
<style>
span { border-color: #AF1258; }
span { border-color: rgb(175,18,88); }
td.TdClassName
{
border-color: #AF1258;
}
.TagClassName
{
border-color: #AF1258;
}
</style>