Shades of Jazzberry Jam #A1004D
Tints of Jazzberry Jam #A1004D
RGB
CMYK
RGB Variations
Color information
#A1004D (or 0xA1004D) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 4D. RGB value is (161,0,77). Sum of RGB (Red+Green+Blue) = 161+0+77=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1004D is #5EFFB2. Grayscale: #383838. Windows color (decimal): -6225843 or 5046433. OLE color: 5046433.
HSL color Cylindrical-coordinate representation of color #A1004D: hue angle of 331.3º 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 #A1004D is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.52 | 0.37 |
| HSL | 331.3º | 1% | 0.32% | - |
| HSV(B) | 331.3º | 1% | 0.63% | - |
| XYZ | 16.04 | 8.11 | 7.74 | - |
| YUV | 56.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 77 | 0 | 1 | 0.52 | 0.37 | 331.3 | 1 | 0.32 |
| Hex | A1 | 0 | 4D | 0 | 64 | 34 | 25 | 14B | 64 | 20 |
| Octal | 241 | 0 | 115 | 0 | 144 | 64 | 45 | 513 | 144 | 40 |
| Binary | 10100001 | 0 | 1001101 | 0 | 1100100 | 110100 | 100101 | 101001011 | 1100100 | 100000 |
Color Harmonies of #A1004D
Complementary color
Monochromatic Colors of #A1004D
Black with #A1004D
Text Example
Text Example
White with #A1004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1004D; }
p { color: rgb(161,0,77); }
H1.HeaderClassName
{
color: #A1004D;
}
.AnyTagClassName
{
color: #A1004D;
}
</style>
background-color css
<style>
a { background-color: #A1004D; }
a { background-color: rgb(161,0,77); }
div.DivClassName
{
background-color: #A1004D;
}
.BgClassName
{
background-color: #A1004D;
}
</style>
border-color css
<style>
span { border-color: #A1004D; }
span { border-color: rgb(161,0,77); }
td.TdClassName
{
border-color: #A1004D;
}
.TagClassName
{
border-color: #A1004D;
}
</style>