Shades of Jazzberry Jam #A2266B
Tints of Jazzberry Jam #A2266B
RGB
CMYK
RGB Variations
Color information
#A2266B (or 0xA2266B) is known color: Jazzberry Jam. HEX triplet: A2, 26 and 6B. RGB value is (162,38,107). Sum of RGB (Red+Green+Blue) = 162+38+107=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2266B is #5DD994. Grayscale: #525252. Windows color (decimal): -6150549 or 7022242. OLE color: 7022242.
HSL color Cylindrical-coordinate representation of color #A2266B: hue angle of 326.61º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2266B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 107 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.36 |
| HSL | 326.61º | 0.62% | 0.39% | - |
| HSV(B) | 326.61º | 0.77% | 0.64% | - |
| XYZ | 18.25 | 10.13 | 14.9 | - |
| YUV | 82.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 107 | 0 | 0.77 | 0.34 | 0.36 | 326.61 | 0.62 | 0.39 |
| Hex | A2 | 26 | 6B | 0 | 4D | 22 | 24 | 147 | 3E | 27 |
| Octal | 242 | 46 | 153 | 0 | 115 | 42 | 44 | 507 | 76 | 47 |
| Binary | 10100010 | 100110 | 1101011 | 0 | 1001101 | 100010 | 100100 | 101000111 | 111110 | 100111 |
Color Harmonies of #A2266B
Complementary color
Monochromatic Colors of #A2266B
Black with #A2266B
Text Example
Text Example
White with #A2266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2266B; }
p { color: rgb(162,38,107); }
H1.HeaderClassName
{
color: #A2266B;
}
.AnyTagClassName
{
color: #A2266B;
}
</style>
background-color css
<style>
a { background-color: #A2266B; }
a { background-color: rgb(162,38,107); }
div.DivClassName
{
background-color: #A2266B;
}
.BgClassName
{
background-color: #A2266B;
}
</style>
border-color css
<style>
span { border-color: #A2266B; }
span { border-color: rgb(162,38,107); }
td.TdClassName
{
border-color: #A2266B;
}
.TagClassName
{
border-color: #A2266B;
}
</style>