Shades of Jazzberry Jam #A20852
Tints of Jazzberry Jam #A20852
RGB
CMYK
RGB Variations
Color information
#A20852 (or 0xA20852) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 52. RGB value is (162,8,82). Sum of RGB (Red+Green+Blue) = 162+8+82=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20852 is #5DF7AD. Grayscale: #3E3E3E. Windows color (decimal): -6158254 or 5376162. OLE color: 5376162.
HSL color Cylindrical-coordinate representation of color #A20852: hue angle of 331.17º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20852 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 82 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.36 |
| HSL | 331.17º | 0.91% | 0.33% | - |
| HSV(B) | 331.17º | 0.95% | 0.64% | - |
| XYZ | 16.51 | 8.46 | 8.75 | - |
| YUV | 62.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 82 | 0 | 0.95 | 0.49 | 0.36 | 331.17 | 0.91 | 0.33 |
| Hex | A2 | 8 | 52 | 0 | 5F | 31 | 24 | 14B | 5B | 21 |
| Octal | 242 | 10 | 122 | 0 | 137 | 61 | 44 | 513 | 133 | 41 |
| Binary | 10100010 | 1000 | 1010010 | 0 | 1011111 | 110001 | 100100 | 101001011 | 1011011 | 100001 |
Color Harmonies of #A20852
Complementary color
Monochromatic Colors of #A20852
Black with #A20852
Text Example
Text Example
White with #A20852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20852; }
p { color: rgb(162,8,82); }
H1.HeaderClassName
{
color: #A20852;
}
.AnyTagClassName
{
color: #A20852;
}
</style>
background-color css
<style>
a { background-color: #A20852; }
a { background-color: rgb(162,8,82); }
div.DivClassName
{
background-color: #A20852;
}
.BgClassName
{
background-color: #A20852;
}
</style>
border-color css
<style>
span { border-color: #A20852; }
span { border-color: rgb(162,8,82); }
td.TdClassName
{
border-color: #A20852;
}
.TagClassName
{
border-color: #A20852;
}
</style>