Shades of Jazzberry Jam #A41D6B
Tints of Jazzberry Jam #A41D6B
RGB
CMYK
RGB Variations
Color information
#A41D6B (or 0xA41D6B) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 6B. RGB value is (164,29,107). Sum of RGB (Red+Green+Blue) = 164+29+107=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D6B is #5BE294. Grayscale: #4E4E4E. Windows color (decimal): -6021781 or 7019940. OLE color: 7019940.
HSL color Cylindrical-coordinate representation of color #A41D6B: hue angle of 325.33º degrees, saturation: 0.7, 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 #A41D6B is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 107 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.36 |
| HSL | 325.33º | 0.7% | 0.38% | - |
| HSV(B) | 325.33º | 0.82% | 0.64% | - |
| XYZ | 18.4 | 9.83 | 14.84 | - |
| YUV | 78.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 107 | 0 | 0.82 | 0.35 | 0.36 | 325.33 | 0.7 | 0.38 |
| Hex | A4 | 1D | 6B | 0 | 52 | 23 | 24 | 145 | 46 | 26 |
| Octal | 244 | 35 | 153 | 0 | 122 | 43 | 44 | 505 | 106 | 46 |
| Binary | 10100100 | 11101 | 1101011 | 0 | 1010010 | 100011 | 100100 | 101000101 | 1000110 | 100110 |
Color Harmonies of #A41D6B
Complementary color
Monochromatic Colors of #A41D6B
Black with #A41D6B
Text Example
Text Example
White with #A41D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D6B; }
p { color: rgb(164,29,107); }
H1.HeaderClassName
{
color: #A41D6B;
}
.AnyTagClassName
{
color: #A41D6B;
}
</style>
background-color css
<style>
a { background-color: #A41D6B; }
a { background-color: rgb(164,29,107); }
div.DivClassName
{
background-color: #A41D6B;
}
.BgClassName
{
background-color: #A41D6B;
}
</style>
border-color css
<style>
span { border-color: #A41D6B; }
span { border-color: rgb(164,29,107); }
td.TdClassName
{
border-color: #A41D6B;
}
.TagClassName
{
border-color: #A41D6B;
}
</style>