Shades of Jazzberry Jam #A20352
Tints of Jazzberry Jam #A20352
RGB
CMYK
RGB Variations
Color information
#A20352 (or 0xA20352) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 52. RGB value is (162,3,82). Sum of RGB (Red+Green+Blue) = 162+3+82=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A20352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20352 is #5DFCAD. Grayscale: #3B3B3B. Windows color (decimal): -6159534 or 5374882. OLE color: 5374882.
HSL color Cylindrical-coordinate representation of color #A20352: hue angle of 330.19º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20352 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.36 |
| HSL | 330.19º | 0.96% | 0.32% | - |
| HSV(B) | 330.19º | 0.98% | 0.64% | - |
| XYZ | 16.46 | 8.36 | 8.73 | - |
| YUV | 59.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 82 | 0 | 0.98 | 0.49 | 0.36 | 330.19 | 0.96 | 0.32 |
| Hex | A2 | 3 | 52 | 0 | 62 | 31 | 24 | 14A | 60 | 20 |
| Octal | 242 | 3 | 122 | 0 | 142 | 61 | 44 | 512 | 140 | 40 |
| Binary | 10100010 | 11 | 1010010 | 0 | 1100010 | 110001 | 100100 | 101001010 | 1100000 | 100000 |
Color Harmonies of #A20352
Complementary color
Monochromatic Colors of #A20352
Black with #A20352
Text Example
Text Example
White with #A20352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20352; }
p { color: rgb(162,3,82); }
H1.HeaderClassName
{
color: #A20352;
}
.AnyTagClassName
{
color: #A20352;
}
</style>
background-color css
<style>
a { background-color: #A20352; }
a { background-color: rgb(162,3,82); }
div.DivClassName
{
background-color: #A20352;
}
.BgClassName
{
background-color: #A20352;
}
</style>
border-color css
<style>
span { border-color: #A20352; }
span { border-color: rgb(162,3,82); }
td.TdClassName
{
border-color: #A20352;
}
.TagClassName
{
border-color: #A20352;
}
</style>