Shades of Jazzberry Jam #A1014F
Tints of Jazzberry Jam #A1014F
RGB
CMYK
RGB Variations
Color information
#A1014F (or 0xA1014F) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 4F. RGB value is (161,1,79). Sum of RGB (Red+Green+Blue) = 161+1+79=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1014F is #5EFEB0. Grayscale: #393939. Windows color (decimal): -6225585 or 5177761. OLE color: 5177761.
HSL color Cylindrical-coordinate representation of color #A1014F: hue angle of 330.75º 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 #A1014F is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.37 |
| HSL | 330.75º | 0.99% | 0.32% | - |
| HSV(B) | 330.75º | 0.99% | 0.63% | - |
| XYZ | 16.12 | 8.16 | 8.12 | - |
| YUV | 57.73 | 140.01 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 79 | 0 | 0.99 | 0.51 | 0.37 | 330.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | 4F | 0 | 63 | 33 | 25 | 14B | 63 | 20 |
| Octal | 241 | 1 | 117 | 0 | 143 | 63 | 45 | 513 | 143 | 40 |
| Binary | 10100001 | 1 | 1001111 | 0 | 1100011 | 110011 | 100101 | 101001011 | 1100011 | 100000 |
Color Harmonies of #A1014F
Complementary color
Monochromatic Colors of #A1014F
Black with #A1014F
Text Example
Text Example
White with #A1014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1014F; }
p { color: rgb(161,1,79); }
H1.HeaderClassName
{
color: #A1014F;
}
.AnyTagClassName
{
color: #A1014F;
}
</style>
background-color css
<style>
a { background-color: #A1014F; }
a { background-color: rgb(161,1,79); }
div.DivClassName
{
background-color: #A1014F;
}
.BgClassName
{
background-color: #A1014F;
}
</style>
border-color css
<style>
span { border-color: #A1014F; }
span { border-color: rgb(161,1,79); }
td.TdClassName
{
border-color: #A1014F;
}
.TagClassName
{
border-color: #A1014F;
}
</style>