Shades of Jazzberry Jam #A2246A
Tints of Jazzberry Jam #A2246A
RGB
CMYK
RGB Variations
Color information
#A2246A (or 0xA2246A) is known color: Jazzberry Jam. HEX triplet: A2, 24 and 6A. RGB value is (162,36,106). Sum of RGB (Red+Green+Blue) = 162+36+106=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2246A is #5DDB95. Grayscale: #515151. Windows color (decimal): -6151062 or 6956194. OLE color: 6956194.
HSL color Cylindrical-coordinate representation of color #A2246A: hue angle of 326.67º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2246A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 106 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.36 |
| HSL | 326.67º | 0.64% | 0.39% | - |
| HSV(B) | 326.67º | 0.78% | 0.64% | - |
| XYZ | 18.13 | 9.98 | 14.61 | - |
| YUV | 81.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 106 | 0 | 0.78 | 0.35 | 0.36 | 326.67 | 0.64 | 0.39 |
| Hex | A2 | 24 | 6A | 0 | 4E | 23 | 24 | 147 | 40 | 27 |
| Octal | 242 | 44 | 152 | 0 | 116 | 43 | 44 | 507 | 100 | 47 |
| Binary | 10100010 | 100100 | 1101010 | 0 | 1001110 | 100011 | 100100 | 101000111 | 1000000 | 100111 |
Color Harmonies of #A2246A
Complementary color
Monochromatic Colors of #A2246A
Black with #A2246A
Text Example
Text Example
White with #A2246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2246A; }
p { color: rgb(162,36,106); }
H1.HeaderClassName
{
color: #A2246A;
}
.AnyTagClassName
{
color: #A2246A;
}
</style>
background-color css
<style>
a { background-color: #A2246A; }
a { background-color: rgb(162,36,106); }
div.DivClassName
{
background-color: #A2246A;
}
.BgClassName
{
background-color: #A2246A;
}
</style>
border-color css
<style>
span { border-color: #A2246A; }
span { border-color: rgb(162,36,106); }
td.TdClassName
{
border-color: #A2246A;
}
.TagClassName
{
border-color: #A2246A;
}
</style>