Shades of Jazzberry Jam #A20F5D
Tints of Jazzberry Jam #A20F5D
RGB
CMYK
RGB Variations
Color information
#A20F5D (or 0xA20F5D) is known color: Jazzberry Jam. HEX triplet: A2, 0F and 5D. RGB value is (162,15,93). Sum of RGB (Red+Green+Blue) = 162+15+93=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F5D is #5DF0A2. Grayscale: #434343. Windows color (decimal): -6156451 or 6098850. OLE color: 6098850.
HSL color Cylindrical-coordinate representation of color #A20F5D: hue angle of 328.16º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F5D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 93 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.36 |
| HSL | 328.16º | 0.83% | 0.35% | - |
| HSV(B) | 328.16º | 0.91% | 0.64% | - |
| XYZ | 17.05 | 8.81 | 11.16 | - |
| YUV | 67.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 93 | 0 | 0.91 | 0.43 | 0.36 | 328.16 | 0.83 | 0.35 |
| Hex | A2 | F | 5D | 0 | 5B | 2B | 24 | 148 | 53 | 23 |
| Octal | 242 | 17 | 135 | 0 | 133 | 53 | 44 | 510 | 123 | 43 |
| Binary | 10100010 | 1111 | 1011101 | 0 | 1011011 | 101011 | 100100 | 101001000 | 1010011 | 100011 |
Color Harmonies of #A20F5D
Complementary color
Monochromatic Colors of #A20F5D
Black with #A20F5D
Text Example
Text Example
White with #A20F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F5D; }
p { color: rgb(162,15,93); }
H1.HeaderClassName
{
color: #A20F5D;
}
.AnyTagClassName
{
color: #A20F5D;
}
</style>
background-color css
<style>
a { background-color: #A20F5D; }
a { background-color: rgb(162,15,93); }
div.DivClassName
{
background-color: #A20F5D;
}
.BgClassName
{
background-color: #A20F5D;
}
</style>
border-color css
<style>
span { border-color: #A20F5D; }
span { border-color: rgb(162,15,93); }
td.TdClassName
{
border-color: #A20F5D;
}
.TagClassName
{
border-color: #A20F5D;
}
</style>