Shades of Jazzberry Jam #AF0743
Tints of Jazzberry Jam #AF0743
RGB
CMYK
RGB Variations
Color information
#AF0743 (or 0xAF0743) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 43. RGB value is (175,7,67). Sum of RGB (Red+Green+Blue) = 175+7+67=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0743 is #50F8BC. Grayscale: #404040. Windows color (decimal): -5306557 or 4392879. OLE color: 4392879.
HSL color Cylindrical-coordinate representation of color #AF0743: hue angle of 338.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0743 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 67 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.31 |
| HSL | 338.57º | 0.92% | 0.36% | - |
| HSV(B) | 338.57º | 0.96% | 0.69% | - |
| XYZ | 18.77 | 9.67 | 6.19 | - |
| YUV | 64.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 67 | 0 | 0.96 | 0.62 | 0.31 | 338.57 | 0.92 | 0.36 |
| Hex | AF | 7 | 43 | 0 | 60 | 3E | 1F | 153 | 5C | 24 |
| Octal | 257 | 7 | 103 | 0 | 140 | 76 | 37 | 523 | 134 | 44 |
| Binary | 10101111 | 111 | 1000011 | 0 | 1100000 | 111110 | 11111 | 101010011 | 1011100 | 100100 |
Color Harmonies of #AF0743
Complementary color
Monochromatic Colors of #AF0743
Black with #AF0743
Text Example
Text Example
White with #AF0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0743; }
p { color: rgb(175,7,67); }
H1.HeaderClassName
{
color: #AF0743;
}
.AnyTagClassName
{
color: #AF0743;
}
</style>
background-color css
<style>
a { background-color: #AF0743; }
a { background-color: rgb(175,7,67); }
div.DivClassName
{
background-color: #AF0743;
}
.BgClassName
{
background-color: #AF0743;
}
</style>
border-color css
<style>
span { border-color: #AF0743; }
span { border-color: rgb(175,7,67); }
td.TdClassName
{
border-color: #AF0743;
}
.TagClassName
{
border-color: #AF0743;
}
</style>