Shades of Jazzberry Jam #A20146
Tints of Jazzberry Jam #A20146
RGB
CMYK
RGB Variations
Color information
#A20146 (or 0xA20146) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 46. RGB value is (162,1,70). Sum of RGB (Red+Green+Blue) = 162+1+70=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A20146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20146 is #5DFEB9. Grayscale: #383838. Windows color (decimal): -6160058 or 4587938. OLE color: 4587938.
HSL color Cylindrical-coordinate representation of color #A20146: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20146 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.36 |
| HSL | 334.29º | 0.99% | 0.32% | - |
| HSV(B) | 334.29º | 0.99% | 0.64% | - |
| XYZ | 16.02 | 8.15 | 6.52 | - |
| YUV | 57.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 70 | 0 | 0.99 | 0.57 | 0.36 | 334.29 | 0.99 | 0.32 |
| Hex | A2 | 1 | 46 | 0 | 63 | 39 | 24 | 14E | 63 | 20 |
| Octal | 242 | 1 | 106 | 0 | 143 | 71 | 44 | 516 | 143 | 40 |
| Binary | 10100010 | 1 | 1000110 | 0 | 1100011 | 111001 | 100100 | 101001110 | 1100011 | 100000 |
Color Harmonies of #A20146
Complementary color
Monochromatic Colors of #A20146
Black with #A20146
Text Example
Text Example
White with #A20146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20146; }
p { color: rgb(162,1,70); }
H1.HeaderClassName
{
color: #A20146;
}
.AnyTagClassName
{
color: #A20146;
}
</style>
background-color css
<style>
a { background-color: #A20146; }
a { background-color: rgb(162,1,70); }
div.DivClassName
{
background-color: #A20146;
}
.BgClassName
{
background-color: #A20146;
}
</style>
border-color css
<style>
span { border-color: #A20146; }
span { border-color: rgb(162,1,70); }
td.TdClassName
{
border-color: #A20146;
}
.TagClassName
{
border-color: #A20146;
}
</style>