Shades of Jazzberry Jam #A0105C
Tints of Jazzberry Jam #A0105C
RGB
CMYK
RGB Variations
Color information
#A0105C (or 0xA0105C) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 5C. RGB value is (160,16,92). Sum of RGB (Red+Green+Blue) = 160+16+92=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A0105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0105C is #5FEFA3. Grayscale: #434343. Windows color (decimal): -6287268 or 6033568. OLE color: 6033568.
HSL color Cylindrical-coordinate representation of color #A0105C: hue angle of 328.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0105C is Cyan = 0, Magento = 0.9, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 92 | - |
| CMYK | 0 | 0.9 | 0.43 | 0.37 |
| HSL | 328.33º | 0.82% | 0.35% | - |
| HSV(B) | 328.33º | 0.9% | 0.63% | - |
| XYZ | 16.61 | 8.62 | 10.91 | - |
| YUV | 67.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 92 | 0 | 0.9 | 0.43 | 0.37 | 328.33 | 0.82 | 0.35 |
| Hex | A0 | 10 | 5C | 0 | 5A | 2B | 25 | 148 | 52 | 23 |
| Octal | 240 | 20 | 134 | 0 | 132 | 53 | 45 | 510 | 122 | 43 |
| Binary | 10100000 | 10000 | 1011100 | 0 | 1011010 | 101011 | 100101 | 101001000 | 1010010 | 100011 |
Color Harmonies of #A0105C
Complementary color
Monochromatic Colors of #A0105C
Black with #A0105C
Text Example
Text Example
White with #A0105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0105C; }
p { color: rgb(160,16,92); }
H1.HeaderClassName
{
color: #A0105C;
}
.AnyTagClassName
{
color: #A0105C;
}
</style>
background-color css
<style>
a { background-color: #A0105C; }
a { background-color: rgb(160,16,92); }
div.DivClassName
{
background-color: #A0105C;
}
.BgClassName
{
background-color: #A0105C;
}
</style>
border-color css
<style>
span { border-color: #A0105C; }
span { border-color: rgb(160,16,92); }
td.TdClassName
{
border-color: #A0105C;
}
.TagClassName
{
border-color: #A0105C;
}
</style>