Shades of Jazzberry Jam #A20D64
Tints of Jazzberry Jam #A20D64
RGB
CMYK
RGB Variations
Color information
#A20D64 (or 0xA20D64) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 64. RGB value is (162,13,100). Sum of RGB (Red+Green+Blue) = 162+13+100=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D64 is #5DF29B. Grayscale: #434343. Windows color (decimal): -6156956 or 6557090. OLE color: 6557090.
HSL color Cylindrical-coordinate representation of color #A20D64: hue angle of 324.97º 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 #A20D64 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 100 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.36 |
| HSL | 324.97º | 0.85% | 0.34% | - |
| HSV(B) | 324.97º | 0.92% | 0.64% | - |
| XYZ | 17.34 | 8.89 | 12.86 | - |
| YUV | 67.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 100 | 0 | 0.92 | 0.38 | 0.36 | 324.97 | 0.85 | 0.34 |
| Hex | A2 | D | 64 | 0 | 5C | 26 | 24 | 145 | 55 | 22 |
| Octal | 242 | 15 | 144 | 0 | 134 | 46 | 44 | 505 | 125 | 42 |
| Binary | 10100010 | 1101 | 1100100 | 0 | 1011100 | 100110 | 100100 | 101000101 | 1010101 | 100010 |
Color Harmonies of #A20D64
Complementary color
Monochromatic Colors of #A20D64
Black with #A20D64
Text Example
Text Example
White with #A20D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D64; }
p { color: rgb(162,13,100); }
H1.HeaderClassName
{
color: #A20D64;
}
.AnyTagClassName
{
color: #A20D64;
}
</style>
background-color css
<style>
a { background-color: #A20D64; }
a { background-color: rgb(162,13,100); }
div.DivClassName
{
background-color: #A20D64;
}
.BgClassName
{
background-color: #A20D64;
}
</style>
border-color css
<style>
span { border-color: #A20D64; }
span { border-color: rgb(162,13,100); }
td.TdClassName
{
border-color: #A20D64;
}
.TagClassName
{
border-color: #A20D64;
}
</style>