Shades of Jazzberry Jam #A20952
Tints of Jazzberry Jam #A20952
RGB
CMYK
RGB Variations
Color information
#A20952 (or 0xA20952) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 52. RGB value is (162,9,82). Sum of RGB (Red+Green+Blue) = 162+9+82=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A20952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20952 is #5DF6AD. Grayscale: #3E3E3E. Windows color (decimal): -6157998 or 5376418. OLE color: 5376418.
HSL color Cylindrical-coordinate representation of color #A20952: hue angle of 331.37º 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 #A20952 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 82 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.36 |
| HSL | 331.37º | 0.89% | 0.34% | - |
| HSV(B) | 331.37º | 0.94% | 0.64% | - |
| XYZ | 16.52 | 8.49 | 8.75 | - |
| YUV | 63.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 82 | 0 | 0.94 | 0.49 | 0.36 | 331.37 | 0.89 | 0.34 |
| Hex | A2 | 9 | 52 | 0 | 5E | 31 | 24 | 14B | 59 | 22 |
| Octal | 242 | 11 | 122 | 0 | 136 | 61 | 44 | 513 | 131 | 42 |
| Binary | 10100010 | 1001 | 1010010 | 0 | 1011110 | 110001 | 100100 | 101001011 | 1011001 | 100010 |
Color Harmonies of #A20952
Complementary color
Monochromatic Colors of #A20952
Black with #A20952
Text Example
Text Example
White with #A20952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20952; }
p { color: rgb(162,9,82); }
H1.HeaderClassName
{
color: #A20952;
}
.AnyTagClassName
{
color: #A20952;
}
</style>
background-color css
<style>
a { background-color: #A20952; }
a { background-color: rgb(162,9,82); }
div.DivClassName
{
background-color: #A20952;
}
.BgClassName
{
background-color: #A20952;
}
</style>
border-color css
<style>
span { border-color: #A20952; }
span { border-color: rgb(162,9,82); }
td.TdClassName
{
border-color: #A20952;
}
.TagClassName
{
border-color: #A20952;
}
</style>