Shades of Jazzberry Jam #AF1372
Tints of Jazzberry Jam #AF1372
RGB
CMYK
RGB Variations
Color information
#AF1372 (or 0xAF1372) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 72. RGB value is (175,19,114). Sum of RGB (Red+Green+Blue) = 175+19+114=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1372 is #50EC8D. Grayscale: #4C4C4C. Windows color (decimal): -5303438 or 7476143. OLE color: 7476143.
HSL color Cylindrical-coordinate representation of color #AF1372: hue angle of 323.46º degrees, saturation: 0.8, 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 #AF1372 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 114 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.31 |
| HSL | 323.46º | 0.8% | 0.38% | - |
| HSV(B) | 323.46º | 0.89% | 0.69% | - |
| XYZ | 20.95 | 10.79 | 16.9 | - |
| YUV | 76.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 114 | 0 | 0.89 | 0.35 | 0.31 | 323.46 | 0.8 | 0.38 |
| Hex | AF | 13 | 72 | 0 | 59 | 23 | 1F | 143 | 50 | 26 |
| Octal | 257 | 23 | 162 | 0 | 131 | 43 | 37 | 503 | 120 | 46 |
| Binary | 10101111 | 10011 | 1110010 | 0 | 1011001 | 100011 | 11111 | 101000011 | 1010000 | 100110 |
Color Harmonies of #AF1372
Complementary color
Monochromatic Colors of #AF1372
Black with #AF1372
Text Example
Text Example
White with #AF1372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1372; }
p { color: rgb(175,19,114); }
H1.HeaderClassName
{
color: #AF1372;
}
.AnyTagClassName
{
color: #AF1372;
}
</style>
background-color css
<style>
a { background-color: #AF1372; }
a { background-color: rgb(175,19,114); }
div.DivClassName
{
background-color: #AF1372;
}
.BgClassName
{
background-color: #AF1372;
}
</style>
border-color css
<style>
span { border-color: #AF1372; }
span { border-color: rgb(175,19,114); }
td.TdClassName
{
border-color: #AF1372;
}
.TagClassName
{
border-color: #AF1372;
}
</style>