Shades of Jazzberry Jam #A2034E
Tints of Jazzberry Jam #A2034E
RGB
CMYK
RGB Variations
Color information
#A2034E (or 0xA2034E) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 4E. RGB value is (162,3,78). Sum of RGB (Red+Green+Blue) = 162+3+78=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2034E is #5DFCB1. Grayscale: #3A3A3A. Windows color (decimal): -6159538 or 5112738. OLE color: 5112738.
HSL color Cylindrical-coordinate representation of color #A2034E: hue angle of 331.7º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2034E is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.36 |
| HSL | 331.7º | 0.96% | 0.32% | - |
| HSV(B) | 331.7º | 0.98% | 0.64% | - |
| XYZ | 16.31 | 8.3 | 7.95 | - |
| YUV | 59.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 78 | 0 | 0.98 | 0.52 | 0.36 | 331.7 | 0.96 | 0.32 |
| Hex | A2 | 3 | 4E | 0 | 62 | 34 | 24 | 14C | 60 | 20 |
| Octal | 242 | 3 | 116 | 0 | 142 | 64 | 44 | 514 | 140 | 40 |
| Binary | 10100010 | 11 | 1001110 | 0 | 1100010 | 110100 | 100100 | 101001100 | 1100000 | 100000 |
Color Harmonies of #A2034E
Complementary color
Monochromatic Colors of #A2034E
Black with #A2034E
Text Example
Text Example
White with #A2034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2034E; }
p { color: rgb(162,3,78); }
H1.HeaderClassName
{
color: #A2034E;
}
.AnyTagClassName
{
color: #A2034E;
}
</style>
background-color css
<style>
a { background-color: #A2034E; }
a { background-color: rgb(162,3,78); }
div.DivClassName
{
background-color: #A2034E;
}
.BgClassName
{
background-color: #A2034E;
}
</style>
border-color css
<style>
span { border-color: #A2034E; }
span { border-color: rgb(162,3,78); }
td.TdClassName
{
border-color: #A2034E;
}
.TagClassName
{
border-color: #A2034E;
}
</style>