Shades of Jazzberry Jam #A1014E
Tints of Jazzberry Jam #A1014E
RGB
CMYK
RGB Variations
Color information
#A1014E (or 0xA1014E) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 4E. RGB value is (161,1,78). Sum of RGB (Red+Green+Blue) = 161+1+78=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1014E is #5EFEB1. Grayscale: #393939. Windows color (decimal): -6225586 or 5112225. OLE color: 5112225.
HSL color Cylindrical-coordinate representation of color #A1014E: hue angle of 331.12º 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 #A1014E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.37 |
| HSL | 331.13º | 0.99% | 0.32% | - |
| HSV(B) | 331.13º | 0.99% | 0.63% | - |
| XYZ | 16.08 | 8.15 | 7.93 | - |
| YUV | 57.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 78 | 0 | 0.99 | 0.52 | 0.37 | 331.13 | 0.99 | 0.32 |
| Hex | A1 | 1 | 4E | 0 | 63 | 34 | 25 | 14B | 63 | 20 |
| Octal | 241 | 1 | 116 | 0 | 143 | 64 | 45 | 513 | 143 | 40 |
| Binary | 10100001 | 1 | 1001110 | 0 | 1100011 | 110100 | 100101 | 101001011 | 1100011 | 100000 |
Color Harmonies of #A1014E
Complementary color
Monochromatic Colors of #A1014E
Black with #A1014E
Text Example
Text Example
White with #A1014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1014E; }
p { color: rgb(161,1,78); }
H1.HeaderClassName
{
color: #A1014E;
}
.AnyTagClassName
{
color: #A1014E;
}
</style>
background-color css
<style>
a { background-color: #A1014E; }
a { background-color: rgb(161,1,78); }
div.DivClassName
{
background-color: #A1014E;
}
.BgClassName
{
background-color: #A1014E;
}
</style>
border-color css
<style>
span { border-color: #A1014E; }
span { border-color: rgb(161,1,78); }
td.TdClassName
{
border-color: #A1014E;
}
.TagClassName
{
border-color: #A1014E;
}
</style>