Shades of Jazzberry Jam #A20968
Tints of Jazzberry Jam #A20968
RGB
CMYK
RGB Variations
Color information
#A20968 (or 0xA20968) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 68. RGB value is (162,9,104). Sum of RGB (Red+Green+Blue) = 162+9+104=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A20968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20968 is #5DF697. Grayscale: #414141. Windows color (decimal): -6157976 or 6818210. OLE color: 6818210.
HSL color Cylindrical-coordinate representation of color #A20968: hue angle of 322.75º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20968 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 104 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.36 |
| HSL | 322.75º | 0.89% | 0.34% | - |
| HSV(B) | 322.75º | 0.94% | 0.64% | - |
| XYZ | 17.5 | 8.88 | 13.89 | - |
| YUV | 65.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 104 | 0 | 0.94 | 0.36 | 0.36 | 322.75 | 0.89 | 0.34 |
| Hex | A2 | 9 | 68 | 0 | 5E | 24 | 24 | 143 | 59 | 22 |
| Octal | 242 | 11 | 150 | 0 | 136 | 44 | 44 | 503 | 131 | 42 |
| Binary | 10100010 | 1001 | 1101000 | 0 | 1011110 | 100100 | 100100 | 101000011 | 1011001 | 100010 |
Color Harmonies of #A20968
Complementary color
Monochromatic Colors of #A20968
Black with #A20968
Text Example
Text Example
White with #A20968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20968; }
p { color: rgb(162,9,104); }
H1.HeaderClassName
{
color: #A20968;
}
.AnyTagClassName
{
color: #A20968;
}
</style>
background-color css
<style>
a { background-color: #A20968; }
a { background-color: rgb(162,9,104); }
div.DivClassName
{
background-color: #A20968;
}
.BgClassName
{
background-color: #A20968;
}
</style>
border-color css
<style>
span { border-color: #A20968; }
span { border-color: rgb(162,9,104); }
td.TdClassName
{
border-color: #A20968;
}
.TagClassName
{
border-color: #A20968;
}
</style>