Shades of Jazzberry Jam #A1053C
Tints of Jazzberry Jam #A1053C
RGB
CMYK
RGB Variations
Color information
#A1053C (or 0xA1053C) is known color: Jazzberry Jam. HEX triplet: A1, 05 and 3C. RGB value is (161,5,60). Sum of RGB (Red+Green+Blue) = 161+5+60=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1053C is #5EFAC3. Grayscale: #393939. Windows color (decimal): -6224580 or 3933601. OLE color: 3933601.
HSL color Cylindrical-coordinate representation of color #A1053C: hue angle of 338.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1053C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.37 |
| HSL | 338.85º | 0.94% | 0.33% | - |
| HSV(B) | 338.85º | 0.97% | 0.63% | - |
| XYZ | 15.57 | 8.01 | 5 | - |
| YUV | 57.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 60 | 0 | 0.97 | 0.63 | 0.37 | 338.85 | 0.94 | 0.33 |
| Hex | A1 | 5 | 3C | 0 | 61 | 3F | 25 | 153 | 5E | 21 |
| Octal | 241 | 5 | 74 | 0 | 141 | 77 | 45 | 523 | 136 | 41 |
| Binary | 10100001 | 101 | 111100 | 0 | 1100001 | 111111 | 100101 | 101010011 | 1011110 | 100001 |
Color Harmonies of #A1053C
Complementary color
Monochromatic Colors of #A1053C
Black with #A1053C
Text Example
Text Example
White with #A1053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1053C; }
p { color: rgb(161,5,60); }
H1.HeaderClassName
{
color: #A1053C;
}
.AnyTagClassName
{
color: #A1053C;
}
</style>
background-color css
<style>
a { background-color: #A1053C; }
a { background-color: rgb(161,5,60); }
div.DivClassName
{
background-color: #A1053C;
}
.BgClassName
{
background-color: #A1053C;
}
</style>
border-color css
<style>
span { border-color: #A1053C; }
span { border-color: rgb(161,5,60); }
td.TdClassName
{
border-color: #A1053C;
}
.TagClassName
{
border-color: #A1053C;
}
</style>