Shades of Jazzberry Jam #A8226C
Tints of Jazzberry Jam #A8226C
RGB
CMYK
RGB Variations
Color information
#A8226C (or 0xA8226C) is known color: Jazzberry Jam. HEX triplet: A8, 22 and 6C. RGB value is (168,34,108). Sum of RGB (Red+Green+Blue) = 168+34+108=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8226C is #57DD93. Grayscale: #525252. Windows color (decimal): -5758356 or 7086760. OLE color: 7086760.
HSL color Cylindrical-coordinate representation of color #A8226C: hue angle of 326.87º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8226C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 108 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.34 |
| HSL | 326.87º | 0.66% | 0.4% | - |
| HSV(B) | 326.87º | 0.8% | 0.66% | - |
| XYZ | 19.43 | 10.55 | 15.2 | - |
| YUV | 82.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 108 | 0 | 0.80 | 0.36 | 0.34 | 326.87 | 0.66 | 0.4 |
| Hex | A8 | 22 | 6C | 0 | 50 | 24 | 22 | 147 | 42 | 28 |
| Octal | 250 | 42 | 154 | 0 | 120 | 44 | 42 | 507 | 102 | 50 |
| Binary | 10101000 | 100010 | 1101100 | 0 | 1010000 | 100100 | 100010 | 101000111 | 1000010 | 101000 |
Color Harmonies of #A8226C
Complementary color
Monochromatic Colors of #A8226C
Black with #A8226C
Text Example
Text Example
White with #A8226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8226C; }
p { color: rgb(168,34,108); }
H1.HeaderClassName
{
color: #A8226C;
}
.AnyTagClassName
{
color: #A8226C;
}
</style>
background-color css
<style>
a { background-color: #A8226C; }
a { background-color: rgb(168,34,108); }
div.DivClassName
{
background-color: #A8226C;
}
.BgClassName
{
background-color: #A8226C;
}
</style>
border-color css
<style>
span { border-color: #A8226C; }
span { border-color: rgb(168,34,108); }
td.TdClassName
{
border-color: #A8226C;
}
.TagClassName
{
border-color: #A8226C;
}
</style>