Shades of Jazzberry Jam #A0125A
Tints of Jazzberry Jam #A0125A
RGB
CMYK
RGB Variations
Color information
#A0125A (or 0xA0125A) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 5A. RGB value is (160,18,90). Sum of RGB (Red+Green+Blue) = 160+18+90=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A0125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0125A is #5FEDA5. Grayscale: #444444. Windows color (decimal): -6286758 or 5903008. OLE color: 5903008.
HSL color Cylindrical-coordinate representation of color #A0125A: hue angle of 329.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0125A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 90 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.37 |
| HSL | 329.58º | 0.8% | 0.35% | - |
| HSV(B) | 329.58º | 0.89% | 0.63% | - |
| XYZ | 16.56 | 8.64 | 10.47 | - |
| YUV | 68.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 90 | 0 | 0.89 | 0.44 | 0.37 | 329.58 | 0.8 | 0.35 |
| Hex | A0 | 12 | 5A | 0 | 59 | 2C | 25 | 14A | 50 | 23 |
| Octal | 240 | 22 | 132 | 0 | 131 | 54 | 45 | 512 | 120 | 43 |
| Binary | 10100000 | 10010 | 1011010 | 0 | 1011001 | 101100 | 100101 | 101001010 | 1010000 | 100011 |
Color Harmonies of #A0125A
Complementary color
Monochromatic Colors of #A0125A
Black with #A0125A
Text Example
Text Example
White with #A0125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0125A; }
p { color: rgb(160,18,90); }
H1.HeaderClassName
{
color: #A0125A;
}
.AnyTagClassName
{
color: #A0125A;
}
</style>
background-color css
<style>
a { background-color: #A0125A; }
a { background-color: rgb(160,18,90); }
div.DivClassName
{
background-color: #A0125A;
}
.BgClassName
{
background-color: #A0125A;
}
</style>
border-color css
<style>
span { border-color: #A0125A; }
span { border-color: rgb(160,18,90); }
td.TdClassName
{
border-color: #A0125A;
}
.TagClassName
{
border-color: #A0125A;
}
</style>