Shades of Jazzberry Jam #A10A5E
Tints of Jazzberry Jam #A10A5E
RGB
CMYK
RGB Variations
Color information
#A10A5E (or 0xA10A5E) is known color: Jazzberry Jam. HEX triplet: A1, 0A and 5E. RGB value is (161,10,94). Sum of RGB (Red+Green+Blue) = 161+10+94=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10A5E is #5EF5A1. Grayscale: #404040. Windows color (decimal): -6223266 or 6163105. OLE color: 6163105.
HSL color Cylindrical-coordinate representation of color #A10A5E: hue angle of 326.62º 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 #A10A5E is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.37 |
| HSL | 326.62º | 0.88% | 0.34% | - |
| HSV(B) | 326.62º | 0.94% | 0.63% | - |
| XYZ | 16.83 | 8.6 | 11.36 | - |
| YUV | 64.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 94 | 0 | 0.94 | 0.42 | 0.37 | 326.62 | 0.88 | 0.34 |
| Hex | A1 | A | 5E | 0 | 5E | 2A | 25 | 147 | 58 | 22 |
| Octal | 241 | 12 | 136 | 0 | 136 | 52 | 45 | 507 | 130 | 42 |
| Binary | 10100001 | 1010 | 1011110 | 0 | 1011110 | 101010 | 100101 | 101000111 | 1011000 | 100010 |
Color Harmonies of #A10A5E
Complementary color
Monochromatic Colors of #A10A5E
Black with #A10A5E
Text Example
Text Example
White with #A10A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A5E; }
p { color: rgb(161,10,94); }
H1.HeaderClassName
{
color: #A10A5E;
}
.AnyTagClassName
{
color: #A10A5E;
}
</style>
background-color css
<style>
a { background-color: #A10A5E; }
a { background-color: rgb(161,10,94); }
div.DivClassName
{
background-color: #A10A5E;
}
.BgClassName
{
background-color: #A10A5E;
}
</style>
border-color css
<style>
span { border-color: #A10A5E; }
span { border-color: rgb(161,10,94); }
td.TdClassName
{
border-color: #A10A5E;
}
.TagClassName
{
border-color: #A10A5E;
}
</style>