Shades of Jazzberry Jam #A0005C
Tints of Jazzberry Jam #A0005C
RGB
CMYK
RGB Variations
Color information
#A0005C (or 0xA0005C) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 5C. RGB value is (160,0,92). Sum of RGB (Red+Green+Blue) = 160+0+92=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0005C is #5FFFA3. Grayscale: #3A3A3A. Windows color (decimal): -6291364 or 6029472. OLE color: 6029472.
HSL color Cylindrical-coordinate representation of color #A0005C: hue angle of 325.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0005C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.43 | 0.37 |
| HSL | 325.5º | 1% | 0.31% | - |
| HSV(B) | 325.5º | 1% | 0.63% | - |
| XYZ | 16.43 | 8.25 | 10.85 | - |
| YUV | 58.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 92 | 0 | 1 | 0.43 | 0.37 | 325.5 | 1 | 0.31 |
| Hex | A0 | 0 | 5C | 0 | 64 | 2B | 25 | 146 | 64 | 1F |
| Octal | 240 | 0 | 134 | 0 | 144 | 53 | 45 | 506 | 144 | 37 |
| Binary | 10100000 | 0 | 1011100 | 0 | 1100100 | 101011 | 100101 | 101000110 | 1100100 | 11111 |
Color Harmonies of #A0005C
Complementary color
Monochromatic Colors of #A0005C
Black with #A0005C
Text Example
Text Example
White with #A0005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0005C; }
p { color: rgb(160,0,92); }
H1.HeaderClassName
{
color: #A0005C;
}
.AnyTagClassName
{
color: #A0005C;
}
</style>
background-color css
<style>
a { background-color: #A0005C; }
a { background-color: rgb(160,0,92); }
div.DivClassName
{
background-color: #A0005C;
}
.BgClassName
{
background-color: #A0005C;
}
</style>
border-color css
<style>
span { border-color: #A0005C; }
span { border-color: rgb(160,0,92); }
td.TdClassName
{
border-color: #A0005C;
}
.TagClassName
{
border-color: #A0005C;
}
</style>