Shades of Jazzberry Jam #AF1276
Tints of Jazzberry Jam #AF1276
RGB
CMYK
RGB Variations
Color information
#AF1276 (or 0xAF1276) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 76. RGB value is (175,18,118). Sum of RGB (Red+Green+Blue) = 175+18+118=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1276 is #50ED89. Grayscale: #4C4C4C. Windows color (decimal): -5303690 or 7738031. OLE color: 7738031.
HSL color Cylindrical-coordinate representation of color #AF1276: hue angle of 321.78º 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 #AF1276 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 118 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.31 |
| HSL | 321.78º | 0.81% | 0.38% | - |
| HSV(B) | 321.78º | 0.9% | 0.69% | - |
| XYZ | 21.17 | 10.85 | 18.12 | - |
| YUV | 76.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 118 | 0 | 0.90 | 0.33 | 0.31 | 321.78 | 0.81 | 0.38 |
| Hex | AF | 12 | 76 | 0 | 5A | 21 | 1F | 142 | 51 | 26 |
| Octal | 257 | 22 | 166 | 0 | 132 | 41 | 37 | 502 | 121 | 46 |
| Binary | 10101111 | 10010 | 1110110 | 0 | 1011010 | 100001 | 11111 | 101000010 | 1010001 | 100110 |
Color Harmonies of #AF1276
Complementary color
Monochromatic Colors of #AF1276
Black with #AF1276
Text Example
Text Example
White with #AF1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1276; }
p { color: rgb(175,18,118); }
H1.HeaderClassName
{
color: #AF1276;
}
.AnyTagClassName
{
color: #AF1276;
}
</style>
background-color css
<style>
a { background-color: #AF1276; }
a { background-color: rgb(175,18,118); }
div.DivClassName
{
background-color: #AF1276;
}
.BgClassName
{
background-color: #AF1276;
}
</style>
border-color css
<style>
span { border-color: #AF1276; }
span { border-color: rgb(175,18,118); }
td.TdClassName
{
border-color: #AF1276;
}
.TagClassName
{
border-color: #AF1276;
}
</style>