Shades of Jazzberry Jam #A1014C
Tints of Jazzberry Jam #A1014C
RGB
CMYK
RGB Variations
Color information
#A1014C (or 0xA1014C) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 4C. RGB value is (161,1,76). Sum of RGB (Red+Green+Blue) = 161+1+76=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1014C is #5EFEB3. Grayscale: #393939. Windows color (decimal): -6225588 or 4981153. OLE color: 4981153.
HSL color Cylindrical-coordinate representation of color #A1014C: hue angle of 331.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1014C is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.37 |
| HSL | 331.88º | 0.99% | 0.32% | - |
| HSV(B) | 331.88º | 0.99% | 0.63% | - |
| XYZ | 16.01 | 8.12 | 7.56 | - |
| YUV | 57.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 76 | 0 | 0.99 | 0.53 | 0.37 | 331.88 | 0.99 | 0.32 |
| Hex | A1 | 1 | 4C | 0 | 63 | 35 | 25 | 14C | 63 | 20 |
| Octal | 241 | 1 | 114 | 0 | 143 | 65 | 45 | 514 | 143 | 40 |
| Binary | 10100001 | 1 | 1001100 | 0 | 1100011 | 110101 | 100101 | 101001100 | 1100011 | 100000 |
Color Harmonies of #A1014C
Complementary color
Monochromatic Colors of #A1014C
Black with #A1014C
Text Example
Text Example
White with #A1014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1014C; }
p { color: rgb(161,1,76); }
H1.HeaderClassName
{
color: #A1014C;
}
.AnyTagClassName
{
color: #A1014C;
}
</style>
background-color css
<style>
a { background-color: #A1014C; }
a { background-color: rgb(161,1,76); }
div.DivClassName
{
background-color: #A1014C;
}
.BgClassName
{
background-color: #A1014C;
}
</style>
border-color css
<style>
span { border-color: #A1014C; }
span { border-color: rgb(161,1,76); }
td.TdClassName
{
border-color: #A1014C;
}
.TagClassName
{
border-color: #A1014C;
}
</style>