Shades of Jazzberry Jam #A20251
Tints of Jazzberry Jam #A20251
RGB
CMYK
RGB Variations
Color information
#A20251 (or 0xA20251) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 51. RGB value is (162,2,81). Sum of RGB (Red+Green+Blue) = 162+2+81=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A20251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20251 is #5DFDAE. Grayscale: #3A3A3A. Windows color (decimal): -6159791 or 5309090. OLE color: 5309090.
HSL color Cylindrical-coordinate representation of color #A20251: hue angle of 330.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20251 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.36 |
| HSL | 330.38º | 0.98% | 0.32% | - |
| HSV(B) | 330.38º | 0.99% | 0.64% | - |
| XYZ | 16.41 | 8.32 | 8.53 | - |
| YUV | 58.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 81 | 0 | 0.99 | 0.50 | 0.36 | 330.38 | 0.98 | 0.32 |
| Hex | A2 | 2 | 51 | 0 | 63 | 32 | 24 | 14A | 62 | 20 |
| Octal | 242 | 2 | 121 | 0 | 143 | 62 | 44 | 512 | 142 | 40 |
| Binary | 10100010 | 10 | 1010001 | 0 | 1100011 | 110010 | 100100 | 101001010 | 1100010 | 100000 |
Color Harmonies of #A20251
Complementary color
Monochromatic Colors of #A20251
Black with #A20251
Text Example
Text Example
White with #A20251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20251; }
p { color: rgb(162,2,81); }
H1.HeaderClassName
{
color: #A20251;
}
.AnyTagClassName
{
color: #A20251;
}
</style>
background-color css
<style>
a { background-color: #A20251; }
a { background-color: rgb(162,2,81); }
div.DivClassName
{
background-color: #A20251;
}
.BgClassName
{
background-color: #A20251;
}
</style>
border-color css
<style>
span { border-color: #A20251; }
span { border-color: rgb(162,2,81); }
td.TdClassName
{
border-color: #A20251;
}
.TagClassName
{
border-color: #A20251;
}
</style>