Shades of Jazzberry Jam #AF1568
Tints of Jazzberry Jam #AF1568
RGB
CMYK
RGB Variations
Color information
#AF1568 (or 0xAF1568) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 68. RGB value is (175,21,104). Sum of RGB (Red+Green+Blue) = 175+21+104=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1568 is #50EA97. Grayscale: #4C4C4C. Windows color (decimal): -5302936 or 6821295. OLE color: 6821295.
HSL color Cylindrical-coordinate representation of color #AF1568: hue angle of 327.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1568 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 104 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.31 |
| HSL | 327.66º | 0.79% | 0.38% | - |
| HSV(B) | 327.66º | 0.88% | 0.69% | - |
| XYZ | 20.45 | 10.65 | 14.07 | - |
| YUV | 76.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 104 | 0 | 0.88 | 0.41 | 0.31 | 327.66 | 0.79 | 0.38 |
| Hex | AF | 15 | 68 | 0 | 58 | 29 | 1F | 148 | 4F | 26 |
| Octal | 257 | 25 | 150 | 0 | 130 | 51 | 37 | 510 | 117 | 46 |
| Binary | 10101111 | 10101 | 1101000 | 0 | 1011000 | 101001 | 11111 | 101001000 | 1001111 | 100110 |
Color Harmonies of #AF1568
Complementary color
Monochromatic Colors of #AF1568
Black with #AF1568
Text Example
Text Example
White with #AF1568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1568; }
p { color: rgb(175,21,104); }
H1.HeaderClassName
{
color: #AF1568;
}
.AnyTagClassName
{
color: #AF1568;
}
</style>
background-color css
<style>
a { background-color: #AF1568; }
a { background-color: rgb(175,21,104); }
div.DivClassName
{
background-color: #AF1568;
}
.BgClassName
{
background-color: #AF1568;
}
</style>
border-color css
<style>
span { border-color: #AF1568; }
span { border-color: rgb(175,21,104); }
td.TdClassName
{
border-color: #AF1568;
}
.TagClassName
{
border-color: #AF1568;
}
</style>