Shades of Jazzberry Jam #A41F64
Tints of Jazzberry Jam #A41F64
RGB
CMYK
RGB Variations
Color information
#A41F64 (or 0xA41F64) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 64. RGB value is (164,31,100). Sum of RGB (Red+Green+Blue) = 164+31+100=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F64 is #5BE09B. Grayscale: #4E4E4E. Windows color (decimal): -6021276 or 6561700. OLE color: 6561700.
HSL color Cylindrical-coordinate representation of color #A41F64: hue angle of 328.87º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F64 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 100 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.36 |
| HSL | 328.87º | 0.68% | 0.38% | - |
| HSV(B) | 328.87º | 0.81% | 0.64% | - |
| XYZ | 18.1 | 9.79 | 12.99 | - |
| YUV | 78.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 100 | 0 | 0.81 | 0.39 | 0.36 | 328.87 | 0.68 | 0.38 |
| Hex | A4 | 1F | 64 | 0 | 51 | 27 | 24 | 149 | 44 | 26 |
| Octal | 244 | 37 | 144 | 0 | 121 | 47 | 44 | 511 | 104 | 46 |
| Binary | 10100100 | 11111 | 1100100 | 0 | 1010001 | 100111 | 100100 | 101001001 | 1000100 | 100110 |
Color Harmonies of #A41F64
Complementary color
Monochromatic Colors of #A41F64
Black with #A41F64
Text Example
Text Example
White with #A41F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F64; }
p { color: rgb(164,31,100); }
H1.HeaderClassName
{
color: #A41F64;
}
.AnyTagClassName
{
color: #A41F64;
}
</style>
background-color css
<style>
a { background-color: #A41F64; }
a { background-color: rgb(164,31,100); }
div.DivClassName
{
background-color: #A41F64;
}
.BgClassName
{
background-color: #A41F64;
}
</style>
border-color css
<style>
span { border-color: #A41F64; }
span { border-color: rgb(164,31,100); }
td.TdClassName
{
border-color: #A41F64;
}
.TagClassName
{
border-color: #A41F64;
}
</style>