Shades of Jazzberry Jam #A02168
Tints of Jazzberry Jam #A02168
RGB
CMYK
RGB Variations
Color information
#A02168 (or 0xA02168) is known color: Jazzberry Jam. HEX triplet: A0, 21 and 68. RGB value is (160,33,104). Sum of RGB (Red+Green+Blue) = 160+33+104=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A02168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02168 is #5FDE97. Grayscale: #4E4E4E. Windows color (decimal): -6282904 or 6824352. OLE color: 6824352.
HSL color Cylindrical-coordinate representation of color #A02168: hue angle of 326.46º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02168 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 104 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.37 |
| HSL | 326.46º | 0.66% | 0.38% | - |
| HSV(B) | 326.46º | 0.79% | 0.63% | - |
| XYZ | 17.54 | 9.56 | 14.02 | - |
| YUV | 79.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 104 | 0 | 0.79 | 0.35 | 0.37 | 326.46 | 0.66 | 0.38 |
| Hex | A0 | 21 | 68 | 0 | 4F | 23 | 25 | 146 | 42 | 26 |
| Octal | 240 | 41 | 150 | 0 | 117 | 43 | 45 | 506 | 102 | 46 |
| Binary | 10100000 | 100001 | 1101000 | 0 | 1001111 | 100011 | 100101 | 101000110 | 1000010 | 100110 |
Color Harmonies of #A02168
Complementary color
Monochromatic Colors of #A02168
Black with #A02168
Text Example
Text Example
White with #A02168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02168; }
p { color: rgb(160,33,104); }
H1.HeaderClassName
{
color: #A02168;
}
.AnyTagClassName
{
color: #A02168;
}
</style>
background-color css
<style>
a { background-color: #A02168; }
a { background-color: rgb(160,33,104); }
div.DivClassName
{
background-color: #A02168;
}
.BgClassName
{
background-color: #A02168;
}
</style>
border-color css
<style>
span { border-color: #A02168; }
span { border-color: rgb(160,33,104); }
td.TdClassName
{
border-color: #A02168;
}
.TagClassName
{
border-color: #A02168;
}
</style>