Shades of Jazzberry Jam #AF1268
Tints of Jazzberry Jam #AF1268
RGB
CMYK
RGB Variations
Color information
#AF1268 (or 0xAF1268) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 68. RGB value is (175,18,104). Sum of RGB (Red+Green+Blue) = 175+18+104=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1268 is #50ED97. Grayscale: #4A4A4A. Windows color (decimal): -5303704 or 6820527. OLE color: 6820527.
HSL color Cylindrical-coordinate representation of color #AF1268: hue angle of 327.13º 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 #AF1268 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 104 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.31 |
| HSL | 327.13º | 0.81% | 0.38% | - |
| HSV(B) | 327.13º | 0.9% | 0.69% | - |
| XYZ | 20.39 | 10.55 | 14.06 | - |
| YUV | 74.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 104 | 0 | 0.90 | 0.41 | 0.31 | 327.13 | 0.81 | 0.38 |
| Hex | AF | 12 | 68 | 0 | 5A | 29 | 1F | 147 | 51 | 26 |
| Octal | 257 | 22 | 150 | 0 | 132 | 51 | 37 | 507 | 121 | 46 |
| Binary | 10101111 | 10010 | 1101000 | 0 | 1011010 | 101001 | 11111 | 101000111 | 1010001 | 100110 |
Color Harmonies of #AF1268
Complementary color
Monochromatic Colors of #AF1268
Black with #AF1268
Text Example
Text Example
White with #AF1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1268; }
p { color: rgb(175,18,104); }
H1.HeaderClassName
{
color: #AF1268;
}
.AnyTagClassName
{
color: #AF1268;
}
</style>
background-color css
<style>
a { background-color: #AF1268; }
a { background-color: rgb(175,18,104); }
div.DivClassName
{
background-color: #AF1268;
}
.BgClassName
{
background-color: #AF1268;
}
</style>
border-color css
<style>
span { border-color: #AF1268; }
span { border-color: rgb(175,18,104); }
td.TdClassName
{
border-color: #AF1268;
}
.TagClassName
{
border-color: #AF1268;
}
</style>