Shades of Jazzberry Jam #AF064D
Tints of Jazzberry Jam #AF064D
RGB
CMYK
RGB Variations
Color information
#AF064D (or 0xAF064D) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 4D. RGB value is (175,6,77). Sum of RGB (Red+Green+Blue) = 175+6+77=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF064D is #50F9B2. Grayscale: #404040. Windows color (decimal): -5306803 or 5047983. OLE color: 5047983.
HSL color Cylindrical-coordinate representation of color #AF064D: hue angle of 334.79º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF064D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.31 |
| HSL | 334.79º | 0.93% | 0.35% | - |
| HSV(B) | 334.79º | 0.97% | 0.69% | - |
| XYZ | 19.08 | 9.78 | 7.9 | - |
| YUV | 64.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 77 | 0 | 0.97 | 0.56 | 0.31 | 334.79 | 0.93 | 0.35 |
| Hex | AF | 6 | 4D | 0 | 61 | 38 | 1F | 14F | 5D | 23 |
| Octal | 257 | 6 | 115 | 0 | 141 | 70 | 37 | 517 | 135 | 43 |
| Binary | 10101111 | 110 | 1001101 | 0 | 1100001 | 111000 | 11111 | 101001111 | 1011101 | 100011 |
Color Harmonies of #AF064D
Complementary color
Monochromatic Colors of #AF064D
Black with #AF064D
Text Example
Text Example
White with #AF064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF064D; }
p { color: rgb(175,6,77); }
H1.HeaderClassName
{
color: #AF064D;
}
.AnyTagClassName
{
color: #AF064D;
}
</style>
background-color css
<style>
a { background-color: #AF064D; }
a { background-color: rgb(175,6,77); }
div.DivClassName
{
background-color: #AF064D;
}
.BgClassName
{
background-color: #AF064D;
}
</style>
border-color css
<style>
span { border-color: #AF064D; }
span { border-color: rgb(175,6,77); }
td.TdClassName
{
border-color: #AF064D;
}
.TagClassName
{
border-color: #AF064D;
}
</style>