Shades of Jazzberry Jam #A20753
Tints of Jazzberry Jam #A20753
RGB
CMYK
RGB Variations
Color information
#A20753 (or 0xA20753) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 53. RGB value is (162,7,83). Sum of RGB (Red+Green+Blue) = 162+7+83=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20753 is #5DF8AC. Grayscale: #3D3D3D. Windows color (decimal): -6158509 or 5441442. OLE color: 5441442.
HSL color Cylindrical-coordinate representation of color #A20753: hue angle of 330.58º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20753 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.36 |
| HSL | 330.58º | 0.92% | 0.33% | - |
| HSV(B) | 330.58º | 0.96% | 0.64% | - |
| XYZ | 16.54 | 8.46 | 8.94 | - |
| YUV | 62.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 83 | 0 | 0.96 | 0.49 | 0.36 | 330.58 | 0.92 | 0.33 |
| Hex | A2 | 7 | 53 | 0 | 60 | 31 | 24 | 14B | 5C | 21 |
| Octal | 242 | 7 | 123 | 0 | 140 | 61 | 44 | 513 | 134 | 41 |
| Binary | 10100010 | 111 | 1010011 | 0 | 1100000 | 110001 | 100100 | 101001011 | 1011100 | 100001 |
Color Harmonies of #A20753
Complementary color
Monochromatic Colors of #A20753
Black with #A20753
Text Example
Text Example
White with #A20753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20753; }
p { color: rgb(162,7,83); }
H1.HeaderClassName
{
color: #A20753;
}
.AnyTagClassName
{
color: #A20753;
}
</style>
background-color css
<style>
a { background-color: #A20753; }
a { background-color: rgb(162,7,83); }
div.DivClassName
{
background-color: #A20753;
}
.BgClassName
{
background-color: #A20753;
}
</style>
border-color css
<style>
span { border-color: #A20753; }
span { border-color: rgb(162,7,83); }
td.TdClassName
{
border-color: #A20753;
}
.TagClassName
{
border-color: #A20753;
}
</style>