Shades of Jazzberry Jam #AF1472
Tints of Jazzberry Jam #AF1472
RGB
CMYK
RGB Variations
Color information
#AF1472 (or 0xAF1472) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 72. RGB value is (175,20,114). Sum of RGB (Red+Green+Blue) = 175+20+114=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1472 is #50EB8D. Grayscale: #4C4C4C. Windows color (decimal): -5303182 or 7476399. OLE color: 7476399.
HSL color Cylindrical-coordinate representation of color #AF1472: hue angle of 323.61º 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 #AF1472 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 114 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.31 |
| HSL | 323.61º | 0.79% | 0.38% | - |
| HSV(B) | 323.61º | 0.89% | 0.69% | - |
| XYZ | 20.97 | 10.83 | 16.9 | - |
| YUV | 77.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 114 | 0 | 0.89 | 0.35 | 0.31 | 323.61 | 0.79 | 0.38 |
| Hex | AF | 14 | 72 | 0 | 59 | 23 | 1F | 144 | 4F | 26 |
| Octal | 257 | 24 | 162 | 0 | 131 | 43 | 37 | 504 | 117 | 46 |
| Binary | 10101111 | 10100 | 1110010 | 0 | 1011001 | 100011 | 11111 | 101000100 | 1001111 | 100110 |
Color Harmonies of #AF1472
Complementary color
Monochromatic Colors of #AF1472
Black with #AF1472
Text Example
Text Example
White with #AF1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1472; }
p { color: rgb(175,20,114); }
H1.HeaderClassName
{
color: #AF1472;
}
.AnyTagClassName
{
color: #AF1472;
}
</style>
background-color css
<style>
a { background-color: #AF1472; }
a { background-color: rgb(175,20,114); }
div.DivClassName
{
background-color: #AF1472;
}
.BgClassName
{
background-color: #AF1472;
}
</style>
border-color css
<style>
span { border-color: #AF1472; }
span { border-color: rgb(175,20,114); }
td.TdClassName
{
border-color: #AF1472;
}
.TagClassName
{
border-color: #AF1472;
}
</style>