Shades of Jazzberry Jam #A10153
Tints of Jazzberry Jam #A10153
RGB
CMYK
RGB Variations
Color information
#A10153 (or 0xA10153) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 53. RGB value is (161,1,83). Sum of RGB (Red+Green+Blue) = 161+1+83=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A10153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10153 is #5EFEAC. Grayscale: #3A3A3A. Windows color (decimal): -6225581 or 5439905. OLE color: 5439905.
HSL color Cylindrical-coordinate representation of color #A10153: hue angle of 329.25º 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 #A10153 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.37 |
| HSL | 329.25º | 0.99% | 0.32% | - |
| HSV(B) | 329.25º | 0.99% | 0.63% | - |
| XYZ | 16.27 | 8.22 | 8.91 | - |
| YUV | 58.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 83 | 0 | 0.99 | 0.48 | 0.37 | 329.25 | 0.99 | 0.32 |
| Hex | A1 | 1 | 53 | 0 | 63 | 30 | 25 | 149 | 63 | 20 |
| Octal | 241 | 1 | 123 | 0 | 143 | 60 | 45 | 511 | 143 | 40 |
| Binary | 10100001 | 1 | 1010011 | 0 | 1100011 | 110000 | 100101 | 101001001 | 1100011 | 100000 |
Color Harmonies of #A10153
Complementary color
Monochromatic Colors of #A10153
Black with #A10153
Text Example
Text Example
White with #A10153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10153; }
p { color: rgb(161,1,83); }
H1.HeaderClassName
{
color: #A10153;
}
.AnyTagClassName
{
color: #A10153;
}
</style>
background-color css
<style>
a { background-color: #A10153; }
a { background-color: rgb(161,1,83); }
div.DivClassName
{
background-color: #A10153;
}
.BgClassName
{
background-color: #A10153;
}
</style>
border-color css
<style>
span { border-color: #A10153; }
span { border-color: rgb(161,1,83); }
td.TdClassName
{
border-color: #A10153;
}
.TagClassName
{
border-color: #A10153;
}
</style>