Shades of Jazzberry Jam #A20045
Tints of Jazzberry Jam #A20045
RGB
CMYK
RGB Variations
Color information
#A20045 (or 0xA20045) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 45. RGB value is (162,0,69). Sum of RGB (Red+Green+Blue) = 162+0+69=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A20045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20045 is #5DFFBA. Grayscale: #383838. Windows color (decimal): -6160315 or 4522146. OLE color: 4522146.
HSL color Cylindrical-coordinate representation of color #A20045: hue angle of 334.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20045 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.57 | 0.36 |
| HSL | 334.44º | 1% | 0.32% | - |
| HSV(B) | 334.44º | 1% | 0.64% | - |
| XYZ | 15.97 | 8.11 | 6.35 | - |
| YUV | 56.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 69 | 0 | 1 | 0.57 | 0.36 | 334.44 | 1 | 0.32 |
| Hex | A2 | 0 | 45 | 0 | 64 | 39 | 24 | 14E | 64 | 20 |
| Octal | 242 | 0 | 105 | 0 | 144 | 71 | 44 | 516 | 144 | 40 |
| Binary | 10100010 | 0 | 1000101 | 0 | 1100100 | 111001 | 100100 | 101001110 | 1100100 | 100000 |
Color Harmonies of #A20045
Complementary color
Monochromatic Colors of #A20045
Black with #A20045
Text Example
Text Example
White with #A20045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20045; }
p { color: rgb(162,0,69); }
H1.HeaderClassName
{
color: #A20045;
}
.AnyTagClassName
{
color: #A20045;
}
</style>
background-color css
<style>
a { background-color: #A20045; }
a { background-color: rgb(162,0,69); }
div.DivClassName
{
background-color: #A20045;
}
.BgClassName
{
background-color: #A20045;
}
</style>
border-color css
<style>
span { border-color: #A20045; }
span { border-color: rgb(162,0,69); }
td.TdClassName
{
border-color: #A20045;
}
.TagClassName
{
border-color: #A20045;
}
</style>