Shades of Jazzberry Jam #A22266
Tints of Jazzberry Jam #A22266
RGB
CMYK
RGB Variations
Color information
#A22266 (or 0xA22266) is known color: Jazzberry Jam. HEX triplet: A2, 22 and 66. RGB value is (162,34,102). Sum of RGB (Red+Green+Blue) = 162+34+102=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A22266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22266 is #5DDD99. Grayscale: #4F4F4F. Windows color (decimal): -6151578 or 6693538. OLE color: 6693538.
HSL color Cylindrical-coordinate representation of color #A22266: hue angle of 328.12º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22266 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 102 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.36 |
| HSL | 328.13º | 0.65% | 0.38% | - |
| HSV(B) | 328.13º | 0.79% | 0.64% | - |
| XYZ | 17.87 | 9.78 | 13.52 | - |
| YUV | 80.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 102 | 0 | 0.79 | 0.37 | 0.36 | 328.13 | 0.65 | 0.38 |
| Hex | A2 | 22 | 66 | 0 | 4F | 25 | 24 | 148 | 41 | 26 |
| Octal | 242 | 42 | 146 | 0 | 117 | 45 | 44 | 510 | 101 | 46 |
| Binary | 10100010 | 100010 | 1100110 | 0 | 1001111 | 100101 | 100100 | 101001000 | 1000001 | 100110 |
Color Harmonies of #A22266
Complementary color
Monochromatic Colors of #A22266
Black with #A22266
Text Example
Text Example
White with #A22266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22266; }
p { color: rgb(162,34,102); }
H1.HeaderClassName
{
color: #A22266;
}
.AnyTagClassName
{
color: #A22266;
}
</style>
background-color css
<style>
a { background-color: #A22266; }
a { background-color: rgb(162,34,102); }
div.DivClassName
{
background-color: #A22266;
}
.BgClassName
{
background-color: #A22266;
}
</style>
border-color css
<style>
span { border-color: #A22266; }
span { border-color: rgb(162,34,102); }
td.TdClassName
{
border-color: #A22266;
}
.TagClassName
{
border-color: #A22266;
}
</style>