Shades of Jazzberry Jam #A20858
Tints of Jazzberry Jam #A20858
RGB
CMYK
RGB Variations
Color information
#A20858 (or 0xA20858) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 58. RGB value is (162,8,88). Sum of RGB (Red+Green+Blue) = 162+8+88=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A20858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20858 is #5DF7A7. Grayscale: #3F3F3F. Windows color (decimal): -6158248 or 5769378. OLE color: 5769378.
HSL color Cylindrical-coordinate representation of color #A20858: hue angle of 328.83º 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 #A20858 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 88 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.36 |
| HSL | 328.83º | 0.91% | 0.33% | - |
| HSV(B) | 328.83º | 0.95% | 0.64% | - |
| XYZ | 16.75 | 8.56 | 10 | - |
| YUV | 63.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 88 | 0 | 0.95 | 0.46 | 0.36 | 328.83 | 0.91 | 0.33 |
| Hex | A2 | 8 | 58 | 0 | 5F | 2E | 24 | 149 | 5B | 21 |
| Octal | 242 | 10 | 130 | 0 | 137 | 56 | 44 | 511 | 133 | 41 |
| Binary | 10100010 | 1000 | 1011000 | 0 | 1011111 | 101110 | 100100 | 101001001 | 1011011 | 100001 |
Color Harmonies of #A20858
Complementary color
Monochromatic Colors of #A20858
Black with #A20858
Text Example
Text Example
White with #A20858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20858; }
p { color: rgb(162,8,88); }
H1.HeaderClassName
{
color: #A20858;
}
.AnyTagClassName
{
color: #A20858;
}
</style>
background-color css
<style>
a { background-color: #A20858; }
a { background-color: rgb(162,8,88); }
div.DivClassName
{
background-color: #A20858;
}
.BgClassName
{
background-color: #A20858;
}
</style>
border-color css
<style>
span { border-color: #A20858; }
span { border-color: rgb(162,8,88); }
td.TdClassName
{
border-color: #A20858;
}
.TagClassName
{
border-color: #A20858;
}
</style>