Shades of Jazzberry Jam #A0014A
Tints of Jazzberry Jam #A0014A
RGB
CMYK
RGB Variations
Color information
#A0014A (or 0xA0014A) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 4A. RGB value is (160,1,74). Sum of RGB (Red+Green+Blue) = 160+1+74=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A0014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0014A is #5FFEB5. Grayscale: #383838. Windows color (decimal): -6291126 or 4850080. OLE color: 4850080.
HSL color Cylindrical-coordinate representation of color #A0014A: hue angle of 332.45º 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 #A0014A is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.37 |
| HSL | 332.45º | 0.99% | 0.32% | - |
| HSV(B) | 332.45º | 0.99% | 0.63% | - |
| XYZ | 15.74 | 7.99 | 7.19 | - |
| YUV | 56.86 | 137.68 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 74 | 0 | 0.99 | 0.54 | 0.37 | 332.45 | 0.99 | 0.32 |
| Hex | A0 | 1 | 4A | 0 | 63 | 36 | 25 | 14C | 63 | 20 |
| Octal | 240 | 1 | 112 | 0 | 143 | 66 | 45 | 514 | 143 | 40 |
| Binary | 10100000 | 1 | 1001010 | 0 | 1100011 | 110110 | 100101 | 101001100 | 1100011 | 100000 |
Color Harmonies of #A0014A
Complementary color
Monochromatic Colors of #A0014A
Black with #A0014A
Text Example
Text Example
White with #A0014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0014A; }
p { color: rgb(160,1,74); }
H1.HeaderClassName
{
color: #A0014A;
}
.AnyTagClassName
{
color: #A0014A;
}
</style>
background-color css
<style>
a { background-color: #A0014A; }
a { background-color: rgb(160,1,74); }
div.DivClassName
{
background-color: #A0014A;
}
.BgClassName
{
background-color: #A0014A;
}
</style>
border-color css
<style>
span { border-color: #A0014A; }
span { border-color: rgb(160,1,74); }
td.TdClassName
{
border-color: #A0014A;
}
.TagClassName
{
border-color: #A0014A;
}
</style>