Shades of Jazzberry Jam #A20A4B
Tints of Jazzberry Jam #A20A4B
RGB
CMYK
RGB Variations
Color information
#A20A4B (or 0xA20A4B) is known color: Jazzberry Jam. HEX triplet: A2, 0A and 4B. RGB value is (162,10,75). Sum of RGB (Red+Green+Blue) = 162+10+75=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A4B is #5DF5B4. Grayscale: #3E3E3E. Windows color (decimal): -6157749 or 4917922. OLE color: 4917922.
HSL color Cylindrical-coordinate representation of color #A20A4B: hue angle of 334.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A4B is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 75 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.36 |
| HSL | 334.34º | 0.88% | 0.34% | - |
| HSV(B) | 334.34º | 0.94% | 0.64% | - |
| XYZ | 16.28 | 8.41 | 7.42 | - |
| YUV | 62.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 75 | 0 | 0.94 | 0.54 | 0.36 | 334.34 | 0.88 | 0.34 |
| Hex | A2 | A | 4B | 0 | 5E | 36 | 24 | 14E | 58 | 22 |
| Octal | 242 | 12 | 113 | 0 | 136 | 66 | 44 | 516 | 130 | 42 |
| Binary | 10100010 | 1010 | 1001011 | 0 | 1011110 | 110110 | 100100 | 101001110 | 1011000 | 100010 |
Color Harmonies of #A20A4B
Complementary color
Monochromatic Colors of #A20A4B
Black with #A20A4B
Text Example
Text Example
White with #A20A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A4B; }
p { color: rgb(162,10,75); }
H1.HeaderClassName
{
color: #A20A4B;
}
.AnyTagClassName
{
color: #A20A4B;
}
</style>
background-color css
<style>
a { background-color: #A20A4B; }
a { background-color: rgb(162,10,75); }
div.DivClassName
{
background-color: #A20A4B;
}
.BgClassName
{
background-color: #A20A4B;
}
</style>
border-color css
<style>
span { border-color: #A20A4B; }
span { border-color: rgb(162,10,75); }
td.TdClassName
{
border-color: #A20A4B;
}
.TagClassName
{
border-color: #A20A4B;
}
</style>