Shades of Jazzberry Jam #A4004F
Tints of Jazzberry Jam #A4004F
RGB
CMYK
RGB Variations
Color information
#A4004F (or 0xA4004F) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 4F. RGB value is (164,0,79). Sum of RGB (Red+Green+Blue) = 164+0+79=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4004F is #5BFFB0. Grayscale: #393939. Windows color (decimal): -6029233 or 5177508. OLE color: 5177508.
HSL color Cylindrical-coordinate representation of color #A4004F: hue angle of 331.1º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4004F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.52 | 0.36 |
| HSL | 331.1º | 1% | 0.32% | - |
| HSV(B) | 331.1º | 1% | 0.64% | - |
| XYZ | 16.72 | 8.46 | 8.15 | - |
| YUV | 58.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 79 | 0 | 1 | 0.52 | 0.36 | 331.1 | 1 | 0.32 |
| Hex | A4 | 0 | 4F | 0 | 64 | 34 | 24 | 14B | 64 | 20 |
| Octal | 244 | 0 | 117 | 0 | 144 | 64 | 44 | 513 | 144 | 40 |
| Binary | 10100100 | 0 | 1001111 | 0 | 1100100 | 110100 | 100100 | 101001011 | 1100100 | 100000 |
Color Harmonies of #A4004F
Complementary color
Monochromatic Colors of #A4004F
Black with #A4004F
Text Example
Text Example
White with #A4004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4004F; }
p { color: rgb(164,0,79); }
H1.HeaderClassName
{
color: #A4004F;
}
.AnyTagClassName
{
color: #A4004F;
}
</style>
background-color css
<style>
a { background-color: #A4004F; }
a { background-color: rgb(164,0,79); }
div.DivClassName
{
background-color: #A4004F;
}
.BgClassName
{
background-color: #A4004F;
}
</style>
border-color css
<style>
span { border-color: #A4004F; }
span { border-color: rgb(164,0,79); }
td.TdClassName
{
border-color: #A4004F;
}
.TagClassName
{
border-color: #A4004F;
}
</style>