Shades of Jazzberry Jam #AF076C
Tints of Jazzberry Jam #AF076C
RGB
CMYK
RGB Variations
Color information
#AF076C (or 0xAF076C) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 6C. RGB value is (175,7,108). Sum of RGB (Red+Green+Blue) = 175+7+108=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF076C is #50F893. Grayscale: #444444. Windows color (decimal): -5306516 or 7079855. OLE color: 7079855.
HSL color Cylindrical-coordinate representation of color #AF076C: hue angle of 323.93º 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 #AF076C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.31 |
| HSL | 323.93º | 0.92% | 0.36% | - |
| HSV(B) | 323.93º | 0.96% | 0.69% | - |
| XYZ | 20.46 | 10.35 | 15.11 | - |
| YUV | 68.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 108 | 0 | 0.96 | 0.38 | 0.31 | 323.93 | 0.92 | 0.36 |
| Hex | AF | 7 | 6C | 0 | 60 | 26 | 1F | 144 | 5C | 24 |
| Octal | 257 | 7 | 154 | 0 | 140 | 46 | 37 | 504 | 134 | 44 |
| Binary | 10101111 | 111 | 1101100 | 0 | 1100000 | 100110 | 11111 | 101000100 | 1011100 | 100100 |
Color Harmonies of #AF076C
Complementary color
Monochromatic Colors of #AF076C
Black with #AF076C
Text Example
Text Example
White with #AF076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF076C; }
p { color: rgb(175,7,108); }
H1.HeaderClassName
{
color: #AF076C;
}
.AnyTagClassName
{
color: #AF076C;
}
</style>
background-color css
<style>
a { background-color: #AF076C; }
a { background-color: rgb(175,7,108); }
div.DivClassName
{
background-color: #AF076C;
}
.BgClassName
{
background-color: #AF076C;
}
</style>
border-color css
<style>
span { border-color: #AF076C; }
span { border-color: rgb(175,7,108); }
td.TdClassName
{
border-color: #AF076C;
}
.TagClassName
{
border-color: #AF076C;
}
</style>