Shades of Jazzberry Jam #AF1567
Tints of Jazzberry Jam #AF1567
RGB
CMYK
RGB Variations
Color information
#AF1567 (or 0xAF1567) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 67. RGB value is (175,21,103). Sum of RGB (Red+Green+Blue) = 175+21+103=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1567 is #50EA98. Grayscale: #4C4C4C. Windows color (decimal): -5302937 or 6755759. OLE color: 6755759.
HSL color Cylindrical-coordinate representation of color #AF1567: hue angle of 328.05º 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 #AF1567 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 103 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.31 |
| HSL | 328.05º | 0.79% | 0.38% | - |
| HSV(B) | 328.05º | 0.88% | 0.69% | - |
| XYZ | 20.4 | 10.63 | 13.81 | - |
| YUV | 76.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 103 | 0 | 0.88 | 0.41 | 0.31 | 328.05 | 0.79 | 0.38 |
| Hex | AF | 15 | 67 | 0 | 58 | 29 | 1F | 148 | 4F | 26 |
| Octal | 257 | 25 | 147 | 0 | 130 | 51 | 37 | 510 | 117 | 46 |
| Binary | 10101111 | 10101 | 1100111 | 0 | 1011000 | 101001 | 11111 | 101001000 | 1001111 | 100110 |
Color Harmonies of #AF1567
Complementary color
Monochromatic Colors of #AF1567
Black with #AF1567
Text Example
Text Example
White with #AF1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1567; }
p { color: rgb(175,21,103); }
H1.HeaderClassName
{
color: #AF1567;
}
.AnyTagClassName
{
color: #AF1567;
}
</style>
background-color css
<style>
a { background-color: #AF1567; }
a { background-color: rgb(175,21,103); }
div.DivClassName
{
background-color: #AF1567;
}
.BgClassName
{
background-color: #AF1567;
}
</style>
border-color css
<style>
span { border-color: #AF1567; }
span { border-color: rgb(175,21,103); }
td.TdClassName
{
border-color: #AF1567;
}
.TagClassName
{
border-color: #AF1567;
}
</style>