Shades of Jazzberry Jam #A2054B
Tints of Jazzberry Jam #A2054B
RGB
CMYK
RGB Variations
Color information
#A2054B (or 0xA2054B) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 4B. RGB value is (162,5,75). Sum of RGB (Red+Green+Blue) = 162+5+75=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2054B is #5DFAB4. Grayscale: #3B3B3B. Windows color (decimal): -6159029 or 4916642. OLE color: 4916642.
HSL color Cylindrical-coordinate representation of color #A2054B: hue angle of 333.25º 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 #A2054B is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 75 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.36 |
| HSL | 333.25º | 0.94% | 0.33% | - |
| HSV(B) | 333.25º | 0.97% | 0.64% | - |
| XYZ | 16.22 | 8.3 | 7.4 | - |
| YUV | 59.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 75 | 0 | 0.97 | 0.54 | 0.36 | 333.25 | 0.94 | 0.33 |
| Hex | A2 | 5 | 4B | 0 | 61 | 36 | 24 | 14D | 5E | 21 |
| Octal | 242 | 5 | 113 | 0 | 141 | 66 | 44 | 515 | 136 | 41 |
| Binary | 10100010 | 101 | 1001011 | 0 | 1100001 | 110110 | 100100 | 101001101 | 1011110 | 100001 |
Color Harmonies of #A2054B
Complementary color
Monochromatic Colors of #A2054B
Black with #A2054B
Text Example
Text Example
White with #A2054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2054B; }
p { color: rgb(162,5,75); }
H1.HeaderClassName
{
color: #A2054B;
}
.AnyTagClassName
{
color: #A2054B;
}
</style>
background-color css
<style>
a { background-color: #A2054B; }
a { background-color: rgb(162,5,75); }
div.DivClassName
{
background-color: #A2054B;
}
.BgClassName
{
background-color: #A2054B;
}
</style>
border-color css
<style>
span { border-color: #A2054B; }
span { border-color: rgb(162,5,75); }
td.TdClassName
{
border-color: #A2054B;
}
.TagClassName
{
border-color: #A2054B;
}
</style>