Shades of Jazzberry Jam #A10442
Tints of Jazzberry Jam #A10442
RGB
CMYK
RGB Variations
Color information
#A10442 (or 0xA10442) is known color: Jazzberry Jam. HEX triplet: A1, 04 and 42. RGB value is (161,4,66). Sum of RGB (Red+Green+Blue) = 161+4+66=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A10442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10442 is #5EFBBD. Grayscale: #393939. Windows color (decimal): -6224830 or 4326561. OLE color: 4326561.
HSL color Cylindrical-coordinate representation of color #A10442: hue angle of 336.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10442 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.37 |
| HSL | 336.31º | 0.95% | 0.32% | - |
| HSV(B) | 336.31º | 0.98% | 0.63% | - |
| XYZ | 15.72 | 8.06 | 5.88 | - |
| YUV | 58.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 66 | 0 | 0.98 | 0.59 | 0.37 | 336.31 | 0.95 | 0.32 |
| Hex | A1 | 4 | 42 | 0 | 62 | 3B | 25 | 150 | 5F | 20 |
| Octal | 241 | 4 | 102 | 0 | 142 | 73 | 45 | 520 | 137 | 40 |
| Binary | 10100001 | 100 | 1000010 | 0 | 1100010 | 111011 | 100101 | 101010000 | 1011111 | 100000 |
Color Harmonies of #A10442
Complementary color
Monochromatic Colors of #A10442
Black with #A10442
Text Example
Text Example
White with #A10442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10442; }
p { color: rgb(161,4,66); }
H1.HeaderClassName
{
color: #A10442;
}
.AnyTagClassName
{
color: #A10442;
}
</style>
background-color css
<style>
a { background-color: #A10442; }
a { background-color: rgb(161,4,66); }
div.DivClassName
{
background-color: #A10442;
}
.BgClassName
{
background-color: #A10442;
}
</style>
border-color css
<style>
span { border-color: #A10442; }
span { border-color: rgb(161,4,66); }
td.TdClassName
{
border-color: #A10442;
}
.TagClassName
{
border-color: #A10442;
}
</style>