Shades of Jazzberry Jam #A8226B
Tints of Jazzberry Jam #A8226B
RGB
CMYK
RGB Variations
Color information
#A8226B (or 0xA8226B) is known color: Jazzberry Jam. HEX triplet: A8, 22 and 6B. RGB value is (168,34,107). Sum of RGB (Red+Green+Blue) = 168+34+107=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8226B is #57DD94. Grayscale: #525252. Windows color (decimal): -5758357 or 7021224. OLE color: 7021224.
HSL color Cylindrical-coordinate representation of color #A8226B: hue angle of 327.31º 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 #A8226B is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 107 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.34 |
| HSL | 327.31º | 0.66% | 0.4% | - |
| HSV(B) | 327.31º | 0.8% | 0.66% | - |
| XYZ | 19.37 | 10.53 | 14.92 | - |
| YUV | 82.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 107 | 0 | 0.80 | 0.36 | 0.34 | 327.31 | 0.66 | 0.4 |
| Hex | A8 | 22 | 6B | 0 | 50 | 24 | 22 | 147 | 42 | 28 |
| Octal | 250 | 42 | 153 | 0 | 120 | 44 | 42 | 507 | 102 | 50 |
| Binary | 10101000 | 100010 | 1101011 | 0 | 1010000 | 100100 | 100010 | 101000111 | 1000010 | 101000 |
Color Harmonies of #A8226B
Complementary color
Monochromatic Colors of #A8226B
Black with #A8226B
Text Example
Text Example
White with #A8226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8226B; }
p { color: rgb(168,34,107); }
H1.HeaderClassName
{
color: #A8226B;
}
.AnyTagClassName
{
color: #A8226B;
}
</style>
background-color css
<style>
a { background-color: #A8226B; }
a { background-color: rgb(168,34,107); }
div.DivClassName
{
background-color: #A8226B;
}
.BgClassName
{
background-color: #A8226B;
}
</style>
border-color css
<style>
span { border-color: #A8226B; }
span { border-color: rgb(168,34,107); }
td.TdClassName
{
border-color: #A8226B;
}
.TagClassName
{
border-color: #A8226B;
}
</style>