Shades of Jazzberry Jam #A2246C
Tints of Jazzberry Jam #A2246C
RGB
CMYK
RGB Variations
Color information
#A2246C (or 0xA2246C) is known color: Jazzberry Jam. HEX triplet: A2, 24 and 6C. RGB value is (162,36,108). Sum of RGB (Red+Green+Blue) = 162+36+108=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2246C is #5DDB93. Grayscale: #515151. Windows color (decimal): -6151060 or 7087266. OLE color: 7087266.
HSL color Cylindrical-coordinate representation of color #A2246C: hue angle of 325.71º 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 #A2246C is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 108 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.36 |
| HSL | 325.71º | 0.64% | 0.39% | - |
| HSV(B) | 325.71º | 0.78% | 0.64% | - |
| XYZ | 18.24 | 10.03 | 15.16 | - |
| YUV | 81.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 108 | 0 | 0.78 | 0.33 | 0.36 | 325.71 | 0.64 | 0.39 |
| Hex | A2 | 24 | 6C | 0 | 4E | 21 | 24 | 146 | 40 | 27 |
| Octal | 242 | 44 | 154 | 0 | 116 | 41 | 44 | 506 | 100 | 47 |
| Binary | 10100010 | 100100 | 1101100 | 0 | 1001110 | 100001 | 100100 | 101000110 | 1000000 | 100111 |
Color Harmonies of #A2246C
Complementary color
Monochromatic Colors of #A2246C
Black with #A2246C
Text Example
Text Example
White with #A2246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2246C; }
p { color: rgb(162,36,108); }
H1.HeaderClassName
{
color: #A2246C;
}
.AnyTagClassName
{
color: #A2246C;
}
</style>
background-color css
<style>
a { background-color: #A2246C; }
a { background-color: rgb(162,36,108); }
div.DivClassName
{
background-color: #A2246C;
}
.BgClassName
{
background-color: #A2246C;
}
</style>
border-color css
<style>
span { border-color: #A2246C; }
span { border-color: rgb(162,36,108); }
td.TdClassName
{
border-color: #A2246C;
}
.TagClassName
{
border-color: #A2246C;
}
</style>