Shades of Jazzberry Jam #A41E6F
Tints of Jazzberry Jam #A41E6F
RGB
CMYK
RGB Variations
Color information
#A41E6F (or 0xA41E6F) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 6F. RGB value is (164,30,111). Sum of RGB (Red+Green+Blue) = 164+30+111=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E6F is #5BE190. Grayscale: #4F4F4F. Windows color (decimal): -6021521 or 7282340. OLE color: 7282340.
HSL color Cylindrical-coordinate representation of color #A41E6F: hue angle of 323.73º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E6F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 111 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.36 |
| HSL | 323.73º | 0.69% | 0.38% | - |
| HSV(B) | 323.73º | 0.82% | 0.64% | - |
| XYZ | 18.64 | 9.97 | 15.98 | - |
| YUV | 79.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 111 | 0 | 0.82 | 0.32 | 0.36 | 323.73 | 0.69 | 0.38 |
| Hex | A4 | 1E | 6F | 0 | 52 | 20 | 24 | 144 | 45 | 26 |
| Octal | 244 | 36 | 157 | 0 | 122 | 40 | 44 | 504 | 105 | 46 |
| Binary | 10100100 | 11110 | 1101111 | 0 | 1010010 | 100000 | 100100 | 101000100 | 1000101 | 100110 |
Color Harmonies of #A41E6F
Complementary color
Monochromatic Colors of #A41E6F
Black with #A41E6F
Text Example
Text Example
White with #A41E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E6F; }
p { color: rgb(164,30,111); }
H1.HeaderClassName
{
color: #A41E6F;
}
.AnyTagClassName
{
color: #A41E6F;
}
</style>
background-color css
<style>
a { background-color: #A41E6F; }
a { background-color: rgb(164,30,111); }
div.DivClassName
{
background-color: #A41E6F;
}
.BgClassName
{
background-color: #A41E6F;
}
</style>
border-color css
<style>
span { border-color: #A41E6F; }
span { border-color: rgb(164,30,111); }
td.TdClassName
{
border-color: #A41E6F;
}
.TagClassName
{
border-color: #A41E6F;
}
</style>