Shades of Jazzberry Jam #A2004B
Tints of Jazzberry Jam #A2004B
RGB
CMYK
RGB Variations
Color information
#A2004B (or 0xA2004B) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 4B. RGB value is (162,0,75). Sum of RGB (Red+Green+Blue) = 162+0+75=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A2004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2004B is #5DFFB4. Grayscale: #383838. Windows color (decimal): -6160309 or 4915362. OLE color: 4915362.
HSL color Cylindrical-coordinate representation of color #A2004B: hue angle of 332.22º 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 #A2004B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.54 | 0.36 |
| HSL | 332.22º | 1% | 0.32% | - |
| HSV(B) | 332.22º | 1% | 0.64% | - |
| XYZ | 16.17 | 8.19 | 7.39 | - |
| YUV | 56.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 75 | 0 | 1 | 0.54 | 0.36 | 332.22 | 1 | 0.32 |
| Hex | A2 | 0 | 4B | 0 | 64 | 36 | 24 | 14C | 64 | 20 |
| Octal | 242 | 0 | 113 | 0 | 144 | 66 | 44 | 514 | 144 | 40 |
| Binary | 10100010 | 0 | 1001011 | 0 | 1100100 | 110110 | 100100 | 101001100 | 1100100 | 100000 |
Color Harmonies of #A2004B
Complementary color
Monochromatic Colors of #A2004B
Black with #A2004B
Text Example
Text Example
White with #A2004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2004B; }
p { color: rgb(162,0,75); }
H1.HeaderClassName
{
color: #A2004B;
}
.AnyTagClassName
{
color: #A2004B;
}
</style>
background-color css
<style>
a { background-color: #A2004B; }
a { background-color: rgb(162,0,75); }
div.DivClassName
{
background-color: #A2004B;
}
.BgClassName
{
background-color: #A2004B;
}
</style>
border-color css
<style>
span { border-color: #A2004B; }
span { border-color: rgb(162,0,75); }
td.TdClassName
{
border-color: #A2004B;
}
.TagClassName
{
border-color: #A2004B;
}
</style>