Shades of Jazzberry Jam #A40255
Tints of Jazzberry Jam #A40255
RGB
CMYK
RGB Variations
Color information
#A40255 (or 0xA40255) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 55. RGB value is (164,2,85). Sum of RGB (Red+Green+Blue) = 164+2+85=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A40255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40255 is #5BFDAA. Grayscale: #3B3B3B. Windows color (decimal): -6028715 or 5571236. OLE color: 5571236.
HSL color Cylindrical-coordinate representation of color #A40255: hue angle of 329.26º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40255 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.36 |
| HSL | 329.26º | 0.98% | 0.33% | - |
| HSV(B) | 329.26º | 0.99% | 0.64% | - |
| XYZ | 16.97 | 8.59 | 9.36 | - |
| YUV | 59.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 85 | 0 | 0.99 | 0.48 | 0.36 | 329.26 | 0.98 | 0.33 |
| Hex | A4 | 2 | 55 | 0 | 63 | 30 | 24 | 149 | 62 | 21 |
| Octal | 244 | 2 | 125 | 0 | 143 | 60 | 44 | 511 | 142 | 41 |
| Binary | 10100100 | 10 | 1010101 | 0 | 1100011 | 110000 | 100100 | 101001001 | 1100010 | 100001 |
Color Harmonies of #A40255
Complementary color
Monochromatic Colors of #A40255
Black with #A40255
Text Example
Text Example
White with #A40255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40255; }
p { color: rgb(164,2,85); }
H1.HeaderClassName
{
color: #A40255;
}
.AnyTagClassName
{
color: #A40255;
}
</style>
background-color css
<style>
a { background-color: #A40255; }
a { background-color: rgb(164,2,85); }
div.DivClassName
{
background-color: #A40255;
}
.BgClassName
{
background-color: #A40255;
}
</style>
border-color css
<style>
span { border-color: #A40255; }
span { border-color: rgb(164,2,85); }
td.TdClassName
{
border-color: #A40255;
}
.TagClassName
{
border-color: #A40255;
}
</style>