Shades of Jazzberry Jam #A20840
Tints of Jazzberry Jam #A20840
RGB
CMYK
RGB Variations
Color information
#A20840 (or 0xA20840) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 40. RGB value is (162,8,64). Sum of RGB (Red+Green+Blue) = 162+8+64=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A20840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20840 is #5DF7BF. Grayscale: #3C3C3C. Windows color (decimal): -6158272 or 4196514. OLE color: 4196514.
HSL color Cylindrical-coordinate representation of color #A20840: hue angle of 338.18º 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 #A20840 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 64 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.36 |
| HSL | 338.18º | 0.91% | 0.33% | - |
| HSV(B) | 338.18º | 0.95% | 0.64% | - |
| XYZ | 15.91 | 8.23 | 5.6 | - |
| YUV | 60.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 64 | 0 | 0.95 | 0.60 | 0.36 | 338.18 | 0.91 | 0.33 |
| Hex | A2 | 8 | 40 | 0 | 5F | 3C | 24 | 152 | 5B | 21 |
| Octal | 242 | 10 | 100 | 0 | 137 | 74 | 44 | 522 | 133 | 41 |
| Binary | 10100010 | 1000 | 1000000 | 0 | 1011111 | 111100 | 100100 | 101010010 | 1011011 | 100001 |
Color Harmonies of #A20840
Complementary color
Monochromatic Colors of #A20840
Black with #A20840
Text Example
Text Example
White with #A20840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20840; }
p { color: rgb(162,8,64); }
H1.HeaderClassName
{
color: #A20840;
}
.AnyTagClassName
{
color: #A20840;
}
</style>
background-color css
<style>
a { background-color: #A20840; }
a { background-color: rgb(162,8,64); }
div.DivClassName
{
background-color: #A20840;
}
.BgClassName
{
background-color: #A20840;
}
</style>
border-color css
<style>
span { border-color: #A20840; }
span { border-color: rgb(162,8,64); }
td.TdClassName
{
border-color: #A20840;
}
.TagClassName
{
border-color: #A20840;
}
</style>