Shades of Jazzberry Jam #A20D5A
Tints of Jazzberry Jam #A20D5A
RGB
CMYK
RGB Variations
Color information
#A20D5A (or 0xA20D5A) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 5A. RGB value is (162,13,90). Sum of RGB (Red+Green+Blue) = 162+13+90=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D5A is #5DF2A5. Grayscale: #424242. Windows color (decimal): -6156966 or 5901730. OLE color: 5901730.
HSL color Cylindrical-coordinate representation of color #A20D5A: hue angle of 328.99º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D5A is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 90 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.36 |
| HSL | 328.99º | 0.85% | 0.34% | - |
| HSV(B) | 328.99º | 0.92% | 0.64% | - |
| XYZ | 16.89 | 8.71 | 10.46 | - |
| YUV | 66.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 90 | 0 | 0.92 | 0.44 | 0.36 | 328.99 | 0.85 | 0.34 |
| Hex | A2 | D | 5A | 0 | 5C | 2C | 24 | 149 | 55 | 22 |
| Octal | 242 | 15 | 132 | 0 | 134 | 54 | 44 | 511 | 125 | 42 |
| Binary | 10100010 | 1101 | 1011010 | 0 | 1011100 | 101100 | 100100 | 101001001 | 1010101 | 100010 |
Color Harmonies of #A20D5A
Complementary color
Monochromatic Colors of #A20D5A
Black with #A20D5A
Text Example
Text Example
White with #A20D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D5A; }
p { color: rgb(162,13,90); }
H1.HeaderClassName
{
color: #A20D5A;
}
.AnyTagClassName
{
color: #A20D5A;
}
</style>
background-color css
<style>
a { background-color: #A20D5A; }
a { background-color: rgb(162,13,90); }
div.DivClassName
{
background-color: #A20D5A;
}
.BgClassName
{
background-color: #A20D5A;
}
</style>
border-color css
<style>
span { border-color: #A20D5A; }
span { border-color: rgb(162,13,90); }
td.TdClassName
{
border-color: #A20D5A;
}
.TagClassName
{
border-color: #A20D5A;
}
</style>