Shades of Jazzberry Jam #A0014C
Tints of Jazzberry Jam #A0014C
RGB
CMYK
RGB Variations
Color information
#A0014C (or 0xA0014C) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 4C. RGB value is (160,1,76). Sum of RGB (Red+Green+Blue) = 160+1+76=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0014C is #5FFEB3. Grayscale: #383838. Windows color (decimal): -6291124 or 4981152. OLE color: 4981152.
HSL color Cylindrical-coordinate representation of color #A0014C: hue angle of 331.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0014C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.37 |
| HSL | 331.7º | 0.99% | 0.32% | - |
| HSV(B) | 331.7º | 0.99% | 0.63% | - |
| XYZ | 15.81 | 8.02 | 7.55 | - |
| YUV | 57.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 76 | 0 | 0.99 | 0.52 | 0.37 | 331.7 | 0.99 | 0.32 |
| Hex | A0 | 1 | 4C | 0 | 63 | 34 | 25 | 14C | 63 | 20 |
| Octal | 240 | 1 | 114 | 0 | 143 | 64 | 45 | 514 | 143 | 40 |
| Binary | 10100000 | 1 | 1001100 | 0 | 1100011 | 110100 | 100101 | 101001100 | 1100011 | 100000 |
Color Harmonies of #A0014C
Complementary color
Monochromatic Colors of #A0014C
Black with #A0014C
Text Example
Text Example
White with #A0014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0014C; }
p { color: rgb(160,1,76); }
H1.HeaderClassName
{
color: #A0014C;
}
.AnyTagClassName
{
color: #A0014C;
}
</style>
background-color css
<style>
a { background-color: #A0014C; }
a { background-color: rgb(160,1,76); }
div.DivClassName
{
background-color: #A0014C;
}
.BgClassName
{
background-color: #A0014C;
}
</style>
border-color css
<style>
span { border-color: #A0014C; }
span { border-color: rgb(160,1,76); }
td.TdClassName
{
border-color: #A0014C;
}
.TagClassName
{
border-color: #A0014C;
}
</style>