Shades of Jazzberry Jam #A40955
Tints of Jazzberry Jam #A40955
RGB
CMYK
RGB Variations
Color information
#A40955 (or 0xA40955) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 55. RGB value is (164,9,85). Sum of RGB (Red+Green+Blue) = 164+9+85=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A40955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40955 is #5BF6AA. Grayscale: #3F3F3F. Windows color (decimal): -6026923 or 5573028. OLE color: 5573028.
HSL color Cylindrical-coordinate representation of color #A40955: hue angle of 330.58º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40955 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.36 |
| HSL | 330.58º | 0.9% | 0.34% | - |
| HSV(B) | 330.58º | 0.95% | 0.64% | - |
| XYZ | 17.05 | 8.74 | 9.38 | - |
| YUV | 64.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 85 | 0 | 0.95 | 0.48 | 0.36 | 330.58 | 0.9 | 0.34 |
| Hex | A4 | 9 | 55 | 0 | 5F | 30 | 24 | 14B | 5A | 22 |
| Octal | 244 | 11 | 125 | 0 | 137 | 60 | 44 | 513 | 132 | 42 |
| Binary | 10100100 | 1001 | 1010101 | 0 | 1011111 | 110000 | 100100 | 101001011 | 1011010 | 100010 |
Color Harmonies of #A40955
Complementary color
Monochromatic Colors of #A40955
Black with #A40955
Text Example
Text Example
White with #A40955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40955; }
p { color: rgb(164,9,85); }
H1.HeaderClassName
{
color: #A40955;
}
.AnyTagClassName
{
color: #A40955;
}
</style>
background-color css
<style>
a { background-color: #A40955; }
a { background-color: rgb(164,9,85); }
div.DivClassName
{
background-color: #A40955;
}
.BgClassName
{
background-color: #A40955;
}
</style>
border-color css
<style>
span { border-color: #A40955; }
span { border-color: rgb(164,9,85); }
td.TdClassName
{
border-color: #A40955;
}
.TagClassName
{
border-color: #A40955;
}
</style>