Shades of Jazzberry Jam #AF074C
Tints of Jazzberry Jam #AF074C
RGB
CMYK
RGB Variations
Color information
#AF074C (or 0xAF074C) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 4C. RGB value is (175,7,76). Sum of RGB (Red+Green+Blue) = 175+7+76=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF074C is #50F8B3. Grayscale: #404040. Windows color (decimal): -5306548 or 4982703. OLE color: 4982703.
HSL color Cylindrical-coordinate representation of color #AF074C: hue angle of 335.36º 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 #AF074C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 76 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.31 |
| HSL | 335.36º | 0.92% | 0.36% | - |
| HSV(B) | 335.36º | 0.96% | 0.69% | - |
| XYZ | 19.06 | 9.79 | 7.72 | - |
| YUV | 65.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 76 | 0 | 0.96 | 0.57 | 0.31 | 335.36 | 0.92 | 0.36 |
| Hex | AF | 7 | 4C | 0 | 60 | 39 | 1F | 14F | 5C | 24 |
| Octal | 257 | 7 | 114 | 0 | 140 | 71 | 37 | 517 | 134 | 44 |
| Binary | 10101111 | 111 | 1001100 | 0 | 1100000 | 111001 | 11111 | 101001111 | 1011100 | 100100 |
Color Harmonies of #AF074C
Complementary color
Monochromatic Colors of #AF074C
Black with #AF074C
Text Example
Text Example
White with #AF074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF074C; }
p { color: rgb(175,7,76); }
H1.HeaderClassName
{
color: #AF074C;
}
.AnyTagClassName
{
color: #AF074C;
}
</style>
background-color css
<style>
a { background-color: #AF074C; }
a { background-color: rgb(175,7,76); }
div.DivClassName
{
background-color: #AF074C;
}
.BgClassName
{
background-color: #AF074C;
}
</style>
border-color css
<style>
span { border-color: #AF074C; }
span { border-color: rgb(175,7,76); }
td.TdClassName
{
border-color: #AF074C;
}
.TagClassName
{
border-color: #AF074C;
}
</style>