Shades of Jazzberry Jam #AF044F
Tints of Jazzberry Jam #AF044F
RGB
CMYK
RGB Variations
Color information
#AF044F (or 0xAF044F) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 4F. RGB value is (175,4,79). Sum of RGB (Red+Green+Blue) = 175+4+79=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF044F is #50FBB0. Grayscale: #3F3F3F. Windows color (decimal): -5307313 or 5178543. OLE color: 5178543.
HSL color Cylindrical-coordinate representation of color #AF044F: hue angle of 333.68º 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 #AF044F is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.31 |
| HSL | 333.68º | 0.96% | 0.35% | - |
| HSV(B) | 333.68º | 0.98% | 0.69% | - |
| XYZ | 19.13 | 9.77 | 8.27 | - |
| YUV | 63.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 79 | 0 | 0.98 | 0.55 | 0.31 | 333.68 | 0.96 | 0.35 |
| Hex | AF | 4 | 4F | 0 | 62 | 37 | 1F | 14E | 60 | 23 |
| Octal | 257 | 4 | 117 | 0 | 142 | 67 | 37 | 516 | 140 | 43 |
| Binary | 10101111 | 100 | 1001111 | 0 | 1100010 | 110111 | 11111 | 101001110 | 1100000 | 100011 |
Color Harmonies of #AF044F
Complementary color
Monochromatic Colors of #AF044F
Black with #AF044F
Text Example
Text Example
White with #AF044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF044F; }
p { color: rgb(175,4,79); }
H1.HeaderClassName
{
color: #AF044F;
}
.AnyTagClassName
{
color: #AF044F;
}
</style>
background-color css
<style>
a { background-color: #AF044F; }
a { background-color: rgb(175,4,79); }
div.DivClassName
{
background-color: #AF044F;
}
.BgClassName
{
background-color: #AF044F;
}
</style>
border-color css
<style>
span { border-color: #AF044F; }
span { border-color: rgb(175,4,79); }
td.TdClassName
{
border-color: #AF044F;
}
.TagClassName
{
border-color: #AF044F;
}
</style>