Shades of Jazzberry Jam #AF1275
Tints of Jazzberry Jam #AF1275
RGB
CMYK
RGB Variations
Color information
#AF1275 (or 0xAF1275) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 75. RGB value is (175,18,117). Sum of RGB (Red+Green+Blue) = 175+18+117=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1275 is #50ED8A. Grayscale: #4B4B4B. Windows color (decimal): -5303691 or 7672495. OLE color: 7672495.
HSL color Cylindrical-coordinate representation of color #AF1275: hue angle of 322.17º 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 #AF1275 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 117 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.31 |
| HSL | 322.17º | 0.81% | 0.38% | - |
| HSV(B) | 322.17º | 0.9% | 0.69% | - |
| XYZ | 21.11 | 10.83 | 17.81 | - |
| YUV | 76.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 117 | 0 | 0.90 | 0.33 | 0.31 | 322.17 | 0.81 | 0.38 |
| Hex | AF | 12 | 75 | 0 | 5A | 21 | 1F | 142 | 51 | 26 |
| Octal | 257 | 22 | 165 | 0 | 132 | 41 | 37 | 502 | 121 | 46 |
| Binary | 10101111 | 10010 | 1110101 | 0 | 1011010 | 100001 | 11111 | 101000010 | 1010001 | 100110 |
Color Harmonies of #AF1275
Complementary color
Monochromatic Colors of #AF1275
Black with #AF1275
Text Example
Text Example
White with #AF1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1275; }
p { color: rgb(175,18,117); }
H1.HeaderClassName
{
color: #AF1275;
}
.AnyTagClassName
{
color: #AF1275;
}
</style>
background-color css
<style>
a { background-color: #AF1275; }
a { background-color: rgb(175,18,117); }
div.DivClassName
{
background-color: #AF1275;
}
.BgClassName
{
background-color: #AF1275;
}
</style>
border-color css
<style>
span { border-color: #AF1275; }
span { border-color: rgb(175,18,117); }
td.TdClassName
{
border-color: #AF1275;
}
.TagClassName
{
border-color: #AF1275;
}
</style>