Shades of Jazzberry Jam #A0256C
Tints of Jazzberry Jam #A0256C
RGB
CMYK
RGB Variations
Color information
#A0256C (or 0xA0256C) is known color: Jazzberry Jam. HEX triplet: A0, 25 and 6C. RGB value is (160,37,108). Sum of RGB (Red+Green+Blue) = 160+37+108=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0256C is #5FDA93. Grayscale: #515151. Windows color (decimal): -6281876 or 7087520. OLE color: 7087520.
HSL color Cylindrical-coordinate representation of color #A0256C: hue angle of 325.37º 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 #A0256C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 108 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.37 |
| HSL | 325.37º | 0.62% | 0.39% | - |
| HSV(B) | 325.37º | 0.77% | 0.63% | - |
| XYZ | 17.87 | 9.88 | 15.15 | - |
| YUV | 81.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 108 | 0 | 0.77 | 0.32 | 0.37 | 325.37 | 0.62 | 0.39 |
| Hex | A0 | 25 | 6C | 0 | 4D | 20 | 25 | 145 | 3E | 27 |
| Octal | 240 | 45 | 154 | 0 | 115 | 40 | 45 | 505 | 76 | 47 |
| Binary | 10100000 | 100101 | 1101100 | 0 | 1001101 | 100000 | 100101 | 101000101 | 111110 | 100111 |
Color Harmonies of #A0256C
Complementary color
Monochromatic Colors of #A0256C
Black with #A0256C
Text Example
Text Example
White with #A0256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0256C; }
p { color: rgb(160,37,108); }
H1.HeaderClassName
{
color: #A0256C;
}
.AnyTagClassName
{
color: #A0256C;
}
</style>
background-color css
<style>
a { background-color: #A0256C; }
a { background-color: rgb(160,37,108); }
div.DivClassName
{
background-color: #A0256C;
}
.BgClassName
{
background-color: #A0256C;
}
</style>
border-color css
<style>
span { border-color: #A0256C; }
span { border-color: rgb(160,37,108); }
td.TdClassName
{
border-color: #A0256C;
}
.TagClassName
{
border-color: #A0256C;
}
</style>