Shades of Jazzberry Jam #A40F60
Tints of Jazzberry Jam #A40F60
RGB
CMYK
RGB Variations
Color information
#A40F60 (or 0xA40F60) is known color: Jazzberry Jam. HEX triplet: A4, 0F and 60. RGB value is (164,15,96). Sum of RGB (Red+Green+Blue) = 164+15+96=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F60 is #5BF09F. Grayscale: #444444. Windows color (decimal): -6025376 or 6295460. OLE color: 6295460.
HSL color Cylindrical-coordinate representation of color #A40F60: hue angle of 327.38º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40F60 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 15 | 96 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.36 |
| HSL | 327.38º | 0.83% | 0.35% | - |
| HSV(B) | 327.38º | 0.91% | 0.64% | - |
| XYZ | 17.59 | 9.08 | 11.89 | - |
| YUV | 68.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 96 | 0 | 0.91 | 0.41 | 0.36 | 327.38 | 0.83 | 0.35 |
| Hex | A4 | F | 60 | 0 | 5B | 29 | 24 | 147 | 53 | 23 |
| Octal | 244 | 17 | 140 | 0 | 133 | 51 | 44 | 507 | 123 | 43 |
| Binary | 10100100 | 1111 | 1100000 | 0 | 1011011 | 101001 | 100100 | 101000111 | 1010011 | 100011 |
Color Harmonies of #A40F60
Complementary color
Monochromatic Colors of #A40F60
Black with #A40F60
Text Example
Text Example
White with #A40F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40F60; }
p { color: rgb(164,15,96); }
H1.HeaderClassName
{
color: #A40F60;
}
.AnyTagClassName
{
color: #A40F60;
}
</style>
background-color css
<style>
a { background-color: #A40F60; }
a { background-color: rgb(164,15,96); }
div.DivClassName
{
background-color: #A40F60;
}
.BgClassName
{
background-color: #A40F60;
}
</style>
border-color css
<style>
span { border-color: #A40F60; }
span { border-color: rgb(164,15,96); }
td.TdClassName
{
border-color: #A40F60;
}
.TagClassName
{
border-color: #A40F60;
}
</style>