Shades of Jazzberry Jam #AF1068
Tints of Jazzberry Jam #AF1068
RGB
CMYK
RGB Variations
Color information
#AF1068 (or 0xAF1068) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 68. RGB value is (175,16,104). Sum of RGB (Red+Green+Blue) = 175+16+104=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1068 is #50EF97. Grayscale: #494949. Windows color (decimal): -5304216 or 6820015. OLE color: 6820015.
HSL color Cylindrical-coordinate representation of color #AF1068: hue angle of 326.79º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1068 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 104 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.31 |
| HSL | 326.79º | 0.83% | 0.37% | - |
| HSV(B) | 326.79º | 0.91% | 0.69% | - |
| XYZ | 20.36 | 10.48 | 14.05 | - |
| YUV | 73.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 104 | 0 | 0.91 | 0.41 | 0.31 | 326.79 | 0.83 | 0.37 |
| Hex | AF | 10 | 68 | 0 | 5B | 29 | 1F | 147 | 53 | 25 |
| Octal | 257 | 20 | 150 | 0 | 133 | 51 | 37 | 507 | 123 | 45 |
| Binary | 10101111 | 10000 | 1101000 | 0 | 1011011 | 101001 | 11111 | 101000111 | 1010011 | 100101 |
Color Harmonies of #AF1068
Complementary color
Monochromatic Colors of #AF1068
Black with #AF1068
Text Example
Text Example
White with #AF1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1068; }
p { color: rgb(175,16,104); }
H1.HeaderClassName
{
color: #AF1068;
}
.AnyTagClassName
{
color: #AF1068;
}
</style>
background-color css
<style>
a { background-color: #AF1068; }
a { background-color: rgb(175,16,104); }
div.DivClassName
{
background-color: #AF1068;
}
.BgClassName
{
background-color: #AF1068;
}
</style>
border-color css
<style>
span { border-color: #AF1068; }
span { border-color: rgb(175,16,104); }
td.TdClassName
{
border-color: #AF1068;
}
.TagClassName
{
border-color: #AF1068;
}
</style>