Shades of Jazzberry Jam #A2236B
Tints of Jazzberry Jam #A2236B
RGB
CMYK
RGB Variations
Color information
#A2236B (or 0xA2236B) is known color: Jazzberry Jam. HEX triplet: A2, 23 and 6B. RGB value is (162,35,107). Sum of RGB (Red+Green+Blue) = 162+35+107=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2236B is #5DDC94. Grayscale: #515151. Windows color (decimal): -6151317 or 7021474. OLE color: 7021474.
HSL color Cylindrical-coordinate representation of color #A2236B: hue angle of 325.98º 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 #A2236B is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 107 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.36 |
| HSL | 325.98º | 0.64% | 0.39% | - |
| HSV(B) | 325.98º | 0.78% | 0.64% | - |
| XYZ | 18.16 | 9.94 | 14.87 | - |
| YUV | 81.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 107 | 0 | 0.78 | 0.34 | 0.36 | 325.98 | 0.64 | 0.39 |
| Hex | A2 | 23 | 6B | 0 | 4E | 22 | 24 | 146 | 40 | 27 |
| Octal | 242 | 43 | 153 | 0 | 116 | 42 | 44 | 506 | 100 | 47 |
| Binary | 10100010 | 100011 | 1101011 | 0 | 1001110 | 100010 | 100100 | 101000110 | 1000000 | 100111 |
Color Harmonies of #A2236B
Complementary color
Monochromatic Colors of #A2236B
Black with #A2236B
Text Example
Text Example
White with #A2236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2236B; }
p { color: rgb(162,35,107); }
H1.HeaderClassName
{
color: #A2236B;
}
.AnyTagClassName
{
color: #A2236B;
}
</style>
background-color css
<style>
a { background-color: #A2236B; }
a { background-color: rgb(162,35,107); }
div.DivClassName
{
background-color: #A2236B;
}
.BgClassName
{
background-color: #A2236B;
}
</style>
border-color css
<style>
span { border-color: #A2236B; }
span { border-color: rgb(162,35,107); }
td.TdClassName
{
border-color: #A2236B;
}
.TagClassName
{
border-color: #A2236B;
}
</style>