Shades of Jazzberry Jam #A22267
Tints of Jazzberry Jam #A22267
RGB
CMYK
RGB Variations
Color information
#A22267 (or 0xA22267) is known color: Jazzberry Jam. HEX triplet: A2, 22 and 67. RGB value is (162,34,103). Sum of RGB (Red+Green+Blue) = 162+34+103=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A22267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22267 is #5DDD98. Grayscale: #4F4F4F. Windows color (decimal): -6151577 or 6759074. OLE color: 6759074.
HSL color Cylindrical-coordinate representation of color #A22267: hue angle of 327.66º 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 #A22267 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 103 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.36 |
| HSL | 327.66º | 0.65% | 0.38% | - |
| HSV(B) | 327.66º | 0.79% | 0.64% | - |
| XYZ | 17.92 | 9.8 | 13.78 | - |
| YUV | 80.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 103 | 0 | 0.79 | 0.36 | 0.36 | 327.66 | 0.65 | 0.38 |
| Hex | A2 | 22 | 67 | 0 | 4F | 24 | 24 | 148 | 41 | 26 |
| Octal | 242 | 42 | 147 | 0 | 117 | 44 | 44 | 510 | 101 | 46 |
| Binary | 10100010 | 100010 | 1100111 | 0 | 1001111 | 100100 | 100100 | 101001000 | 1000001 | 100110 |
Color Harmonies of #A22267
Complementary color
Monochromatic Colors of #A22267
Black with #A22267
Text Example
Text Example
White with #A22267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22267; }
p { color: rgb(162,34,103); }
H1.HeaderClassName
{
color: #A22267;
}
.AnyTagClassName
{
color: #A22267;
}
</style>
background-color css
<style>
a { background-color: #A22267; }
a { background-color: rgb(162,34,103); }
div.DivClassName
{
background-color: #A22267;
}
.BgClassName
{
background-color: #A22267;
}
</style>
border-color css
<style>
span { border-color: #A22267; }
span { border-color: rgb(162,34,103); }
td.TdClassName
{
border-color: #A22267;
}
.TagClassName
{
border-color: #A22267;
}
</style>