Shades of Jazzberry Jam #AF1673
Tints of Jazzberry Jam #AF1673
RGB
CMYK
RGB Variations
Color information
#AF1673 (or 0xAF1673) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 73. RGB value is (175,22,115). Sum of RGB (Red+Green+Blue) = 175+22+115=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1673 is #50E98C. Grayscale: #4E4E4E. Windows color (decimal): -5302669 or 7542447. OLE color: 7542447.
HSL color Cylindrical-coordinate representation of color #AF1673: hue angle of 323.53º degrees, saturation: 0.78, 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 #AF1673 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 115 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.31 |
| HSL | 323.53º | 0.78% | 0.39% | - |
| HSV(B) | 323.53º | 0.87% | 0.69% | - |
| XYZ | 21.06 | 10.93 | 17.22 | - |
| YUV | 78.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 115 | 0 | 0.87 | 0.34 | 0.31 | 323.53 | 0.78 | 0.39 |
| Hex | AF | 16 | 73 | 0 | 57 | 22 | 1F | 144 | 4E | 27 |
| Octal | 257 | 26 | 163 | 0 | 127 | 42 | 37 | 504 | 116 | 47 |
| Binary | 10101111 | 10110 | 1110011 | 0 | 1010111 | 100010 | 11111 | 101000100 | 1001110 | 100111 |
Color Harmonies of #AF1673
Complementary color
Monochromatic Colors of #AF1673
Black with #AF1673
Text Example
Text Example
White with #AF1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1673; }
p { color: rgb(175,22,115); }
H1.HeaderClassName
{
color: #AF1673;
}
.AnyTagClassName
{
color: #AF1673;
}
</style>
background-color css
<style>
a { background-color: #AF1673; }
a { background-color: rgb(175,22,115); }
div.DivClassName
{
background-color: #AF1673;
}
.BgClassName
{
background-color: #AF1673;
}
</style>
border-color css
<style>
span { border-color: #AF1673; }
span { border-color: rgb(175,22,115); }
td.TdClassName
{
border-color: #AF1673;
}
.TagClassName
{
border-color: #AF1673;
}
</style>