Shades of Jazzberry Jam #A20458
Tints of Jazzberry Jam #A20458
RGB
CMYK
RGB Variations
Color information
#A20458 (or 0xA20458) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 58. RGB value is (162,4,88). Sum of RGB (Red+Green+Blue) = 162+4+88=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A20458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20458 is #5DFBA7. Grayscale: #3C3C3C. Windows color (decimal): -6159272 or 5768354. OLE color: 5768354.
HSL color Cylindrical-coordinate representation of color #A20458: hue angle of 328.1º 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 #A20458 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.36 |
| HSL | 328.1º | 0.95% | 0.33% | - |
| HSV(B) | 328.1º | 0.98% | 0.64% | - |
| XYZ | 16.71 | 8.47 | 9.99 | - |
| YUV | 60.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 88 | 0 | 0.98 | 0.46 | 0.36 | 328.1 | 0.95 | 0.33 |
| Hex | A2 | 4 | 58 | 0 | 62 | 2E | 24 | 148 | 5F | 21 |
| Octal | 242 | 4 | 130 | 0 | 142 | 56 | 44 | 510 | 137 | 41 |
| Binary | 10100010 | 100 | 1011000 | 0 | 1100010 | 101110 | 100100 | 101001000 | 1011111 | 100001 |
Color Harmonies of #A20458
Complementary color
Monochromatic Colors of #A20458
Black with #A20458
Text Example
Text Example
White with #A20458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20458; }
p { color: rgb(162,4,88); }
H1.HeaderClassName
{
color: #A20458;
}
.AnyTagClassName
{
color: #A20458;
}
</style>
background-color css
<style>
a { background-color: #A20458; }
a { background-color: rgb(162,4,88); }
div.DivClassName
{
background-color: #A20458;
}
.BgClassName
{
background-color: #A20458;
}
</style>
border-color css
<style>
span { border-color: #A20458; }
span { border-color: rgb(162,4,88); }
td.TdClassName
{
border-color: #A20458;
}
.TagClassName
{
border-color: #A20458;
}
</style>