Shades of Jazzberry Jam #A2023F
Tints of Jazzberry Jam #A2023F
RGB
CMYK
RGB Variations
Color information
#A2023F (or 0xA2023F) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 3F. RGB value is (162,2,63). Sum of RGB (Red+Green+Blue) = 162+2+63=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2023F is #5DFDC0. Grayscale: #383838. Windows color (decimal): -6159809 or 4129442. OLE color: 4129442.
HSL color Cylindrical-coordinate representation of color #A2023F: hue angle of 337.12º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2023F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.36 |
| HSL | 337.13º | 0.98% | 0.32% | - |
| HSV(B) | 337.13º | 0.99% | 0.64% | - |
| XYZ | 15.82 | 8.08 | 5.43 | - |
| YUV | 56.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 63 | 0 | 0.99 | 0.61 | 0.36 | 337.13 | 0.98 | 0.32 |
| Hex | A2 | 2 | 3F | 0 | 63 | 3D | 24 | 151 | 62 | 20 |
| Octal | 242 | 2 | 77 | 0 | 143 | 75 | 44 | 521 | 142 | 40 |
| Binary | 10100010 | 10 | 111111 | 0 | 1100011 | 111101 | 100100 | 101010001 | 1100010 | 100000 |
Color Harmonies of #A2023F
Complementary color
Monochromatic Colors of #A2023F
Black with #A2023F
Text Example
Text Example
White with #A2023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2023F; }
p { color: rgb(162,2,63); }
H1.HeaderClassName
{
color: #A2023F;
}
.AnyTagClassName
{
color: #A2023F;
}
</style>
background-color css
<style>
a { background-color: #A2023F; }
a { background-color: rgb(162,2,63); }
div.DivClassName
{
background-color: #A2023F;
}
.BgClassName
{
background-color: #A2023F;
}
</style>
border-color css
<style>
span { border-color: #A2023F; }
span { border-color: rgb(162,2,63); }
td.TdClassName
{
border-color: #A2023F;
}
.TagClassName
{
border-color: #A2023F;
}
</style>