Shades of Jazzberry Jam #AF1773
Tints of Jazzberry Jam #AF1773
RGB
CMYK
RGB Variations
Color information
#AF1773 (or 0xAF1773) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 73. RGB value is (175,23,115). Sum of RGB (Red+Green+Blue) = 175+23+115=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1773 is #50E88C. Grayscale: #4E4E4E. Windows color (decimal): -5302413 or 7542703. OLE color: 7542703.
HSL color Cylindrical-coordinate representation of color #AF1773: hue angle of 323.68º 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 #AF1773 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 115 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.31 |
| HSL | 323.68º | 0.77% | 0.39% | - |
| HSV(B) | 323.68º | 0.87% | 0.69% | - |
| XYZ | 21.08 | 10.96 | 17.22 | - |
| YUV | 78.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 115 | 0 | 0.87 | 0.34 | 0.31 | 323.68 | 0.77 | 0.39 |
| Hex | AF | 17 | 73 | 0 | 57 | 22 | 1F | 144 | 4D | 27 |
| Octal | 257 | 27 | 163 | 0 | 127 | 42 | 37 | 504 | 115 | 47 |
| Binary | 10101111 | 10111 | 1110011 | 0 | 1010111 | 100010 | 11111 | 101000100 | 1001101 | 100111 |
Color Harmonies of #AF1773
Complementary color
Monochromatic Colors of #AF1773
Black with #AF1773
Text Example
Text Example
White with #AF1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1773; }
p { color: rgb(175,23,115); }
H1.HeaderClassName
{
color: #AF1773;
}
.AnyTagClassName
{
color: #AF1773;
}
</style>
background-color css
<style>
a { background-color: #AF1773; }
a { background-color: rgb(175,23,115); }
div.DivClassName
{
background-color: #AF1773;
}
.BgClassName
{
background-color: #AF1773;
}
</style>
border-color css
<style>
span { border-color: #AF1773; }
span { border-color: rgb(175,23,115); }
td.TdClassName
{
border-color: #AF1773;
}
.TagClassName
{
border-color: #AF1773;
}
</style>