Shades of Jazzberry Jam #AF034D
Tints of Jazzberry Jam #AF034D
RGB
CMYK
RGB Variations
Color information
#AF034D (or 0xAF034D) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 4D. RGB value is (175,3,77). Sum of RGB (Red+Green+Blue) = 175+3+77=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF034D is #50FCB2. Grayscale: #3E3E3E. Windows color (decimal): -5307571 or 5047215. OLE color: 5047215.
HSL color Cylindrical-coordinate representation of color #AF034D: hue angle of 334.19º degrees, saturation: 0.97, 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 #AF034D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.31 |
| HSL | 334.19º | 0.97% | 0.35% | - |
| HSV(B) | 334.19º | 0.98% | 0.69% | - |
| XYZ | 19.05 | 9.71 | 7.89 | - |
| YUV | 62.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 77 | 0 | 0.98 | 0.56 | 0.31 | 334.19 | 0.97 | 0.35 |
| Hex | AF | 3 | 4D | 0 | 62 | 38 | 1F | 14E | 61 | 23 |
| Octal | 257 | 3 | 115 | 0 | 142 | 70 | 37 | 516 | 141 | 43 |
| Binary | 10101111 | 11 | 1001101 | 0 | 1100010 | 111000 | 11111 | 101001110 | 1100001 | 100011 |
Color Harmonies of #AF034D
Complementary color
Monochromatic Colors of #AF034D
Black with #AF034D
Text Example
Text Example
White with #AF034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF034D; }
p { color: rgb(175,3,77); }
H1.HeaderClassName
{
color: #AF034D;
}
.AnyTagClassName
{
color: #AF034D;
}
</style>
background-color css
<style>
a { background-color: #AF034D; }
a { background-color: rgb(175,3,77); }
div.DivClassName
{
background-color: #AF034D;
}
.BgClassName
{
background-color: #AF034D;
}
</style>
border-color css
<style>
span { border-color: #AF034D; }
span { border-color: rgb(175,3,77); }
td.TdClassName
{
border-color: #AF034D;
}
.TagClassName
{
border-color: #AF034D;
}
</style>