Shades of Jazzberry Jam #A10A4D
Tints of Jazzberry Jam #A10A4D
RGB
CMYK
RGB Variations
Color information
#A10A4D (or 0xA10A4D) is known color: Jazzberry Jam. HEX triplet: A1, 0A and 4D. RGB value is (161,10,77). Sum of RGB (Red+Green+Blue) = 161+10+77=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10A4D is #5EF5B2. Grayscale: #3E3E3E. Windows color (decimal): -6223283 or 5048993. OLE color: 5048993.
HSL color Cylindrical-coordinate representation of color #A10A4D: hue angle of 333.38º 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 #A10A4D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 77 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.37 |
| HSL | 333.38º | 0.88% | 0.34% | - |
| HSV(B) | 333.38º | 0.94% | 0.63% | - |
| XYZ | 16.15 | 8.33 | 7.78 | - |
| YUV | 62.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 77 | 0 | 0.94 | 0.52 | 0.37 | 333.38 | 0.88 | 0.34 |
| Hex | A1 | A | 4D | 0 | 5E | 34 | 25 | 14D | 58 | 22 |
| Octal | 241 | 12 | 115 | 0 | 136 | 64 | 45 | 515 | 130 | 42 |
| Binary | 10100001 | 1010 | 1001101 | 0 | 1011110 | 110100 | 100101 | 101001101 | 1011000 | 100010 |
Color Harmonies of #A10A4D
Complementary color
Monochromatic Colors of #A10A4D
Black with #A10A4D
Text Example
Text Example
White with #A10A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A4D; }
p { color: rgb(161,10,77); }
H1.HeaderClassName
{
color: #A10A4D;
}
.AnyTagClassName
{
color: #A10A4D;
}
</style>
background-color css
<style>
a { background-color: #A10A4D; }
a { background-color: rgb(161,10,77); }
div.DivClassName
{
background-color: #A10A4D;
}
.BgClassName
{
background-color: #A10A4D;
}
</style>
border-color css
<style>
span { border-color: #A10A4D; }
span { border-color: rgb(161,10,77); }
td.TdClassName
{
border-color: #A10A4D;
}
.TagClassName
{
border-color: #A10A4D;
}
</style>