Shades of Jazzberry Jam #A0256A
Tints of Jazzberry Jam #A0256A
RGB
CMYK
RGB Variations
Color information
#A0256A (or 0xA0256A) is known color: Jazzberry Jam. HEX triplet: A0, 25 and 6A. RGB value is (160,37,106). Sum of RGB (Red+Green+Blue) = 160+37+106=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0256A is #5FDA95. Grayscale: #515151. Windows color (decimal): -6281878 or 6956448. OLE color: 6956448.
HSL color Cylindrical-coordinate representation of color #A0256A: hue angle of 326.34º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0256A is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 106 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.37 |
| HSL | 326.34º | 0.62% | 0.39% | - |
| HSV(B) | 326.34º | 0.77% | 0.63% | - |
| XYZ | 17.76 | 9.84 | 14.6 | - |
| YUV | 81.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 106 | 0 | 0.77 | 0.34 | 0.37 | 326.34 | 0.62 | 0.39 |
| Hex | A0 | 25 | 6A | 0 | 4D | 22 | 25 | 146 | 3E | 27 |
| Octal | 240 | 45 | 152 | 0 | 115 | 42 | 45 | 506 | 76 | 47 |
| Binary | 10100000 | 100101 | 1101010 | 0 | 1001101 | 100010 | 100101 | 101000110 | 111110 | 100111 |
Color Harmonies of #A0256A
Complementary color
Monochromatic Colors of #A0256A
Black with #A0256A
Text Example
Text Example
White with #A0256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0256A; }
p { color: rgb(160,37,106); }
H1.HeaderClassName
{
color: #A0256A;
}
.AnyTagClassName
{
color: #A0256A;
}
</style>
background-color css
<style>
a { background-color: #A0256A; }
a { background-color: rgb(160,37,106); }
div.DivClassName
{
background-color: #A0256A;
}
.BgClassName
{
background-color: #A0256A;
}
</style>
border-color css
<style>
span { border-color: #A0256A; }
span { border-color: rgb(160,37,106); }
td.TdClassName
{
border-color: #A0256A;
}
.TagClassName
{
border-color: #A0256A;
}
</style>