Shades of Jazzberry Jam #A4246C
Tints of Jazzberry Jam #A4246C
RGB
CMYK
RGB Variations
Color information
#A4246C (or 0xA4246C) is known color: Jazzberry Jam. HEX triplet: A4, 24 and 6C. RGB value is (164,36,108). Sum of RGB (Red+Green+Blue) = 164+36+108=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4246C is #5BDB93. Grayscale: #525252. Windows color (decimal): -6019988 or 7087268. OLE color: 7087268.
HSL color Cylindrical-coordinate representation of color #A4246C: hue angle of 326.25º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4246C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 108 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.36 |
| HSL | 326.25º | 0.64% | 0.39% | - |
| HSV(B) | 326.25º | 0.78% | 0.64% | - |
| XYZ | 18.65 | 10.24 | 15.18 | - |
| YUV | 82.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 108 | 0 | 0.78 | 0.34 | 0.36 | 326.25 | 0.64 | 0.39 |
| Hex | A4 | 24 | 6C | 0 | 4E | 22 | 24 | 146 | 40 | 27 |
| Octal | 244 | 44 | 154 | 0 | 116 | 42 | 44 | 506 | 100 | 47 |
| Binary | 10100100 | 100100 | 1101100 | 0 | 1001110 | 100010 | 100100 | 101000110 | 1000000 | 100111 |
Color Harmonies of #A4246C
Complementary color
Monochromatic Colors of #A4246C
Black with #A4246C
Text Example
Text Example
White with #A4246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4246C; }
p { color: rgb(164,36,108); }
H1.HeaderClassName
{
color: #A4246C;
}
.AnyTagClassName
{
color: #A4246C;
}
</style>
background-color css
<style>
a { background-color: #A4246C; }
a { background-color: rgb(164,36,108); }
div.DivClassName
{
background-color: #A4246C;
}
.BgClassName
{
background-color: #A4246C;
}
</style>
border-color css
<style>
span { border-color: #A4246C; }
span { border-color: rgb(164,36,108); }
td.TdClassName
{
border-color: #A4246C;
}
.TagClassName
{
border-color: #A4246C;
}
</style>