Shades of Jazzberry Jam #A40354
Tints of Jazzberry Jam #A40354
RGB
CMYK
RGB Variations
Color information
#A40354 (or 0xA40354) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 54. RGB value is (164,3,84). Sum of RGB (Red+Green+Blue) = 164+3+84=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A40354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40354 is #5BFCAB. Grayscale: #3C3C3C. Windows color (decimal): -6028460 or 5505956. OLE color: 5505956.
HSL color Cylindrical-coordinate representation of color #A40354: hue angle of 329.81º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40354 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.36 |
| HSL | 329.81º | 0.96% | 0.33% | - |
| HSV(B) | 329.81º | 0.98% | 0.64% | - |
| XYZ | 16.94 | 8.6 | 9.15 | - |
| YUV | 60.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 84 | 0 | 0.98 | 0.49 | 0.36 | 329.81 | 0.96 | 0.33 |
| Hex | A4 | 3 | 54 | 0 | 62 | 31 | 24 | 14A | 60 | 21 |
| Octal | 244 | 3 | 124 | 0 | 142 | 61 | 44 | 512 | 140 | 41 |
| Binary | 10100100 | 11 | 1010100 | 0 | 1100010 | 110001 | 100100 | 101001010 | 1100000 | 100001 |
Color Harmonies of #A40354
Complementary color
Monochromatic Colors of #A40354
Black with #A40354
Text Example
Text Example
White with #A40354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40354; }
p { color: rgb(164,3,84); }
H1.HeaderClassName
{
color: #A40354;
}
.AnyTagClassName
{
color: #A40354;
}
</style>
background-color css
<style>
a { background-color: #A40354; }
a { background-color: rgb(164,3,84); }
div.DivClassName
{
background-color: #A40354;
}
.BgClassName
{
background-color: #A40354;
}
</style>
border-color css
<style>
span { border-color: #A40354; }
span { border-color: rgb(164,3,84); }
td.TdClassName
{
border-color: #A40354;
}
.TagClassName
{
border-color: #A40354;
}
</style>