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