Shades of Jazzberry Jam #A2054D
Tints of Jazzberry Jam #A2054D
RGB
CMYK
RGB Variations
Color information
#A2054D (or 0xA2054D) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 4D. RGB value is (162,5,77). Sum of RGB (Red+Green+Blue) = 162+5+77=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2054D is #5DFAB2. Grayscale: #3C3C3C. Windows color (decimal): -6159027 or 5047714. OLE color: 5047714.
HSL color Cylindrical-coordinate representation of color #A2054D: hue angle of 332.48º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2054D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.36 |
| HSL | 332.48º | 0.94% | 0.33% | - |
| HSV(B) | 332.48º | 0.97% | 0.64% | - |
| XYZ | 16.29 | 8.33 | 7.77 | - |
| YUV | 60.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 77 | 0 | 0.97 | 0.52 | 0.36 | 332.48 | 0.94 | 0.33 |
| Hex | A2 | 5 | 4D | 0 | 61 | 34 | 24 | 14C | 5E | 21 |
| Octal | 242 | 5 | 115 | 0 | 141 | 64 | 44 | 514 | 136 | 41 |
| Binary | 10100010 | 101 | 1001101 | 0 | 1100001 | 110100 | 100100 | 101001100 | 1011110 | 100001 |
Color Harmonies of #A2054D
Complementary color
Monochromatic Colors of #A2054D
Black with #A2054D
Text Example
Text Example
White with #A2054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2054D; }
p { color: rgb(162,5,77); }
H1.HeaderClassName
{
color: #A2054D;
}
.AnyTagClassName
{
color: #A2054D;
}
</style>
background-color css
<style>
a { background-color: #A2054D; }
a { background-color: rgb(162,5,77); }
div.DivClassName
{
background-color: #A2054D;
}
.BgClassName
{
background-color: #A2054D;
}
</style>
border-color css
<style>
span { border-color: #A2054D; }
span { border-color: rgb(162,5,77); }
td.TdClassName
{
border-color: #A2054D;
}
.TagClassName
{
border-color: #A2054D;
}
</style>