Shades of Jazzberry Jam #AF1458
Tints of Jazzberry Jam #AF1458
RGB
CMYK
RGB Variations
Color information
#AF1458 (or 0xAF1458) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 58. RGB value is (175,20,88). Sum of RGB (Red+Green+Blue) = 175+20+88=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1458 is #50EBA7. Grayscale: #494949. Windows color (decimal): -5303208 or 5772463. OLE color: 5772463.
HSL color Cylindrical-coordinate representation of color #AF1458: hue angle of 333.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1458 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 88 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.31 |
| HSL | 333.68º | 0.79% | 0.38% | - |
| HSV(B) | 333.68º | 0.89% | 0.69% | - |
| XYZ | 19.69 | 10.32 | 10.19 | - |
| YUV | 74.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 88 | 0 | 0.89 | 0.50 | 0.31 | 333.68 | 0.79 | 0.38 |
| Hex | AF | 14 | 58 | 0 | 59 | 32 | 1F | 14E | 4F | 26 |
| Octal | 257 | 24 | 130 | 0 | 131 | 62 | 37 | 516 | 117 | 46 |
| Binary | 10101111 | 10100 | 1011000 | 0 | 1011001 | 110010 | 11111 | 101001110 | 1001111 | 100110 |
Color Harmonies of #AF1458
Complementary color
Monochromatic Colors of #AF1458
Black with #AF1458
Text Example
Text Example
White with #AF1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1458; }
p { color: rgb(175,20,88); }
H1.HeaderClassName
{
color: #AF1458;
}
.AnyTagClassName
{
color: #AF1458;
}
</style>
background-color css
<style>
a { background-color: #AF1458; }
a { background-color: rgb(175,20,88); }
div.DivClassName
{
background-color: #AF1458;
}
.BgClassName
{
background-color: #AF1458;
}
</style>
border-color css
<style>
span { border-color: #AF1458; }
span { border-color: rgb(175,20,88); }
td.TdClassName
{
border-color: #AF1458;
}
.TagClassName
{
border-color: #AF1458;
}
</style>