Shades of Jazzberry Jam #A20353
Tints of Jazzberry Jam #A20353
RGB
CMYK
RGB Variations
Color information
#A20353 (or 0xA20353) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 53. RGB value is (162,3,83). Sum of RGB (Red+Green+Blue) = 162+3+83=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A20353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20353 is #5DFCAC. Grayscale: #3B3B3B. Windows color (decimal): -6159533 or 5440418. OLE color: 5440418.
HSL color Cylindrical-coordinate representation of color #A20353: hue angle of 329.81º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20353 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.36 |
| HSL | 329.81º | 0.96% | 0.32% | - |
| HSV(B) | 329.81º | 0.98% | 0.64% | - |
| XYZ | 16.49 | 8.37 | 8.93 | - |
| YUV | 59.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 83 | 0 | 0.98 | 0.49 | 0.36 | 329.81 | 0.96 | 0.32 |
| Hex | A2 | 3 | 53 | 0 | 62 | 31 | 24 | 14A | 60 | 20 |
| Octal | 242 | 3 | 123 | 0 | 142 | 61 | 44 | 512 | 140 | 40 |
| Binary | 10100010 | 11 | 1010011 | 0 | 1100010 | 110001 | 100100 | 101001010 | 1100000 | 100000 |
Color Harmonies of #A20353
Complementary color
Monochromatic Colors of #A20353
Black with #A20353
Text Example
Text Example
White with #A20353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20353; }
p { color: rgb(162,3,83); }
H1.HeaderClassName
{
color: #A20353;
}
.AnyTagClassName
{
color: #A20353;
}
</style>
background-color css
<style>
a { background-color: #A20353; }
a { background-color: rgb(162,3,83); }
div.DivClassName
{
background-color: #A20353;
}
.BgClassName
{
background-color: #A20353;
}
</style>
border-color css
<style>
span { border-color: #A20353; }
span { border-color: rgb(162,3,83); }
td.TdClassName
{
border-color: #A20353;
}
.TagClassName
{
border-color: #A20353;
}
</style>