Shades of Jazzberry Jam #AF0472
Tints of Jazzberry Jam #AF0472
RGB
CMYK
RGB Variations
Color information
#AF0472 (or 0xAF0472) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 72. RGB value is (175,4,114). Sum of RGB (Red+Green+Blue) = 175+4+114=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0472 is #50FB8D. Grayscale: #434343. Windows color (decimal): -5307278 or 7472303. OLE color: 7472303.
HSL color Cylindrical-coordinate representation of color #AF0472: hue angle of 321.4º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0472 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.31 |
| HSL | 321.4º | 0.96% | 0.35% | - |
| HSV(B) | 321.4º | 0.98% | 0.69% | - |
| XYZ | 20.76 | 10.42 | 16.84 | - |
| YUV | 67.67 | 154.15 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 114 | 0 | 0.98 | 0.35 | 0.31 | 321.4 | 0.96 | 0.35 |
| Hex | AF | 4 | 72 | 0 | 62 | 23 | 1F | 141 | 60 | 23 |
| Octal | 257 | 4 | 162 | 0 | 142 | 43 | 37 | 501 | 140 | 43 |
| Binary | 10101111 | 100 | 1110010 | 0 | 1100010 | 100011 | 11111 | 101000001 | 1100000 | 100011 |
Color Harmonies of #AF0472
Complementary color
Monochromatic Colors of #AF0472
Black with #AF0472
Text Example
Text Example
White with #AF0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0472; }
p { color: rgb(175,4,114); }
H1.HeaderClassName
{
color: #AF0472;
}
.AnyTagClassName
{
color: #AF0472;
}
</style>
background-color css
<style>
a { background-color: #AF0472; }
a { background-color: rgb(175,4,114); }
div.DivClassName
{
background-color: #AF0472;
}
.BgClassName
{
background-color: #AF0472;
}
</style>
border-color css
<style>
span { border-color: #AF0472; }
span { border-color: rgb(175,4,114); }
td.TdClassName
{
border-color: #AF0472;
}
.TagClassName
{
border-color: #AF0472;
}
</style>