Shades of Jazzberry Jam #A20257
Tints of Jazzberry Jam #A20257
RGB
CMYK
RGB Variations
Color information
#A20257 (or 0xA20257) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 57. RGB value is (162,2,87). Sum of RGB (Red+Green+Blue) = 162+2+87=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A20257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20257 is #5DFDA8. Grayscale: #3B3B3B. Windows color (decimal): -6159785 or 5702306. OLE color: 5702306.
HSL color Cylindrical-coordinate representation of color #A20257: hue angle of 328.12º 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 #A20257 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.36 |
| HSL | 328.13º | 0.98% | 0.32% | - |
| HSV(B) | 328.13º | 0.99% | 0.64% | - |
| XYZ | 16.64 | 8.41 | 9.76 | - |
| YUV | 59.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 87 | 0 | 0.99 | 0.46 | 0.36 | 328.13 | 0.98 | 0.32 |
| Hex | A2 | 2 | 57 | 0 | 63 | 2E | 24 | 148 | 62 | 20 |
| Octal | 242 | 2 | 127 | 0 | 143 | 56 | 44 | 510 | 142 | 40 |
| Binary | 10100010 | 10 | 1010111 | 0 | 1100011 | 101110 | 100100 | 101001000 | 1100010 | 100000 |
Color Harmonies of #A20257
Complementary color
Monochromatic Colors of #A20257
Black with #A20257
Text Example
Text Example
White with #A20257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20257; }
p { color: rgb(162,2,87); }
H1.HeaderClassName
{
color: #A20257;
}
.AnyTagClassName
{
color: #A20257;
}
</style>
background-color css
<style>
a { background-color: #A20257; }
a { background-color: rgb(162,2,87); }
div.DivClassName
{
background-color: #A20257;
}
.BgClassName
{
background-color: #A20257;
}
</style>
border-color css
<style>
span { border-color: #A20257; }
span { border-color: rgb(162,2,87); }
td.TdClassName
{
border-color: #A20257;
}
.TagClassName
{
border-color: #A20257;
}
</style>