Shades of Jazzberry Jam #A2004C
Tints of Jazzberry Jam #A2004C
RGB
CMYK
RGB Variations
Color information
#A2004C (or 0xA2004C) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 4C. RGB value is (162,0,76). Sum of RGB (Red+Green+Blue) = 162+0+76=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A2004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2004C is #5DFFB3. Grayscale: #383838. Windows color (decimal): -6160308 or 4980898. OLE color: 4980898.
HSL color Cylindrical-coordinate representation of color #A2004C: hue angle of 331.85º 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 #A2004C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.53 | 0.36 |
| HSL | 331.85º | 1% | 0.32% | - |
| HSV(B) | 331.85º | 1% | 0.64% | - |
| XYZ | 16.2 | 8.2 | 7.57 | - |
| YUV | 57.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 76 | 0 | 1 | 0.53 | 0.36 | 331.85 | 1 | 0.32 |
| Hex | A2 | 0 | 4C | 0 | 64 | 35 | 24 | 14C | 64 | 20 |
| Octal | 242 | 0 | 114 | 0 | 144 | 65 | 44 | 514 | 144 | 40 |
| Binary | 10100010 | 0 | 1001100 | 0 | 1100100 | 110101 | 100100 | 101001100 | 1100100 | 100000 |
Color Harmonies of #A2004C
Complementary color
Monochromatic Colors of #A2004C
Black with #A2004C
Text Example
Text Example
White with #A2004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2004C; }
p { color: rgb(162,0,76); }
H1.HeaderClassName
{
color: #A2004C;
}
.AnyTagClassName
{
color: #A2004C;
}
</style>
background-color css
<style>
a { background-color: #A2004C; }
a { background-color: rgb(162,0,76); }
div.DivClassName
{
background-color: #A2004C;
}
.BgClassName
{
background-color: #A2004C;
}
</style>
border-color css
<style>
span { border-color: #A2004C; }
span { border-color: rgb(162,0,76); }
td.TdClassName
{
border-color: #A2004C;
}
.TagClassName
{
border-color: #A2004C;
}
</style>