Shades of Jazzberry Jam #AF176D
Tints of Jazzberry Jam #AF176D
RGB
CMYK
RGB Variations
Color information
#AF176D (or 0xAF176D) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 6D. RGB value is (175,23,109). Sum of RGB (Red+Green+Blue) = 175+23+109=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF176D is #50E892. Grayscale: #4E4E4E. Windows color (decimal): -5302419 or 7149487. OLE color: 7149487.
HSL color Cylindrical-coordinate representation of color #AF176D: hue angle of 326.05º 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 #AF176D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 109 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.31 |
| HSL | 326.05º | 0.77% | 0.39% | - |
| HSV(B) | 326.05º | 0.87% | 0.69% | - |
| XYZ | 20.75 | 10.83 | 15.47 | - |
| YUV | 78.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 109 | 0 | 0.87 | 0.38 | 0.31 | 326.05 | 0.77 | 0.39 |
| Hex | AF | 17 | 6D | 0 | 57 | 26 | 1F | 146 | 4D | 27 |
| Octal | 257 | 27 | 155 | 0 | 127 | 46 | 37 | 506 | 115 | 47 |
| Binary | 10101111 | 10111 | 1101101 | 0 | 1010111 | 100110 | 11111 | 101000110 | 1001101 | 100111 |
Color Harmonies of #AF176D
Complementary color
Monochromatic Colors of #AF176D
Black with #AF176D
Text Example
Text Example
White with #AF176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF176D; }
p { color: rgb(175,23,109); }
H1.HeaderClassName
{
color: #AF176D;
}
.AnyTagClassName
{
color: #AF176D;
}
</style>
background-color css
<style>
a { background-color: #AF176D; }
a { background-color: rgb(175,23,109); }
div.DivClassName
{
background-color: #AF176D;
}
.BgClassName
{
background-color: #AF176D;
}
</style>
border-color css
<style>
span { border-color: #AF176D; }
span { border-color: rgb(175,23,109); }
td.TdClassName
{
border-color: #AF176D;
}
.TagClassName
{
border-color: #AF176D;
}
</style>