Shades of Jazzberry Jam #A20861
Tints of Jazzberry Jam #A20861
RGB
CMYK
RGB Variations
Color information
#A20861 (or 0xA20861) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 61. RGB value is (162,8,97). Sum of RGB (Red+Green+Blue) = 162+8+97=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A20861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20861 is #5DF79E. Grayscale: #3F3F3F. Windows color (decimal): -6158239 or 6359202. OLE color: 6359202.
HSL color Cylindrical-coordinate representation of color #A20861: hue angle of 325.32º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20861 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 97 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.36 |
| HSL | 325.32º | 0.91% | 0.33% | - |
| HSV(B) | 325.32º | 0.95% | 0.64% | - |
| XYZ | 17.14 | 8.72 | 12.09 | - |
| YUV | 64.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 97 | 0 | 0.95 | 0.40 | 0.36 | 325.32 | 0.91 | 0.33 |
| Hex | A2 | 8 | 61 | 0 | 5F | 28 | 24 | 145 | 5B | 21 |
| Octal | 242 | 10 | 141 | 0 | 137 | 50 | 44 | 505 | 133 | 41 |
| Binary | 10100010 | 1000 | 1100001 | 0 | 1011111 | 101000 | 100100 | 101000101 | 1011011 | 100001 |
Color Harmonies of #A20861
Complementary color
Monochromatic Colors of #A20861
Black with #A20861
Text Example
Text Example
White with #A20861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20861; }
p { color: rgb(162,8,97); }
H1.HeaderClassName
{
color: #A20861;
}
.AnyTagClassName
{
color: #A20861;
}
</style>
background-color css
<style>
a { background-color: #A20861; }
a { background-color: rgb(162,8,97); }
div.DivClassName
{
background-color: #A20861;
}
.BgClassName
{
background-color: #A20861;
}
</style>
border-color css
<style>
span { border-color: #A20861; }
span { border-color: rgb(162,8,97); }
td.TdClassName
{
border-color: #A20861;
}
.TagClassName
{
border-color: #A20861;
}
</style>