Shades of Jazzberry Jam #A20350
Tints of Jazzberry Jam #A20350
RGB
CMYK
RGB Variations
Color information
#A20350 (or 0xA20350) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 50. RGB value is (162,3,80). Sum of RGB (Red+Green+Blue) = 162+3+80=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A20350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20350 is #5DFCAF. Grayscale: #3B3B3B. Windows color (decimal): -6159536 or 5243810. OLE color: 5243810.
HSL color Cylindrical-coordinate representation of color #A20350: hue angle of 330.94º 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 #A20350 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 80 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.36 |
| HSL | 330.94º | 0.96% | 0.32% | - |
| HSV(B) | 330.94º | 0.98% | 0.64% | - |
| XYZ | 16.38 | 8.33 | 8.33 | - |
| YUV | 59.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 80 | 0 | 0.98 | 0.51 | 0.36 | 330.94 | 0.96 | 0.32 |
| Hex | A2 | 3 | 50 | 0 | 62 | 33 | 24 | 14B | 60 | 20 |
| Octal | 242 | 3 | 120 | 0 | 142 | 63 | 44 | 513 | 140 | 40 |
| Binary | 10100010 | 11 | 1010000 | 0 | 1100010 | 110011 | 100100 | 101001011 | 1100000 | 100000 |
Color Harmonies of #A20350
Complementary color
Monochromatic Colors of #A20350
Black with #A20350
Text Example
Text Example
White with #A20350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20350; }
p { color: rgb(162,3,80); }
H1.HeaderClassName
{
color: #A20350;
}
.AnyTagClassName
{
color: #A20350;
}
</style>
background-color css
<style>
a { background-color: #A20350; }
a { background-color: rgb(162,3,80); }
div.DivClassName
{
background-color: #A20350;
}
.BgClassName
{
background-color: #A20350;
}
</style>
border-color css
<style>
span { border-color: #A20350; }
span { border-color: rgb(162,3,80); }
td.TdClassName
{
border-color: #A20350;
}
.TagClassName
{
border-color: #A20350;
}
</style>