Shades of Jazzberry Jam #A10657
Tints of Jazzberry Jam #A10657
RGB
CMYK
RGB Variations
Color information
#A10657 (or 0xA10657) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 57. RGB value is (161,6,87). Sum of RGB (Red+Green+Blue) = 161+6+87=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A10657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10657 is #5EF9A8. Grayscale: #3D3D3D. Windows color (decimal): -6224297 or 5703329. OLE color: 5703329.
HSL color Cylindrical-coordinate representation of color #A10657: hue angle of 328.65º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10657 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 87 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.37 |
| HSL | 328.65º | 0.93% | 0.33% | - |
| HSV(B) | 328.65º | 0.96% | 0.63% | - |
| XYZ | 16.48 | 8.4 | 9.77 | - |
| YUV | 61.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 87 | 0 | 0.96 | 0.46 | 0.37 | 328.65 | 0.93 | 0.33 |
| Hex | A1 | 6 | 57 | 0 | 60 | 2E | 25 | 149 | 5D | 21 |
| Octal | 241 | 6 | 127 | 0 | 140 | 56 | 45 | 511 | 135 | 41 |
| Binary | 10100001 | 110 | 1010111 | 0 | 1100000 | 101110 | 100101 | 101001001 | 1011101 | 100001 |
Color Harmonies of #A10657
Complementary color
Monochromatic Colors of #A10657
Black with #A10657
Text Example
Text Example
White with #A10657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10657; }
p { color: rgb(161,6,87); }
H1.HeaderClassName
{
color: #A10657;
}
.AnyTagClassName
{
color: #A10657;
}
</style>
background-color css
<style>
a { background-color: #A10657; }
a { background-color: rgb(161,6,87); }
div.DivClassName
{
background-color: #A10657;
}
.BgClassName
{
background-color: #A10657;
}
</style>
border-color css
<style>
span { border-color: #A10657; }
span { border-color: rgb(161,6,87); }
td.TdClassName
{
border-color: #A10657;
}
.TagClassName
{
border-color: #A10657;
}
</style>