Shades of Jazzberry Jam #A20457
Tints of Jazzberry Jam #A20457
RGB
CMYK
RGB Variations
Color information
#A20457 (or 0xA20457) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 57. RGB value is (162,4,87). Sum of RGB (Red+Green+Blue) = 162+4+87=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A20457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20457 is #5DFBA8. Grayscale: #3C3C3C. Windows color (decimal): -6159273 or 5702818. OLE color: 5702818.
HSL color Cylindrical-coordinate representation of color #A20457: hue angle of 328.48º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20457 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 87 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.36 |
| HSL | 328.48º | 0.95% | 0.33% | - |
| HSV(B) | 328.48º | 0.98% | 0.64% | - |
| XYZ | 16.66 | 8.46 | 9.77 | - |
| YUV | 60.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 87 | 0 | 0.98 | 0.46 | 0.36 | 328.48 | 0.95 | 0.33 |
| Hex | A2 | 4 | 57 | 0 | 62 | 2E | 24 | 148 | 5F | 21 |
| Octal | 242 | 4 | 127 | 0 | 142 | 56 | 44 | 510 | 137 | 41 |
| Binary | 10100010 | 100 | 1010111 | 0 | 1100010 | 101110 | 100100 | 101001000 | 1011111 | 100001 |
Color Harmonies of #A20457
Complementary color
Monochromatic Colors of #A20457
Black with #A20457
Text Example
Text Example
White with #A20457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20457; }
p { color: rgb(162,4,87); }
H1.HeaderClassName
{
color: #A20457;
}
.AnyTagClassName
{
color: #A20457;
}
</style>
background-color css
<style>
a { background-color: #A20457; }
a { background-color: rgb(162,4,87); }
div.DivClassName
{
background-color: #A20457;
}
.BgClassName
{
background-color: #A20457;
}
</style>
border-color css
<style>
span { border-color: #A20457; }
span { border-color: rgb(162,4,87); }
td.TdClassName
{
border-color: #A20457;
}
.TagClassName
{
border-color: #A20457;
}
</style>