Shades of Jazzberry Jam #AF176C
Tints of Jazzberry Jam #AF176C
RGB
CMYK
RGB Variations
Color information
#AF176C (or 0xAF176C) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 6C. RGB value is (175,23,108). Sum of RGB (Red+Green+Blue) = 175+23+108=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF176C is #50E893. Grayscale: #4D4D4D. Windows color (decimal): -5302420 or 7083951. OLE color: 7083951.
HSL color Cylindrical-coordinate representation of color #AF176C: hue angle of 326.45º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF176C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 108 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.31 |
| HSL | 326.45º | 0.77% | 0.39% | - |
| HSV(B) | 326.45º | 0.87% | 0.69% | - |
| XYZ | 20.69 | 10.81 | 15.18 | - |
| YUV | 78.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 108 | 0 | 0.87 | 0.38 | 0.31 | 326.45 | 0.77 | 0.39 |
| Hex | AF | 17 | 6C | 0 | 57 | 26 | 1F | 146 | 4D | 27 |
| Octal | 257 | 27 | 154 | 0 | 127 | 46 | 37 | 506 | 115 | 47 |
| Binary | 10101111 | 10111 | 1101100 | 0 | 1010111 | 100110 | 11111 | 101000110 | 1001101 | 100111 |
Color Harmonies of #AF176C
Complementary color
Monochromatic Colors of #AF176C
Black with #AF176C
Text Example
Text Example
White with #AF176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF176C; }
p { color: rgb(175,23,108); }
H1.HeaderClassName
{
color: #AF176C;
}
.AnyTagClassName
{
color: #AF176C;
}
</style>
background-color css
<style>
a { background-color: #AF176C; }
a { background-color: rgb(175,23,108); }
div.DivClassName
{
background-color: #AF176C;
}
.BgClassName
{
background-color: #AF176C;
}
</style>
border-color css
<style>
span { border-color: #AF176C; }
span { border-color: rgb(175,23,108); }
td.TdClassName
{
border-color: #AF176C;
}
.TagClassName
{
border-color: #AF176C;
}
</style>