Shades of Jazzberry Jam #A20461
Tints of Jazzberry Jam #A20461
RGB
CMYK
RGB Variations
Color information
#A20461 (or 0xA20461) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 61. RGB value is (162,4,97). Sum of RGB (Red+Green+Blue) = 162+4+97=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A20461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20461 is #5DFB9E. Grayscale: #3D3D3D. Windows color (decimal): -6159263 or 6358178. OLE color: 6358178.
HSL color Cylindrical-coordinate representation of color #A20461: hue angle of 324.68º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20461 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.36 |
| HSL | 324.68º | 0.95% | 0.33% | - |
| HSV(B) | 324.68º | 0.98% | 0.64% | - |
| XYZ | 17.1 | 8.63 | 12.07 | - |
| YUV | 61.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 97 | 0 | 0.98 | 0.40 | 0.36 | 324.68 | 0.95 | 0.33 |
| Hex | A2 | 4 | 61 | 0 | 62 | 28 | 24 | 145 | 5F | 21 |
| Octal | 242 | 4 | 141 | 0 | 142 | 50 | 44 | 505 | 137 | 41 |
| Binary | 10100010 | 100 | 1100001 | 0 | 1100010 | 101000 | 100100 | 101000101 | 1011111 | 100001 |
Color Harmonies of #A20461
Complementary color
Monochromatic Colors of #A20461
Black with #A20461
Text Example
Text Example
White with #A20461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20461; }
p { color: rgb(162,4,97); }
H1.HeaderClassName
{
color: #A20461;
}
.AnyTagClassName
{
color: #A20461;
}
</style>
background-color css
<style>
a { background-color: #A20461; }
a { background-color: rgb(162,4,97); }
div.DivClassName
{
background-color: #A20461;
}
.BgClassName
{
background-color: #A20461;
}
</style>
border-color css
<style>
span { border-color: #A20461; }
span { border-color: rgb(162,4,97); }
td.TdClassName
{
border-color: #A20461;
}
.TagClassName
{
border-color: #A20461;
}
</style>