Shades of Jazzberry Jam #A2154A
Tints of Jazzberry Jam #A2154A
RGB
CMYK
RGB Variations
Color information
#A2154A (or 0xA2154A) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 4A. RGB value is (162,21,74). Sum of RGB (Red+Green+Blue) = 162+21+74=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2154A is #5DEAB5. Grayscale: #454545. Windows color (decimal): -6154934 or 4855202. OLE color: 4855202.
HSL color Cylindrical-coordinate representation of color #A2154A: hue angle of 337.45º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2154A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 74 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.36 |
| HSL | 337.45º | 0.77% | 0.36% | - |
| HSV(B) | 337.45º | 0.87% | 0.64% | - |
| XYZ | 16.4 | 8.71 | 7.3 | - |
| YUV | 69.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 74 | 0 | 0.87 | 0.54 | 0.36 | 337.45 | 0.77 | 0.36 |
| Hex | A2 | 15 | 4A | 0 | 57 | 36 | 24 | 151 | 4D | 24 |
| Octal | 242 | 25 | 112 | 0 | 127 | 66 | 44 | 521 | 115 | 44 |
| Binary | 10100010 | 10101 | 1001010 | 0 | 1010111 | 110110 | 100100 | 101010001 | 1001101 | 100100 |
Color Harmonies of #A2154A
Complementary color
Monochromatic Colors of #A2154A
Black with #A2154A
Text Example
Text Example
White with #A2154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2154A; }
p { color: rgb(162,21,74); }
H1.HeaderClassName
{
color: #A2154A;
}
.AnyTagClassName
{
color: #A2154A;
}
</style>
background-color css
<style>
a { background-color: #A2154A; }
a { background-color: rgb(162,21,74); }
div.DivClassName
{
background-color: #A2154A;
}
.BgClassName
{
background-color: #A2154A;
}
</style>
border-color css
<style>
span { border-color: #A2154A; }
span { border-color: rgb(162,21,74); }
td.TdClassName
{
border-color: #A2154A;
}
.TagClassName
{
border-color: #A2154A;
}
</style>