Shades of Jazzberry Jam #A10448
Tints of Jazzberry Jam #A10448
RGB
CMYK
RGB Variations
Color information
#A10448 (or 0xA10448) is known color: Jazzberry Jam. HEX triplet: A1, 04 and 48. RGB value is (161,4,72). Sum of RGB (Red+Green+Blue) = 161+4+72=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A10448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10448 is #5EFBB7. Grayscale: #3A3A3A. Windows color (decimal): -6224824 or 4719777. OLE color: 4719777.
HSL color Cylindrical-coordinate representation of color #A10448: hue angle of 334.01º 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 #A10448 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 72 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.37 |
| HSL | 334.01º | 0.95% | 0.32% | - |
| HSV(B) | 334.01º | 0.98% | 0.63% | - |
| XYZ | 15.91 | 8.13 | 6.86 | - |
| YUV | 58.7 | 135.51 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 72 | 0 | 0.98 | 0.55 | 0.37 | 334.01 | 0.95 | 0.32 |
| Hex | A1 | 4 | 48 | 0 | 62 | 37 | 25 | 14E | 5F | 20 |
| Octal | 241 | 4 | 110 | 0 | 142 | 67 | 45 | 516 | 137 | 40 |
| Binary | 10100001 | 100 | 1001000 | 0 | 1100010 | 110111 | 100101 | 101001110 | 1011111 | 100000 |
Color Harmonies of #A10448
Complementary color
Monochromatic Colors of #A10448
Black with #A10448
Text Example
Text Example
White with #A10448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10448; }
p { color: rgb(161,4,72); }
H1.HeaderClassName
{
color: #A10448;
}
.AnyTagClassName
{
color: #A10448;
}
</style>
background-color css
<style>
a { background-color: #A10448; }
a { background-color: rgb(161,4,72); }
div.DivClassName
{
background-color: #A10448;
}
.BgClassName
{
background-color: #A10448;
}
</style>
border-color css
<style>
span { border-color: #A10448; }
span { border-color: rgb(161,4,72); }
td.TdClassName
{
border-color: #A10448;
}
.TagClassName
{
border-color: #A10448;
}
</style>