Shades of Jazzberry Jam #A1004C
Tints of Jazzberry Jam #A1004C
RGB
CMYK
RGB Variations
Color information
#A1004C (or 0xA1004C) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 4C. RGB value is (161,0,76). Sum of RGB (Red+Green+Blue) = 161+0+76=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A1004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1004C is #5EFFB3. Grayscale: #383838. Windows color (decimal): -6225844 or 4980897. OLE color: 4980897.
HSL color Cylindrical-coordinate representation of color #A1004C: hue angle of 331.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1004C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.53 | 0.37 |
| HSL | 331.68º | 1% | 0.32% | - |
| HSV(B) | 331.68º | 1% | 0.63% | - |
| XYZ | 16 | 8.1 | 7.56 | - |
| YUV | 56.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 76 | 0 | 1 | 0.53 | 0.37 | 331.68 | 1 | 0.32 |
| Hex | A1 | 0 | 4C | 0 | 64 | 35 | 25 | 14C | 64 | 20 |
| Octal | 241 | 0 | 114 | 0 | 144 | 65 | 45 | 514 | 144 | 40 |
| Binary | 10100001 | 0 | 1001100 | 0 | 1100100 | 110101 | 100101 | 101001100 | 1100100 | 100000 |
Color Harmonies of #A1004C
Complementary color
Monochromatic Colors of #A1004C
Black with #A1004C
Text Example
Text Example
White with #A1004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1004C; }
p { color: rgb(161,0,76); }
H1.HeaderClassName
{
color: #A1004C;
}
.AnyTagClassName
{
color: #A1004C;
}
</style>
background-color css
<style>
a { background-color: #A1004C; }
a { background-color: rgb(161,0,76); }
div.DivClassName
{
background-color: #A1004C;
}
.BgClassName
{
background-color: #A1004C;
}
</style>
border-color css
<style>
span { border-color: #A1004C; }
span { border-color: rgb(161,0,76); }
td.TdClassName
{
border-color: #A1004C;
}
.TagClassName
{
border-color: #A1004C;
}
</style>