Shades of Jazzberry Jam #A10A3C
Tints of Jazzberry Jam #A10A3C
RGB
CMYK
RGB Variations
Color information
#A10A3C (or 0xA10A3C) is known color: Jazzberry Jam. HEX triplet: A1, 0A and 3C. RGB value is (161,10,60). Sum of RGB (Red+Green+Blue) = 161+10+60=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A3C is #5EF5C3. Grayscale: #3C3C3C. Windows color (decimal): -6223300 or 3934881. OLE color: 3934881.
HSL color Cylindrical-coordinate representation of color #A10A3C: hue angle of 340.13º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10A3C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 60 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.37 |
| HSL | 340.13º | 0.88% | 0.34% | - |
| HSV(B) | 340.13º | 0.94% | 0.63% | - |
| XYZ | 15.62 | 8.12 | 5.02 | - |
| YUV | 60.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 60 | 0 | 0.94 | 0.63 | 0.37 | 340.13 | 0.88 | 0.34 |
| Hex | A1 | A | 3C | 0 | 5E | 3F | 25 | 154 | 58 | 22 |
| Octal | 241 | 12 | 74 | 0 | 136 | 77 | 45 | 524 | 130 | 42 |
| Binary | 10100001 | 1010 | 111100 | 0 | 1011110 | 111111 | 100101 | 101010100 | 1011000 | 100010 |
Color Harmonies of #A10A3C
Complementary color
Monochromatic Colors of #A10A3C
Black with #A10A3C
Text Example
Text Example
White with #A10A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A3C; }
p { color: rgb(161,10,60); }
H1.HeaderClassName
{
color: #A10A3C;
}
.AnyTagClassName
{
color: #A10A3C;
}
</style>
background-color css
<style>
a { background-color: #A10A3C; }
a { background-color: rgb(161,10,60); }
div.DivClassName
{
background-color: #A10A3C;
}
.BgClassName
{
background-color: #A10A3C;
}
</style>
border-color css
<style>
span { border-color: #A10A3C; }
span { border-color: rgb(161,10,60); }
td.TdClassName
{
border-color: #A10A3C;
}
.TagClassName
{
border-color: #A10A3C;
}
</style>