Shades of Jazzberry Jam #A10243
Tints of Jazzberry Jam #A10243
RGB
CMYK
RGB Variations
Color information
#A10243 (or 0xA10243) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 43. RGB value is (161,2,67). Sum of RGB (Red+Green+Blue) = 161+2+67=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A10243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10243 is #5EFDBC. Grayscale: #383838. Windows color (decimal): -6225341 or 4391585. OLE color: 4391585.
HSL color Cylindrical-coordinate representation of color #A10243: hue angle of 335.47º degrees, saturation: 0.98, 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 #A10243 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.37 |
| HSL | 335.47º | 0.98% | 0.32% | - |
| HSV(B) | 335.47º | 0.99% | 0.63% | - |
| XYZ | 15.73 | 8.03 | 6.03 | - |
| YUV | 56.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 67 | 0 | 0.99 | 0.58 | 0.37 | 335.47 | 0.98 | 0.32 |
| Hex | A1 | 2 | 43 | 0 | 63 | 3A | 25 | 14F | 62 | 20 |
| Octal | 241 | 2 | 103 | 0 | 143 | 72 | 45 | 517 | 142 | 40 |
| Binary | 10100001 | 10 | 1000011 | 0 | 1100011 | 111010 | 100101 | 101001111 | 1100010 | 100000 |
Color Harmonies of #A10243
Complementary color
Monochromatic Colors of #A10243
Black with #A10243
Text Example
Text Example
White with #A10243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10243; }
p { color: rgb(161,2,67); }
H1.HeaderClassName
{
color: #A10243;
}
.AnyTagClassName
{
color: #A10243;
}
</style>
background-color css
<style>
a { background-color: #A10243; }
a { background-color: rgb(161,2,67); }
div.DivClassName
{
background-color: #A10243;
}
.BgClassName
{
background-color: #A10243;
}
</style>
border-color css
<style>
span { border-color: #A10243; }
span { border-color: rgb(161,2,67); }
td.TdClassName
{
border-color: #A10243;
}
.TagClassName
{
border-color: #A10243;
}
</style>