Shades of Jazzberry Jam #A2266C
Tints of Jazzberry Jam #A2266C
RGB
CMYK
RGB Variations
Color information
#A2266C (or 0xA2266C) is known color: Jazzberry Jam. HEX triplet: A2, 26 and 6C. RGB value is (162,38,108). Sum of RGB (Red+Green+Blue) = 162+38+108=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2266C is #5DD993. Grayscale: #525252. Windows color (decimal): -6150548 or 7087778. OLE color: 7087778.
HSL color Cylindrical-coordinate representation of color #A2266C: hue angle of 326.13º 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 #A2266C is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 108 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.36 |
| HSL | 326.13º | 0.62% | 0.39% | - |
| HSV(B) | 326.13º | 0.77% | 0.64% | - |
| XYZ | 18.3 | 10.15 | 15.18 | - |
| YUV | 83.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 108 | 0 | 0.77 | 0.33 | 0.36 | 326.13 | 0.62 | 0.39 |
| Hex | A2 | 26 | 6C | 0 | 4D | 21 | 24 | 146 | 3E | 27 |
| Octal | 242 | 46 | 154 | 0 | 115 | 41 | 44 | 506 | 76 | 47 |
| Binary | 10100010 | 100110 | 1101100 | 0 | 1001101 | 100001 | 100100 | 101000110 | 111110 | 100111 |
Color Harmonies of #A2266C
Complementary color
Monochromatic Colors of #A2266C
Black with #A2266C
Text Example
Text Example
White with #A2266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2266C; }
p { color: rgb(162,38,108); }
H1.HeaderClassName
{
color: #A2266C;
}
.AnyTagClassName
{
color: #A2266C;
}
</style>
background-color css
<style>
a { background-color: #A2266C; }
a { background-color: rgb(162,38,108); }
div.DivClassName
{
background-color: #A2266C;
}
.BgClassName
{
background-color: #A2266C;
}
</style>
border-color css
<style>
span { border-color: #A2266C; }
span { border-color: rgb(162,38,108); }
td.TdClassName
{
border-color: #A2266C;
}
.TagClassName
{
border-color: #A2266C;
}
</style>