Shades of Jazzberry Jam #AF1067
Tints of Jazzberry Jam #AF1067
RGB
CMYK
RGB Variations
Color information
#AF1067 (or 0xAF1067) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 67. RGB value is (175,16,103). Sum of RGB (Red+Green+Blue) = 175+16+103=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1067 is #50EF98. Grayscale: #494949. Windows color (decimal): -5304217 or 6754479. OLE color: 6754479.
HSL color Cylindrical-coordinate representation of color #AF1067: hue angle of 327.17º 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 #AF1067 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 103 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.31 |
| HSL | 327.17º | 0.83% | 0.37% | - |
| HSV(B) | 327.17º | 0.91% | 0.69% | - |
| XYZ | 20.31 | 10.46 | 13.78 | - |
| YUV | 73.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 103 | 0 | 0.91 | 0.41 | 0.31 | 327.17 | 0.83 | 0.37 |
| Hex | AF | 10 | 67 | 0 | 5B | 29 | 1F | 147 | 53 | 25 |
| Octal | 257 | 20 | 147 | 0 | 133 | 51 | 37 | 507 | 123 | 45 |
| Binary | 10101111 | 10000 | 1100111 | 0 | 1011011 | 101001 | 11111 | 101000111 | 1010011 | 100101 |
Color Harmonies of #AF1067
Complementary color
Monochromatic Colors of #AF1067
Black with #AF1067
Text Example
Text Example
White with #AF1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1067; }
p { color: rgb(175,16,103); }
H1.HeaderClassName
{
color: #AF1067;
}
.AnyTagClassName
{
color: #AF1067;
}
</style>
background-color css
<style>
a { background-color: #AF1067; }
a { background-color: rgb(175,16,103); }
div.DivClassName
{
background-color: #AF1067;
}
.BgClassName
{
background-color: #AF1067;
}
</style>
border-color css
<style>
span { border-color: #AF1067; }
span { border-color: rgb(175,16,103); }
td.TdClassName
{
border-color: #AF1067;
}
.TagClassName
{
border-color: #AF1067;
}
</style>